会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
上一页
1
···
593
594
595
596
597
598
599
600
601
···
617
下一页
2019年3月17日
查不同
摘要: 最好的办法是你把以上所说的"可能文件"都备份了,迅雷删除得干干净净(卸载完删除原文件夹也手动删除),然后重装,这时下载列表应该是空的,把可疑文件一个一个复制到文件夹里,复制完哪个下载列表里出现了任务就是哪个呗.
阅读全文
posted @ 2019-03-17 22:18 lydstory
阅读(103)
评论(0)
推荐(0)
GlobalMemoryStatusEx获取内存
摘要: 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
摘要: 关于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日
硬盘smart信息读取
摘要: https://blog.csdn.net/cracker_zhou/article/details/73348966
阅读全文
posted @ 2019-03-15 14:02 lydstory
阅读(181)
评论(0)
推荐(0)
msdn 硬盘
摘要: 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日
PBYTE
摘要: typedef BYTE near *PBYTE;
阅读全文
posted @ 2019-03-13 20:35 lydstory
阅读(283)
评论(0)
推荐(0)
2019年3月12日
qss
摘要: 【转】https://blog.csdn.net/wang13342322203/article/details/80982820
阅读全文
posted @ 2019-03-12 16:47 lydstory
阅读(84)
评论(0)
推荐(0)
change qt version
摘要: 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日
marioTcp
摘要: 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
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告