会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
~小小鸟~
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
29
下一页
2017年6月12日
link 和 runtime-link,搭配shared 和 static(转)
摘要: 原文转自 http://blog.csdn.net/yasi_xi/article/details/8660549 参考: http://bbs.sjtu.edu.cn/bbscon,board,C,file,M.1300328832.A.html http://noteonx.blogspot.c
阅读全文
posted @ 2017-06-12 14:20 ~小小鸟~
阅读(1146)
评论(0)
推荐(0)
2017年6月11日
boost 库的下载和编译_Visual Studio 2013(转)
摘要: 原文转自 http://blog.csdn.net/lp310018931/article/details/47791143 原文转自 http://m.blog.csdn.net/article/details?id=42265605 Boost库是一个可移植、提供源代码的C++库,作为标准库的后
阅读全文
posted @ 2017-06-11 21:10 ~小小鸟~
阅读(728)
评论(0)
推荐(0)
此时不应有 \Microsoft (转)
摘要: 原文转自 http://www.tuicool.com/articles/J7RFRz 下载boost库后,在cmd中运行bootstrap.bat ,输出 "此时不应有 \Microsoft", 经过百度找到问题原因: 四、浅墨的解决方案 浅墨发现,大概是因为系统的path变量中不允许写双引号”“
阅读全文
posted @ 2017-06-11 21:03 ~小小鸟~
阅读(3713)
评论(0)
推荐(0)
boost::thread编程-线程中断(转)
摘要: 原文转自 http://blog.csdn.net/anda0109/article/details/41943691 thread的成员函数interrupt()允许正在执行的线程被中断,被中断的线程会抛出一个thread_interrupted异常,它是一个空类,不是std::exception
阅读全文
posted @ 2017-06-11 20:06 ~小小鸟~
阅读(2380)
评论(0)
推荐(0)
文件或目录损坏且无法读取的解决办法大集合(转)
摘要: 开始--> 运行--> cmd,输入 CHKDSK H: /F(注意,H是你要检查修复的盘符回车,冒号后面要空一格,别跟着就写"/F"。如果直接输入CHKDSK,就检查当前磁盘的使用情况。)。之后系统会开始检查磁盘分区。如果系统能够发现问题并且在修复能力范围之内的话,Windows自动修复出错的分区
阅读全文
posted @ 2017-06-11 17:28 ~小小鸟~
阅读(768)
评论(0)
推荐(0)
2017年5月22日
【Visual Studio - Dependency Walker】查找程序依赖的动态链接库文件(转)
摘要: 原文转自 http://163n.blog.163.com/blog/static/5603555220113151113287/ 有时我们需要知道一个程序依赖哪些动态链接库(DLL)文件。实际上,有很多方法可以做到。下面就是三种实现方法:
阅读全文
posted @ 2017-05-22 20:14 ~小小鸟~
阅读(1409)
评论(0)
推荐(0)
【Visual Studio】以管理员的身份运行软件
摘要:
阅读全文
posted @ 2017-05-22 09:16 ~小小鸟~
阅读(201)
评论(0)
推荐(0)
2017年5月18日
【Visual Studio】解决错误 fatal error C1010: unexpected end of file while looking for precompiled head(转)
摘要: 原文转自 http://blog.csdn.net/liuqiyao_01/article/details/38867145 在编译VS时候,出现fatal error C1010: unexpected end of file while looking for precompiled head。
阅读全文
posted @ 2017-05-18 20:57 ~小小鸟~
阅读(3481)
评论(0)
推荐(0)
2017年5月16日
【Visual Studio】无法打开包括文件:“SDKDDKVer.h”
摘要: 解决办法是在头文件的搜索目录中添加$(WindowsSDK_IncludePath);,同时在库文件的搜索目录中添加$(WindowsSDK_LibraryPath_x86);
阅读全文
posted @ 2017-05-16 23:32 ~小小鸟~
阅读(1564)
评论(0)
推荐(0)
【Visual Studio】“rc.exe”已退出,代码为 5 ("rc.exe" exited with code 5.)
摘要: 【解决方案】找到 rc.exe 所在目录,然后 方法1:添加该目录到 VC++ Directories --> Executable Directories中 方法2:添加到系统变量中的Path变量后面;"rc.exe所在目录"
阅读全文
posted @ 2017-05-16 23:25 ~小小鸟~
阅读(3562)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
29
下一页