随笔分类 -  Delphi

上一页 1 ··· 4 5 6 7 8

Delphi学习资料
在delph 2009中,利用Build Events调用UPX
摘要:delphi 2009可以定义在工程编译前(pre-build)和编译后(Post-Build)执行一些命令。 在delphi project options的Build Events选项卡编写自己的命令,以实现upx的调用。例如: pre-builddel "$(OUTPUTDIR)$(OUTPUTFILENAME)" post-build"D:\Software\upx.exe" --best... 阅读全文

posted @ 2008-11-20 12:16 jxgxy 阅读(734) 评论(0) 推荐(0)

UniDAC for Delphi and C++Builder d6 - d2009
摘要:UniDAC是个非常优秀的控件,不用介绍了吧。。。 UniDAC for Delphi and C++Builder 2009:http://rapidshare.com/files/157181027/unidac120d12pro.exeUniDAC for Delphi, C++Builder, and RAD Studio 2007:http://rapidshare.com/file... 阅读全文

posted @ 2008-11-20 11:49 jxgxy 阅读(1006) 评论(0) 推荐(0)

Delphi 2009增强之Exit函数
摘要:在Delphi2009(Tiburon)中,以下两个函数做相同的事情: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function DoSomething(aInteger: integer): string;begin if aInte... 阅读全文

posted @ 2008-11-19 12:20 jxgxy 阅读(373) 评论(0) 推荐(0)

倒计时
摘要:pas代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->unit main;interfaceuses Windows, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, C... 阅读全文

posted @ 2008-11-07 17:04 jxgxy 阅读(433) 评论(0) 推荐(0)

文件夹清理
摘要:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->unit main;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Fo... 阅读全文

posted @ 2008-11-07 16:55 jxgxy 阅读(495) 评论(0) 推荐(0)

磁盘类型 GetDriveType
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//磁盘类型 GetDriveTypevar Drive: Char; DriveLetter: String[4];begin for Drive := 'A' to 'Z' do begin... 阅读全文

posted @ 2008-11-05 14:23 jxgxy 阅读(429) 评论(0) 推荐(0)

上一页 1 ··· 4 5 6 7 8

导航