上一页 1 ··· 593 594 595 596 597 598 599 600 601 ··· 617 下一页

2019年3月17日

摘要: 最好的办法是你把以上所说的"可能文件"都备份了,迅雷删除得干干净净(卸载完删除原文件夹也手动删除),然后重装,这时下载列表应该是空的,把可疑文件一个一个复制到文件夹里,复制完哪个下载列表里出现了任务就是哪个呗. 阅读全文
posted @ 2019-03-17 22:18 lydstory 阅读(103) 评论(0) 推荐(0)
摘要: typedef struct _MEMORYSTATUSEX { DWORD dwLength; DWORD dwMemoryLoad; DWORDLONG ullTotalPhys; DWORDLONG ullAvailPhys; DWORDLONG ullTotalPageFile; DWORD 阅读全文
posted @ 2019-03-17 19:49 lydstory 阅读(455) 评论(0) 推荐(0)
摘要: windows——cmd命令——输入systeminfo查看虚拟内存信息 阅读全文
posted @ 2019-03-17 19:38 lydstory 阅读(117) 评论(0) 推荐(0)
摘要: 关于std::function 的用法: 其实就可以理解成函数指针 1. 保存自由函数 void printA(int a){ cout<<a<<endl;} std::function<void(int a)> func;func = printA;func(2); 存lambda表达式std:: 阅读全文
posted @ 2019-03-17 18:42 lydstory 阅读(156) 评论(0) 推荐(0)

2019年3月15日

摘要: https://blog.csdn.net/cracker_zhou/article/details/73348966 阅读全文
posted @ 2019-03-15 14:02 lydstory 阅读(181) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/library/windows/hardware/ff566204 Returns the ATA-2 identify data, the Self-Monitoring Analysis and Reporting Technology (S 阅读全文
posted @ 2019-03-15 01:06 lydstory 阅读(103) 评论(0) 推荐(0)

2019年3月13日

摘要: typedef BYTE near *PBYTE; 阅读全文
posted @ 2019-03-13 20:35 lydstory 阅读(283) 评论(0) 推荐(0)

2019年3月12日

摘要: 【转】https://blog.csdn.net/wang13342322203/article/details/80982820 阅读全文
posted @ 2019-03-12 16:47 lydstory 阅读(84) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/xiaoheibaqi/article/details/50777203 右键工程-》设置qt project setting -->修改version 为自己设置的QT5.4 阅读全文
posted @ 2019-03-12 16:11 lydstory 阅读(262) 评论(0) 推荐(0)

2019年3月11日

摘要: https://github.com/nicholaszj/marioTcp MarioTCP MarioTCP 是使用libevent模型来建立的一个性能强大的TCP服务器. 1:Getting Started 用MarioTCP来建立一个性能强大的TCP服务器非常简易.工程源码下有一个非常简洁的 阅读全文
posted @ 2019-03-11 16:55 lydstory 阅读(150) 评论(0) 推荐(0)
上一页 1 ··· 593 594 595 596 597 598 599 600 601 ··· 617 下一页

导航