VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002TF31002: Unable to connect to VisualStudio Online with VS 2013but I can using web access - Windo...
分类:
其他好文 时间:
2014-08-27 21:48:38
阅读次数:
213
跟 ASP.NET MVC 与 Web API 比起来,在 Web Forms 应用程式中使用 Dependency Injection 要来的麻烦些。这里用一个范例来说明如何注入相依物件至 Web Forms 的 ASPX 页面。使用的开发工具与类别库:Visual Studio 2013.NET...
分类:
Web程序 时间:
2014-08-26 22:43:36
阅读次数:
320
我们在Windows下使用Visual Studio 2012开发游戏的时候,使用标签中包括中文时候会出现乱码或无法显示,例如以下图所看到的:而应该显示的中文是例如以下图所看到的:HelloWorldScene.cpp中init函数例如以下:bool HelloWorld::init(){ i...
分类:
其他好文 时间:
2014-08-26 21:06:26
阅读次数:
242
由于要为某软件实现导出Excel功能,故有此文。本文的开发环境是Visual Studio 2010 ,C#, Excel 2007。新建C#工程后打开Solution Explorer,可以看到如下图片:右键点击Reference->Add References->Browse选择三个DLL文件(...
分类:
其他好文 时间:
2014-08-26 19:14:56
阅读次数:
203
引用:https://groups.google.com/forum/#!msg/opnet/OmOI_bstjTI/GhP-PRhpxEEJ 1- Start-> all programs -> Microsoft Visual studio -> Visual Studio Tools -> then (either) visual studio comand prompt OR ...
c:\program files\microsoft visual studio 10.0\vc\include\xmemory(48): error C2558: class“CDataRecv”: 没有可用的复制构造函数或复制构造函数声明为“explicit”
1> c:\program files\microsoft visual studio 10.0\vc\include\xmemory(197): 参见对正在编译的函数 模板 实例化“void std::_Construct<C...
分类:
其他好文 时间:
2014-08-26 11:47:26
阅读次数:
230
目标说明
本文的目标是教会大家如何用Notepad++来编写C/C++代码,并能够编译运行。
注:Notepad++是一个非常优秀的开源文本编辑器。官网地址 http://notepad-plus-plus.org/ 开发环境搭建的原因
我目前使用最多的开发环境是Visual Studio,不管是v...
分类:
编程语言 时间:
2014-08-25 21:05:04
阅读次数:
532
Excel对象模型 (.Net Perspective)本文主要针对在Visual Studio中使用C#开发关于Excel的应用程序本文的PDF下载地址:C#操作Excel2007.pdf来源:Understandingthe Excel Object Model from a .NET Deve...
分类:
其他好文 时间:
2014-08-25 18:58:15
阅读次数:
373
Word对象模型 (.Net Perspective)本文主要针对在Visual Studio中使用C#开发关于Word的应用程序来源:Understandingthe Word Object Model from a .NET Developer's Perspective五大对象Applicat...
分类:
其他好文 时间:
2014-08-25 16:27:54
阅读次数:
411
本篇主要包括: □ 前期准备□ 引入Bootstrap,jQuey文件等□ 搭建页面主体结构□ 导航区域 □ 前期准备 →使用Visual Studio 2012创建一个空的ASP.NET网站→把下载下来的Bootstrap 3中的css,fonts,js文件夹拷贝到网站根目录下→在网站根目录下创建...
分类:
Web程序 时间:
2014-08-25 14:53:14
阅读次数:
432