随笔分类 -  Other

摘要:博客参考: https://blog.csdn.net/cjmqas/article/details/79282847#43-%E7%A7%BB%E9%99%A4%E5%85%A8%E5%B1%80%E9%9B%86%E6%88%90 补充: 1.罗列一下我在安装使用过程中的问题 安装过程中经常会出 阅读全文
posted @ 2020-06-03 07:59 李家的小猴子 阅读(9964) 评论(0) 推荐(1)
摘要:int foundProcessByName(const char *filename) { int foundProcessTimes = 0; HANDLE hSnapShot = CreateToolhelp32Snapshot(TH32CS_SNAPALL, NULL); PROCESSEN 阅读全文
posted @ 2020-05-23 07:37 李家的小猴子 阅读(616) 评论(0) 推荐(0)
摘要://获取当前系统的语言 static std::string __CheckLocale() { //LCID 实际是unsignedlong类型,所以可以通过LCID编码来比较是什么语言 LCID lcid = GetThreadLocale(); wchar_t name[LOCALE_NAME 阅读全文
posted @ 2020-05-16 15:17 李家的小猴子 阅读(1645) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/tefuirnever/article/details/99110367 阅读全文
posted @ 2020-04-28 21:15 李家的小猴子 阅读(409) 评论(0) 推荐(0)