最近公司想上个消息推送系统,网上搜了很多,因公司主要产品是Delphi,我选择了开源的RabbitMQ,Erlang语言开发,天生并行。 代码下载地址:delphistomp下载地址 windows上部署 1,首先到RabbitMQ官网下载win64位安装程序,同时下载Erlang语言环境安装 2, Read More
posted @ 2017-04-02 04:59 findumars Views(1397) Comments(0) Diggs(0)
调用SetWindowsHookEx的DLL的模块实例句柄,它可以经由DllMain入口的第一个参数得到。 HHOOK SetWindowsHookEx( int idHook, HOOKPROC lpfn, HINSTANCE hMod, DWORD dwThreadId); 至于SetWindo Read More
posted @ 2017-04-01 20:21 findumars Views(266) Comments(0) Diggs(0)
ddd Read More
posted @ 2017-04-01 18:48 findumars Views(477) Comments(1) Diggs(0)
Linux Programmer's Manual & User Commands https://www.kernel.org/doc/man-pages/ 搜索框输入epoll调用搜索引擎查找 在线搜索查看man手册(比如查epoll),可以直接收藏,方便下次点击搜索: http://globa Read More
posted @ 2017-03-31 21:42 findumars Views(6028) Comments(0) Diggs(0)
让我抓耳挠头1个小时。 如果返回值是QString,就无法编译运行通过了,至少运行无法通过,堆栈被破坏。 Read More
posted @ 2017-03-31 19:21 findumars Views(1730) Comments(0) Diggs(0)