0℃
2008年09月18日
⁄ [Delphi2009]
200809181104485612.rar
unit Unit1;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Grids;
type TForm1 = class(TForm) ListBox1: TListBox; StringGrid1: TStringGrid; procedure FormCreate(Sender: TObject); procedure ListBox1Click(Sender: TObject); end;
var Form1: TForm1;
implementation
{$R *.dfm}
procedure TFo...
delphi 2009 Exit阅读全文
0℃
2008年09月18日
⁄ [Delphi2009]
unit Unit1;
interface
uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;
type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); end;
var Form1: TForm1;
implementation
{$R *.dfm}
function fun(str: string): string;begin if str = '' then Exit('空'); {Delphi 2009 支持} Result := str + str;end;
procedure TForm...
delphi 2009 Exit阅读全文
0℃
2008年09月18日
⁄ [Delphi2009]
由于之前安装了几次没有成功,最近从盒子上弄了个DVD的1.2G的安装包,终于开始了我的 Delphi 2009生涯
试用的第一个版本是: V12.0.3170.16989
安装很快也很顺利, 就是不喜欢哪个 Start Page; 以前是用 Delphi Distiller 去掉的, 不过现在还没有相应的版本; 那就修改启动参数吧.
从 Delphi 2009 启动菜单上点右键 -> 查看属性:"C:\Program Files\CodeGear\RAD Studio\6.0\bin\bds.exe" -pDelphi
这里已经有了一个启动参数: -pDelphi; 当然也可以是: -pDelphiDotNet 或 -pCBuilder
再给一个 -np ...
Delphi 2009阅读全文
0℃
在 Delphi 中使用 json, http://www.json.org/ 已经给出了几种方案, 但 Delphi 2009 使用的 json.pas 又另有不同.
json.rar
Delphi 2009阅读全文
3℃
2008年09月01日
⁄ [Delphi2009]
JSON(JavaScript Object Notation) 类似与 XML; 虽始于 JavaScript, 但被多种语言支持, 它也成了 Delphi 2009 的新功能之一.
假如有一段 XML:
<id>2</id><name>张三</name><age>99</age>
用 json 可以表示为:
{"id":2, "name":"张三", "age":99}
json 在 JavaScript 中使用异常方便, 譬如:
//例1:
Data = {"id":2, "name":"张三", "age":99};str = Data.id;  ...
[Delphi2009]阅读全文
0℃
2008年09月01日
⁄ [Delphi2009]
最近Delphi2009出来了,整个Delphi界掀起了场风暴,是喜是优,我将结合官方的信息,网络上资料,自己的亲身体验~跟大家全面的,剖析delphi2009,让大家了解 Delphi2009的诞生究竟是王者归来,还是又一失败的劣作
[Delphi2009]阅读全文





很搞 呵呵
忙什么呢。。都不跟新了。
呵呵,不错不错啦
呵呵,这种程序员式的幽默看过
不敢去做,没有勇气,打工仔就
倒霉孩子。。
挺佩服这个人的
确实启发很大