摘要:
[chromium-style] Complex constructor has an inlined body. ....就是把析构函数,还有构造函数的定义写在外面 [chromium-style] Complex class/struct needs an explicit out-of-lin 阅读全文
摘要:
#define _CRT_SECURE_NO_WARNINGS #include <stdint.h> #include <stdio.h> #ifdef _WIN32 #include <time.h> #include<windows.h> #else #include <sys/time.h> 阅读全文
摘要:
在win10 拿到后 时区主要是位于 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation 只要你修改 这里就会发生变化 修改方式在控制面板 阅读全文