2015年6月12日

摘要: 完成作业型。。。保证无bug,完全没考虑效率。#include using namespace std;#define DEBUG#ifdef DEBUG#define ASSERT(expr) { \ if (!(expr)) { \ cout class M... 阅读全文
posted @ 2015-06-12 12:10 catchyrime 阅读(275) 评论(0) 推荐(0) 编辑

2015年4月19日

摘要: 线程池虽然好用,但限制也不少:(1)总觉得默认的 MaxThread 小了一点,每次使用都要手工调大= =(2)任务不能等待完成(3)任务一旦加入不能取消,甚至不知道是正在排队/正在执行/执行完毕(4)最恶心的一点,全是 MTAThread,好多COM都不能用。ClipBoard、WebBrowse... 阅读全文
posted @ 2015-04-19 01:07 catchyrime 阅读(621) 评论(0) 推荐(0) 编辑

2015年3月25日

摘要: 10.11.6.13administratorCQit6666 阅读全文
posted @ 2015-03-25 19:47 catchyrime 阅读(533) 评论(0) 推荐(0) 编辑

2015年3月12日

摘要: v1.2 阅读全文
posted @ 2015-03-12 08:07 catchyrime 阅读(124) 评论(0) 推荐(0) 编辑

2015年3月1日

摘要: Option Explicit OnOption Strict OnImports System.ReflectionImports System.DiagnosticsPublic Structure ErrInfo Public Number As Integer Public De... 阅读全文
posted @ 2015-03-01 21:04 catchyrime 阅读(136) 评论(0) 推荐(0) 编辑

2015年1月14日

摘要: 仅在Win32上使用,Win64上不允许内嵌汇编= =__declspec(naked)void* __stdcall __memcpy ( __in void* Dest, // ebp+0x08 __in const void* Src, // eb... 阅读全文
posted @ 2015-01-14 17:26 catchyrime 阅读(841) 评论(0) 推荐(0) 编辑

2015年1月13日

摘要: @Windows XP Professional Service Pack 3 (x86) (5.1, Build 2600) 1 lkd> dt -b _LDR_DATA_TABLE_ENTRY 2 nt!_LDR_DATA_TABLE_ENTRY 3 +0x000 InLoadOrderL... 阅读全文
posted @ 2015-01-13 19:18 catchyrime 阅读(3617) 评论(0) 推荐(0) 编辑

2015年1月12日

摘要: 新建"环境变量 - 系统":_NT_SYMBOL_PATH值为:SRV*FullDirPath*http://msdl.microsoft.com/download/symbols比如:SRV*C:\Symbols*http://msdl.microsoft.com/download/symbols... 阅读全文
posted @ 2015-01-12 13:57 catchyrime 阅读(589) 评论(0) 推荐(0) 编辑