03 2013 档案

摘要:http://www.blogjava.net/midea0978/archive/2012/03/07/371420.html我的解法是 单独下载新的MinGW (http://sourceforge.net/projects/mingw/?source=dlp)ex.下载至C:\MinGW并将codeblock的compiler's installation directory指向 C:\MinGW\bin"mingw32-gcc.exe: CreateProcess: No such file or directory"便可解決 阅读全文
posted @ 2013-03-30 22:41 dll2008 阅读(579) 评论(2) 推荐(0)
摘要:来自http://bluedavy.me/?p=445类装载的相关问题cpu us消耗高内存问题Java进程crash或退出硬件资源未到瓶颈,但吞吐量上不去==============================Java Decompilerhttp://java.decompiler.free.fr/?q=jdeclipse 阅读全文
posted @ 2013-03-21 20:20 dll2008 阅读(153) 评论(0) 推荐(0)
摘要:1 IntelliSense: #error 指令: Please use the /MD switch for _AFXDLL builds做MFC时遇到过这个问题,解决方法如下: 修改设置:工程(Project)-> 属性(Properties)-> 配置属性(Configuration Properties)-> c/c++-> 代码生成(Code Generation)->运行库(Use run-time library)->多线程调试DLL(/MD)1 IntelliSense: identifier "IDC_BUTTON1" 阅读全文
posted @ 2013-03-20 13:49 dll2008 阅读(269) 评论(0) 推荐(0)
摘要:struct默认publicclass默认private函数重载:必须函数参数个数,参数类型不同一、void output()int output()二、void output(int a,int b=6)void output(int a)均不是重载Lesson7定义指针,在堆上分配内存,和整个应用程序的生命周期是一致的。 阅读全文
posted @ 2013-03-16 18:14 dll2008 阅读(105) 评论(0) 推荐(0)
摘要:http://hi.baidu.com/topguntopgun/item/b20f89c28f7bdb3a98b498daMSDN2010安装及使用(MSDNLibrary)VS2010正式版不再有单独的MSDNLibrary安装选项,以至于很多同学找不到本地的MSDNLibrary来用,其实VS2010的ISO安装光盘里已经包含有MSDNLibrary,只不过要手动安装,方法如下:1、安装完VS2010后,在开始菜单中打开MicrosoftVisualStudio2010-VisualStudioTools–ManageHelpSettings(管理帮助设置),第一次打开时会让你选择一个路 阅读全文
posted @ 2013-03-16 13:23 dll2008 阅读(444) 评论(0) 推荐(0)