摘要: 容器 vector vector创建 * vector 占用内存 vector 方法 vector 清理 阅读全文
posted @ 2024-07-31 16:22 aynulily 阅读(8) 评论(0) 推荐(0)
摘要: typedef bool (*tool_func_t)(const std::vector<std::string> &args); struct Tool { const char *name; tool_func_t func; }; static const Tool kTools[] = { 阅读全文
posted @ 2024-07-31 10:47 aynulily 阅读(14) 评论(0) 推荐(0)
摘要: Windbg 异常分析 生成dump 文件 .dump /ma D:\my.dmp 使用procdump/procdump64.exe 生成dump文件 托管层异常 !t 非托管层异常 .ecxr dump文件 内核模式与用户模式 开启内核模式 bcdedit /debug on 阅读全文
posted @ 2024-07-30 17:14 aynulily 阅读(38) 评论(0) 推荐(0)
摘要: 0:000> !sos.help SOS is a debugger extension DLL designed to aid in the debugging of managed programs. Functions are listed by category, then roughly 阅读全文
posted @ 2024-07-30 15:52 aynulily 阅读(29) 评论(0) 推荐(0)
摘要: 解决:连接字符串中 datasource 改为 data source 中间有空格 阅读全文
posted @ 2016-09-13 16:56 aynulily 阅读(123) 评论(0) 推荐(0)