2023年7月23日
摘要: ## 起因 > 自封装 DBG_PRINTEXCEPTION_WIDE_C 打印在win7上报错 ![img](https://img2023.cnblogs.com/blog/2431494/202307/2431494-20230723022039639-1514928748.png) ## 经 阅读全文
posted @ 2023-07-23 02:18 Ksa-NL 阅读(16) 评论(0) 推荐(0) 编辑
  2023年1月10日
摘要: # VS2022_VAX设置Alpha ## 设置后效果 如下 此时瞬间舒服了 ![](https://img2023.cnblogs.com/blog/2431494/202301/2431494-20230110033441522-14807157.png) ## 设置方案 > 因为改了很多地方 阅读全文
posted @ 2023-01-10 02:10 Ksa-NL 阅读(953) 评论(0) 推荐(0) 编辑
  2023年1月4日
摘要: > `Snapshot 防止链接挂掉` [Windows Version Numbers - Version and build numbers of Microsoft Windows](https://www.gaijin.at/en/infos/windows-version-numbers) 阅读全文
posted @ 2023-01-04 22:42 Ksa-NL 阅读(34) 评论(0) 推荐(0) 编辑
  2022年12月31日
摘要: ```cpp // 微软官方例程 稍微修改了下 测试刚刚好 #define WDS printf #define THREAD_COUNT 20 static volatile UINT vol = 0; void SimpleThreadA(void* id) { UINT& max = *(PU 阅读全文
posted @ 2022-12-31 04:45 Ksa-NL 阅读(83) 评论(0) 推荐(0) 编辑
  2022年9月19日
摘要: ``# include // 添加 C++标准模板库`` ![](https://img2022.cnblogs.com/blog/2431494/202209/2431494-20220919163008210-1244892435.png) ```cpp # include // -> # in 阅读全文
posted @ 2022-09-19 16:30 Ksa-NL 阅读(104) 评论(0) 推荐(0) 编辑
  2022年8月12日
摘要: # ***[MySQL5.7.35精简Dev开发包](https://files.cnblogs.com/files/blogs/702156/MySQL57.7z?t=1660278389)*** > 顺手整理了下 仅引用mysql.h可直接使用 ![](https://img2022.cnblo 阅读全文
posted @ 2022-08-12 12:30 Ksa-NL 阅读(30) 评论(0) 推荐(0) 编辑
  2022年7月7日
摘要: ```cpp // 毫到时分秒 gaishibz@gmail.com CASTR Ms2Str(CA_LNG nMs, CA_BOOL nEnglish) { static const long long scDate[] = { 1000ll,31536000ll,2592000ll,86400l 阅读全文
posted @ 2022-07-07 19:01 Ksa-NL 阅读(36) 评论(0) 推荐(0) 编辑
  2022年6月3日
摘要: # 解决scanf和gets在代码页65001下的乱码问题 > > 1.字符集 使用 Unicode 字符集 必须 > > 2.不要使用system("chrp 65001") 用 ::SetConsoleOutputCP(65001); 代替 > > 3.gets_s(SC_Input, MEM_ 阅读全文
posted @ 2022-06-03 21:38 Ksa-NL 阅读(146) 评论(0) 推荐(0) 编辑
  2022年4月24日
摘要: > `// 太晚了只导出了dx9 记录一下 QQ 4seaynl 可以加我一起搞` ```cpp // /* Origin d3d9.h */ #define _FACD3D 0x876 #define MAKE_D3DHRESULT( code ) MAKE_HRESULT( 1, _FACD3D 阅读全文
posted @ 2022-04-24 00:50 Ksa-NL 阅读(505) 评论(0) 推荐(0) 编辑
  2021年10月5日
摘要: > 笔者没有发现 Visual Studio Standard Collector Service 150 服务项 > > Visual Studio Installer 安装器启动 > > 安装注意勾选Boost.Test测试(猜测可能首次安装取消了这个) > > 重启打开VS 如若 `win+R 阅读全文
posted @ 2021-10-05 18:34 Ksa-NL 阅读(764) 评论(0) 推荐(0) 编辑