一、简介 最近因项目需求,Qt程序一旦检测到错误,要重新启动,自己是每次关闭主窗口的所有子窗口但有些模态框会出现问题,因此从网上总结了一些知识点,以备以后的应用。 二、详解 1、Qt结构 [cpp] view plain copy int main(int argc, char *argv[]) { Read More
posted @ 2017-02-25 01:51 findumars Views(325) Comments(0) Diggs(0)
(from http://www.712100.com/bbs/redirect.php?fid=160&tid=191752&goto=nextnewset) 预备知识 用gcc编译程序要用到一些选项要知道 -c,只编译,不连接成为可执行文件,编译器只是由输入的.c等源代码文件生成.o为后缀的目标 Read More
posted @ 2017-02-25 00:08 findumars Views(335) Comments(0) Diggs(0)
ddd Read More
posted @ 2017-02-24 22:26 findumars Views(938) Comments(0) Diggs(0)
高版本直接用tList<reecord>就可以了。 如果一定要指针的话,可以这样来:type PHumanRecord = ^THumanRecord; THumanRecord = record szName: array [0 .. 9] of Char; nSex: Integer; nAge Read More
posted @ 2017-02-24 21:02 findumars Views(617) Comments(0) Diggs(0)
mstsc.exe /admin http://stackoverflow.com/questions/6757232/service-not-responding-error-1053 Read More
posted @ 2017-02-24 20:26 findumars Views(1552) Comments(0) Diggs(0)