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(2331) 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(769) 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(791) 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(274) Comments(0) Diggs(0)
https://github.com/qtproject/qtbase/blob/dev/src/corelib/tools/qstring.hC:\Qt\Qt5.3.2_min\5.3\mingw482_32\include\QtCore\qstring.h Read More
posted @ 2015-12-31 17:36 findumars Views(673) Comments(0) Diggs(0)