08 2021 档案

摘要:摘自:https://blog.csdn.net/swj9099/article/details/85292444 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <pth 阅读全文
posted @ 2021-08-23 14:31 Brickert 阅读(743) 评论(0) 推荐(0) 编辑
摘要:右键计算机=》管理 =》系统工具=》事件查看器=》Windows日志=》系统 过滤:关机:事件ID=6006 开机:事件ID=6005 非正常关机(断电、电源键):事件ID=6008 阅读全文
posted @ 2021-08-19 14:38 Brickert 阅读(840) 评论(0) 推荐(0) 编辑
摘要:调用第三方的COM组件,记得要先在管理员cmd执行:regsvr32 xxxx.dll 没执行之前运行 HRESULT hr = pComm.CreateInstance("xxxx.Comm"); 一直返回错误值:hr=FFFF FFFF 8004 01F3 阅读全文
posted @ 2021-08-05 11:39 Brickert 阅读(125) 评论(0) 推荐(0) 编辑