摘要: var s: string; begin //指令类型 type s := Format('最大整数是: %d; 最小整数是: %d',[MaxInt,Low(Integer)]); //返回: 最大整数是: 2147483647; 最小整数是: -2147483648 { 提示: 格式指令必须以 % 开始, 不区分大小写, %d 代表一个整数; 第二个参数是一个变体数组 ... 阅读全文
posted @ 2007-12-18 23:15 万一 阅读(15958) 评论(15) 推荐(0) 编辑
摘要: Javascript Compressor Paste your code: Encoding: Fast Decode: Special Characters: Compress Decode 来自: http://www.cnblogs.com/szw/... 阅读全文
posted @ 2007-12-18 14:37 万一 阅读(2476) 评论(0) 推荐(0) 编辑
摘要: 概述 jQuery 是继 prototype 之后又一个优秀的 Javascript 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ,这是其它的 js 库所不及的,它兼容 CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)。 jQuery 是一个快... 阅读全文
posted @ 2007-12-18 13:10 万一 阅读(3470) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton... 阅读全文
posted @ 2007-12-18 10:18 万一 阅读(7423) 评论(2) 推荐(0) 编辑
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton... 阅读全文
posted @ 2007-12-18 01:41 万一 阅读(10398) 评论(1) 推荐(2) 编辑
摘要: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; Button2: TButton... 阅读全文
posted @ 2007-12-18 00:51 万一 阅读(18676) 评论(2) 推荐(1) 编辑