赞助
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 39 下一页
摘要: 1 //Get size of a whole dir 2 //return bytes 3 DWORD64 GetFolderSize(LPCTSTR szPath, DWORD *dwFiles, DWORD *dwFolders) 4 { 5 TCHAR szFileFilter[512]; 阅读全文
posted @ 2016-01-20 16:22 车臣 阅读(774) 评论(0) 推荐(0) 编辑
摘要: 方法二: 转载:http://www.cnblogs.com/hwangbae/archive/2012/07/21/2602592.html 阅读全文
posted @ 2016-01-18 11:29 车臣 阅读(997) 评论(0) 推荐(0) 编辑
摘要: 转载:http://blog.sina.com.cn/s/blog_66bf8d8301014ikd.html WIN32_FIND_DATA结构 关于文件的全部属性信息,总计有以下以下9 种:文件的标题名、文件的属性(只读、存档,隐藏等)、文件的创建时间、文件的最后访问时间、文件的最后修改时间、文 阅读全文
posted @ 2016-01-18 11:06 车臣 阅读(11752) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/lidabo/p/3701709.html 阅读全文
posted @ 2016-01-16 10:07 车臣 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 转载:http://blog.sina.com.cn/s/blog_4ad042e50102dwv0.html 重载DefWindowProc,在里面截获WM_NCLBUTTONDBLCLK消息进行处理: LRESULT CDlg::DefWindowProc(UINT message, WPARA 阅读全文
posted @ 2016-01-15 14:39 车臣 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 转载1:http://www.cnblogs.com/xdp-gacl/p/4322165.html 转载2:http://www.cnblogs.com/zoupeiyang/p/4034517.html 环境变量设置好后需要测试一下,如果遇到""系统找不到文件C:\ProgramData\Ora 阅读全文
posted @ 2016-01-09 17:51 车臣 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/xubin0523/archive/2012/11/01/2749729.htmlShellExecute ShellExecute的功能是运行一个外部程序(或者是打开一个已注册的文件、打开一个目录、打印一个文件等等),并对外部程序有一定的控制。... 阅读全文
posted @ 2016-01-08 17:26 车臣 阅读(1278) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include "classAh.h" 3 #include 4 using namespace std; 5 6 7 int main() 8 { 9 char rootPath[10] = {0}, driveType[21] = {0}; 10 UINT nType; 11 12 for(char a... 阅读全文
posted @ 2015-12-30 17:38 车臣 阅读(3099) 评论(0) 推荐(0) 编辑
摘要: 1.换系统教程http://ideapad.it168.com/thread-4869510-1-1.htmlhttp://jingyan.baidu.com/article/08b6a591c82df414a8092224.html2.svn教程http://wsfly.iteye.com/blo... 阅读全文
posted @ 2015-11-24 13:36 车臣 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 出处:http://univasity.iteye.com/blog/1173296出处:http://www.cnblogs.com/dinglang/archive/2012/06/07/2539118.html 阅读全文
posted @ 2015-04-29 14:41 车臣 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 39 下一页