
工具使用
biganchor
现在主要使用delphi作桌面应用开发。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
烦人的杀毒软件“程序更改...”警告
你爱上nod32?那你有没有在意它烦人的小“毛病”?比如每次编译你的应用之后,运行时,如果应用里边有网络功能,它总会提示一个类似“程序已经更改。。可能是病毒引起”的提示,然后你得每次都去点击那个“否”,才能跳过它的阻拦。一次,两次,三次,每次都是这样,长期以后,你可能像我一样,选择“点击”,并默念“百忍成金”。不过现在好了,有个办法可以不必每次都“百忍成金了”。你只要打开nod界面,并按F5,原创 2011-06-20 11:23:00 · 761 阅读 · 0 评论 -
delphi2009新特性 新语法:边给函数结果赋值,边退出函数
比如我有一个这样的函数: function GetSomeValue(): string begin //...一些操作 // 退出函数 Result := Value; Exit; end; 平常的用法如上,赋值之后,还要用Exit;退出,新的语法 可以这样 function GetSomeValue(): string begin //...一些操作原创 2012-07-09 20:23:27 · 913 阅读 · 0 评论 -
安装ehlib,专门为我修改的ehlib5.6 for xe2而写
1. 设置库路径,在Delphi XE2中Tools->Environment Options->Delhpi options ->Library Path把Ehlib文件加入到Delphi库路径。主要有Common和RADStudioXE2两个目录。笔者jiaxing1208把包放到了Embarcadero\RAD Studio\9.0\lib\win32\MyLib\EhLib5.6中。原创 2012-12-11 15:25:33 · 1407 阅读 · 2 评论 -
处理编译错误"0" is an invalid value for the "DebugInformation" parameter of the "DCC" task.
[MSBuild Error] "0" is an invalid value for the "DebugInformation" parameter of the "DCC" task. The "DebugInformation" parameter is of type "System.Boolean".原创 2014-07-23 22:06:23 · 6255 阅读 · 1 评论