一、简介 最近因项目需求,Qt程序一旦检测到错误,要重新启动,自己是每次关闭主窗口的所有子窗口但有些模态框会出现问题,因此从网上总结了一些知识点,以备以后的应用。 二、详解 1、Qt结构 [cpp] view plain copy int main(int argc, char *argv[]) { Read More
posted @ 2016-08-17 21:35 findumars Views(787) Comments(0) Diggs(0)
近来根据业务需求 在ERP中集成了微信支付,支付宝支付,开发支付宝支付时最大的障碍就是RSA签名,找了很多资料,最终用 下了个libeay32.pas 根据网上资料最终解决了问题 [delphi] view plain copy function LoadPrivateKey(filename:st Read More
posted @ 2016-08-17 13:29 findumars Views(2055) Comments(0) Diggs(0)
本系列文章起因 自己非常喜欢 QT 这个框架, 使用 QT 这几年, IDE 一直是使用的 QT 自带的 Qt Creator, 这个 IDE 本身比较轻巧, 同事相关的语法提示之类的也算够用, 但是 qmake 有的时候就显得不那么只能了, 有时非得手动qmake一下才行, 有时需要清除再构建, Read More
posted @ 2016-08-17 06:20 findumars Views(4479) Comments(0) Diggs(0)
苦苦寻找的隐藏托盘图标的方法,今天终于搞定,献给大家! 调用方法: char szIcon[] :要隐藏的托盘图标;BOOL show:false 为隐藏图标,true为显示图标。例如,隐藏金山词霸的托盘图标: http://www.cnblogs.com/anjou/archive/2008/12 Read More
posted @ 2016-08-12 19:44 findumars Views(713) Comments(0) Diggs(0)
dddd Read More
posted @ 2016-08-12 17:56 findumars Views(160) Comments(0) Diggs(0)