自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 DispatchMessage - synchronous or asynchronous

DispatchMessage is synchronous function. 下面是两个例子,用于说明为什么是同步的:给人异步的错觉,是因为唤起了一个新的消息循环while (GetMessage (&msg, NULL, 0, 0)) { if (! TranslateAccelerator (msg.hwnd, hAccelTable, &msg))

2016-08-26 16:44:25 626

原创 window services程序如何调试

详细说明见MSDN: https://msdn.microsoft.com/en-us/library/7a50syb3(v=vs.110).aspxBuild your service in the Debug configuration.Install your service. For more information, see How to: Install and Uninstall

2016-08-23 20:27:27 235

原创 线程池函数1 - 异步调用函数

1.创建work object, 所有task共用PTP_WORK WINAPI CreateThreadpoolWork( _In_ PTP_WORK_CALLBACK pfnwk, //回调函数 _Inout_opt_ PVOID pv, //传给回调函数的参数 _In_opt_ PTP_CALLBACK_EN

2016-08-20 11:20:17 768

原创 LINQ

LINQ不仅仅用于查询You might think that LINQ is just for queries because it stands for Language Integrated Query . But please don’t think of it only in that context. We prefer to think of LINQ as a data iterat

2016-08-14 12:00:53 181

原创 fatal error C1189: #error: Please use the /MD switch for _AFXDLL builds

fatal error C1189: #error: Please use the /MD switch for _AFXDLL buildsDLL从“Use MFC in a Shared DLL”改为“Use MFC in a Static Library”遇到了该问题。检查Runtime Library设置: Multi-threaded Debug (/MTd) Multi-threa

2016-08-04 10:34:58 2254 1

rabbit mq入门例子

rabbit mq入门例子. 使用rabbit mq实现服务器连接,消息发送,接收。

2018-04-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除