??
VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002
TF31002: Unable to connect to VisualStudio Online with VS 2013
but I can using web access - Windows 8.1.
FIX:
1. Close all i...
分类:
Web程序 时间:
2014-07-22 23:05:53
阅读次数:
531
InstallShield Limited Edition for Visual Studio 2013 简单体验...
分类:
其他好文 时间:
2014-07-22 23:04:12
阅读次数:
301
第七章 F# 库(三)
序列(Microsoft.FSharp.Collections.Seq)模块
Microsoft.FSharp.Collections.Seq 模块包含所有处理集合的模块,只要它支持 IEnumerable 接口, .NET 框架的 BCL 中的大多数集合都是的。这个模块之所以称为序列(Seq),是因为序列是IEnumerable 接口的别名,是对其简...
分类:
其他好文 时间:
2014-07-22 23:02:32
阅读次数:
208
在visual studio 中添加数据库应用时,报错,提示如下: 在与 SQL Server
建立连接时出现与网络相关的或特定于实例的错误。未找到或无法访问服务器。请验证实例名称是否正确并且 SQL Server 已配置为允许远程连接。
(provider: SQL 网络接口, error: 26...
分类:
数据库 时间:
2014-07-22 23:00:54
阅读次数:
375
一、准备一个WebService
1.右键你的web应用=》添加=》新建项=》选择“Web服务”=》输入名称=》确定 2.工具栏=》调试=》开始执行 3.在浏览器可以得到一个url
二、新建一个控制台程序以调用WebService服务 1.新建控制台程序×1 2.右键“引用”=》“添加服务引用” 3...
分类:
Web程序 时间:
2014-05-01 20:31:31
阅读次数:
383
本文通过Azure Website 和 Azure Table Storage
打造一个网络报名系统,介绍Azure的开发体验,感受云的力量。
分类:
其他好文 时间:
2014-05-01 20:07:49
阅读次数:
494
从本篇文章开始,我将会陆续介绍提高 VS 开发效率的文章,欢迎大家补充~
在进行代码开发的时候,我们往往会频繁的使用键盘、鼠标进行协作,但是切换使用两种工具会影响到我们的开发速度,如果所有的操作都可以只用键盘来完成,那开发效率将得到大幅度的提升。因此,灵活地应用
Visual Studio 的...
分类:
其他好文 时间:
2014-05-01 19:22:45
阅读次数:
294
The server network address “TCP://myserverAddress:50221″ cannot be reached or does not exist.
Check the network address name and that the ports for the local and remote endpoints are operational.
(Microsoft SQL Server, Error: 1418)...
分类:
Web程序 时间:
2014-05-01 18:35:53
阅读次数:
665
<Window x:Class="WpfApplication2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Mai...
分类:
其他好文 时间:
2014-04-30 22:24:38
阅读次数:
226
VSTO(Visual Studio Tools for Office) 简介与部分资源整理...
分类:
其他好文 时间:
2014-04-30 22:14:39
阅读次数:
264