AtUtf8.h [cpp] view plain copy #ifndef _QT_UTF8_H #define _QT_UTF8_H #include <QString> #include <string> using std::string; class AfUtf8 { public: // Read More
posted @ 2017-01-23 22:45 findumars Views(8827) Comments(0) Diggs(0)
摘要 在网上查看了很多篇关于Qt 4的安装方法,都是以前很久的帖子,所以就想按自己的方式重新总结一下,希望可以帮助到大家。 Qt5的安装比较简单只需要下载一个文件qt-opensource-windows-x86-mingw491_opengl-5.4.2.exe, 这个文件集成了编译器(gcc、g Read More
posted @ 2017-01-23 22:43 findumars Views(1725) Comments(0) Diggs(0)
最近在做一个网络音乐播放器时,由于出现qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method, 而不能播放网络歌曲。 上网搜了半天,都说要在电脑那里安装openssl,然后把C:\OpenSSL Read More
posted @ 2017-01-23 22:37 findumars Views(1777) Comments(0) Diggs(0)
原始函数是这样的 [cpp] view plain copy kernel32!CreateProcessInternalW: 00000000`7738e750 4c8bdc mov r11,rsp 00000000`7738e753 53 push rbx 00000000`7738e754 5 Read More
posted @ 2017-01-23 22:12 findumars Views(1591) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/zwfgdlc/article/details/52794551 Read More
posted @ 2017-01-23 22:08 findumars Views(1057) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/zwfgdlc/article/details/17467453 Read More
posted @ 2017-01-23 21:58 findumars Views(1556) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/zwfgdlc/article/details/49591315 Read More
posted @ 2017-01-23 21:56 findumars Views(870) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/zwfgdlc/article/details/8827116 Read More
posted @ 2017-01-23 21:53 findumars Views(2123) Comments(0) Diggs(0)
随手而作,纯粹技术研究,没什么实际意义。 打开xuetr,正常情况下.winlogon.exe注册了三个热键。ctrl+alt+del,win+u,win+l三个。 这三个键用SetWindowsHookEx()函数,使用键盘钩子也屏蔽不了。 我们先把UnregisterSystemHotKey.d Read More
posted @ 2017-01-23 21:48 findumars Views(1327) Comments(0) Diggs(0)
声明: 找到服务器僵死的原因了,原因是虚拟内存设置小于物理内存. 只要虚拟内存设置为系统默认大小就不会出生僵死的现象了. 当时因为服务器内存48G,系统默认虚拟内存大小也是48G, 觉得太占硬盘空间,一时手贱,改小了虚拟内存,才会造成服务器长时间运行僵死的现象. [cpp] view plain c Read More
posted @ 2017-01-23 21:41 findumars Views(1358) Comments(0) Diggs(0)
https://msdn.microsoft.com/en-us/library/k59z8dwe.aspx Read More
posted @ 2017-01-23 21:26 findumars Views(729) Comments(0) Diggs(0)
[cpp] view plain copy [cpp] view plain copy http://blog.csdn.net/zwfgdlc/article/details/6613605 Read More
posted @ 2017-01-23 21:22 findumars Views(1103) Comments(0) Diggs(0)
[cpp] view plain copy #include <windows.h> #include <Powrprof.h> #pragma comment(lib, "Powrprof.lib") int APIENTRY WinMain(HINSTANCE hInstance, HINSTA Read More
posted @ 2017-01-23 21:21 findumars Views(1636) Comments(0) Diggs(0)
http://www.zylsoft.com/zyltimer.htmhttp://www.zylsoft.com/products.htm Read More
posted @ 2017-01-23 17:37 findumars Views(407) Comments(0) Diggs(0)
QtCreator采用插件体系结构。主程序启动插件管理器(PluginManager),再通过插件管理器加载其插件,QtCreator的所有功能均使用插件实现。 我们先来分析主程序对插件管理器的主要操作: 从上面的过程,可以看出一共对插件管理器做了5件事情,依次为 1、插件管理器先设置了一些环境变量 Read More
posted @ 2017-01-23 17:26 findumars Views(2679) Comments(0) Diggs(0)
1. Qt这个C++的图形库由Trolltech在1994年左右开发。它可以运行在Windows,Mac OS X, Unix,还有像Sharp Zaurus这类嵌入式系统中。Qt是完全面向对象的。 2. Qt的架构明显是经过精心设计的面向对象的。Qt因此在命名,继承,类的组织等方面保持了优秀的一致 Read More
posted @ 2017-01-23 17:25 findumars Views(7754) Comments(0) Diggs(0)
在刚接触Qt时,对于较大的项目,用qtcreator + vs + cdb 调试时,启动很慢并且单步运行时也经常会出现卡住半分钟以上的情况,一直没有解决。在需要debug的时候大多会在vs2008上安装VS-addin插件,打开qt项目调试来避免qt调试太卡的原因。大约这样持续半年时间。直到后来重装 Read More
posted @ 2017-01-23 16:54 findumars Views(2036) Comments(0) Diggs(0)
T+的这个BS中的B是自己的专用浏览器,这样有以下好处 1.避免了公用浏览器比如IE 里的其它插件的干扰2.避免了各个操作系统不同版本和不同种类浏览器的兼容问题,且只需要维护一个版本3.避免了共用浏览器频繁升级带来的各种未可知的问题4.避免了共用浏览器不同程序间安全要求冲突问题5.不用频繁维护和计算 Read More
posted @ 2017-01-23 05:00 findumars Views(1326) Comments(0) Diggs(0)