Timers (SetTimer and CreateWaitableTimer) in Windows SetTimer The following example creates a timer (that is not attached to a window) whose Timer Pro Read More
posted @ 2016-09-02 22:54 findumars Views(675) Comments(0) Diggs(0)
linux dd命令参数及用法详解 用指定大小的块拷贝一个文件 日期:2010-06-14 点击:3830 来源: 未知 分享至: linux dd命令使用详解 dd 的主要选项: 指定数字的地方若以下列字符结尾乘以相应的数字: b=512, c=1, k=1024, w=2, xm=number Read More
posted @ 2016-09-02 22:42 findumars Views(5591) Comments(0) Diggs(0)
这段时间用VC封装Windows类库,没有MakeObjectInstance处理窗口消息确实不爽,又不想使用MFC的消息映射,这玩意的效率和美观只能呵呵。 至于MakeObjectInstance是什么,Delphi转过来的同学必然很了解这个方便的功能,就是动态构造一个函数把普通函数转到一个类的成 Read More
posted @ 2016-09-02 15:28 findumars Views(508) Comments(0) Diggs(0)
PATH错误解决error while loading shared libraries: libXXX.so.X: cannot open shared object file: No such file 前提:ubuntu-debug机器上向SVN提交了pdu-IVT,想在别的普通机器上验证直接 Read More
posted @ 2016-09-01 16:35 findumars Views(1954) Comments(0) Diggs(0)
使用QT编辑界面,其中带来很大方便的一点就是Qt中自带丰富的、种类齐全的类及其功能函数,程序员可以在编辑程序的过程中简单地直接调用。关于窗口关闭的操作,在这里指出常用的三个槽,即quit(),exit()以及close()。 首先说明窗口退出时,系统提示对话框的代码编辑。对主程序的退出,可以调用成员 Read More
posted @ 2016-09-01 16:32 findumars Views(47215) Comments(0) Diggs(2)