Visual Components(可视化组件)There are new components and gameObjects that have been added with UI that allow for ease of creation and GUI specific functio...
分类:
编程语言 时间:
2014-12-16 14:57:50
阅读次数:
297
原文:GhostDoc的使用 一、简介 GhostDoc是Visual Studio的一个免费插件,可以为开发人员自动生成XML格式的注释文档。 二、下载 需要的朋友可以去这里下载,填个Email地址就可以下了:GhostDoc下载地址 三、安装 下载安装完成后,可以在Visual Studio的工...
分类:
其他好文 时间:
2014-12-16 11:18:19
阅读次数:
119
使用软件:Microsoft SQL Server 2012Microsoft Visual Studio 2012本文地址:http://www.cnblogs.com/go2bed/参考资料:http://www.w3school.com.cn/ W3Schoolhttp://baike.bai...
在Visual Studio 2012中,打算给以下方法添加单元测试,但却出现了提示:No classes or namespaces in this assembly的提示。 1 namespace UnitTest 2 { 3 class Program 4 { 5 ...
分类:
其他好文 时间:
2014-12-15 21:44:34
阅读次数:
235
在win7下安装MATLAB7.0完成后,运行MATLAB,出现下面的错误:
Microsoft Visual C++ Runtime Library
Runtime Error!
Program: C:MATLAB7binwin32MATLAB.exe
This application has requested the Runtime to terminate it i...
分类:
其他好文 时间:
2014-12-15 17:16:24
阅读次数:
312
原文链接:http://www.dotblogs.com.tw/yc421206/archive/2013/03/08/95920.aspxStep1.建立選單在VS2012選單,Tools→Customize→Commands 找到Create Unit Tests後,先按Move Up,再按Mo...
分类:
其他好文 时间:
2014-12-15 17:16:03
阅读次数:
125
在VS主面板打开:工具->选项->调试->编辑继续 取消选中[启用"编辑并继续"] 就OK了 (英文版的请对应相应的操作)不过这是针对所有的调试,如果你想针对单个项目就还是保留VS的设置,直接去项目属性里设置在你的Web项目上右键->属性->Web 取消选中[启用"编辑并继续"] 就OK了VS201...
分类:
其他好文 时间:
2014-12-15 17:10:30
阅读次数:
171
Visual C++内存泄露检测,可采用VLD工具。
VLD:Visual Leak Detector。VLD是一款用于Visual C++的免费的内存泄露检测工具。他的特点有:可以得到内存泄漏点的调用堆栈,如果可以的话,还可以得到其所在文件及行号;可以得到泄露内存的完整数据;可以设置内存泄露报告的级别;并且是开源免费的。
官方网址:http://vld.codep...
分类:
编程语言 时间:
2014-12-15 15:32:54
阅读次数:
321
使用Visual Studio 2012开发网站或web应用程序时,可以使用两种web server。自带的development server和IIS EXPRESS。development server是x86版本的,IIS EXPRESS是同时x86和x64版。然而在引用64位dll时,调试时...
分类:
其他好文 时间:
2014-12-15 14:58:47
阅读次数:
169
1.S.O.答案第一名#pragma commentis a compiler directive which indicates Visual C++ to leave a comment in the generated object file. The comment can then be ...
分类:
其他好文 时间:
2014-12-15 13:41:14
阅读次数:
144