手写代码:XML格式化使用msxml引擎,Delphi代码如下:Delphi/Pascal code?123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354... Read More
posted @ 2015-10-22 22:48 findumars Views(1059) Comments(0) Diggs(0)
被邀请了很久了,一直在思考,今天终于下决心开始写回答。这个问题的确是够大的,Qt的代码规模在整个开源世界里也是名列前茅的,这么大的项目其中的精华是非常多的,很难说得全面,实际上我对Qt也不是完全了解,里面还有很多我不熟悉的东西。首先,我想谈的是 signal/slot,Qt算是发明了signal/s Read More
posted @ 2015-10-22 22:13 findumars Views(926) Comments(0) Diggs(0)
转载请标明出处,原文地址:http://blog.csdn.net/morewindows/article/details/8654298 欢迎关注微博:http://weibo.com/MoreWindows 前面的《Windows 各种计时函数总结》介绍了Windows系统常用的5种计时函数—— Read More
posted @ 2015-10-22 22:01 findumars Views(1846) Comments(0) Diggs(0)
我们用gcc编译程序时,可能会用到“-I”(大写i),“-L”(大写l),“-l”(小写l)等参数,下面做个记录: 例:gcc -o hello hello.c -I /home/hello/include -L /home/hello/lib -lworld 上面这句表示在编译hello.c时: Read More
posted @ 2015-10-22 19:53 findumars Views(512) Comments(0) Diggs(0)
dddd Read More
posted @ 2015-10-22 19:46 findumars Views(326) Comments(0) Diggs(0)