DELPHI编写服务程序总结 一、服务程序和桌面程序的区别 Windows 2000/XP/2003等支持一种叫做“系统服务程序”的进程,系统服务和桌面程序的区别是:系统服务不用登陆系统即可运行;系统服务是运行在System Idle Process/System/smss/winlogon/ser Read More
posted @ 2016-01-02 05:50 findumars Views(3406) Comments(0) Diggs(1)
unit TrustCheck;interfaceuses Windows,SysUtils,jwaWinTrust,JwaWinCrypt;function CheckFileTrust(const FileName: WideString; var Signner: WideString): ... Read More
posted @ 2016-01-01 20:32 findumars Views(2325) Comments(0) Diggs(0)
The Transition from Qt 4.x to Qt 5 The transition from Qt 4.x to Qt 5 is not expected to be significant. However, the “modularization” of the Qt code Read More
posted @ 2016-01-01 01:53 findumars Views(732) Comments(0) Diggs(0)
http://doc.qt.io/qt-5/qtextcodec.htmlhttp://doc.qt.io/qt-5/codec-gbk.html Read More
posted @ 2015-12-31 18:01 findumars Views(785) Comments(0) Diggs(0)
比如QString有两个函数,可以堂而皇之的存在,原因就在于有了const修饰以后,编译器不把两个函数当作同一个函数名了:QChar *data()const QChar *data() consthttp://doc.qt.io/qt-5/qstring.html#datahttps://gith... Read More
posted @ 2015-12-31 17:49 findumars Views(273) Comments(0) Diggs(0)