摘要:
::Sleep(0)的使用 This function causes a thread to relinquish the remainder of its time slice and become unrunnable for an interval based on the value of 阅读全文
摘要:
Howto: Remove devices from Windows that are not connected to the system anymore 如何移除不再插入Windows设备的信息 启动命令提示符窗口,分别执行以下两条命令 reg add "HKEY_LOCAL_MACHINE\ 阅读全文
摘要:
调用memcpy不会崩溃和报错,但是调用delete和free函数都崩溃报错,报错信息如下: Heap block at 008B9968 modified at 008B9996 past requested size of 26 如果调整memcpy函数的复制长度至6则程序无反应。 所以在编程过 阅读全文