码迷,mamicode.com
首页 >  
搜索关键字:microsoft azure online backup    ( 24066个结果
VS 2013 链接不上TFS 但是web可以
?? 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
第七章 F# 库(四)
第七章 F# 库(四) 打印(Microsoft.FSharp.Text.Printf)模块   打印(Printf)模块提供了以类型案例的方式格式化字符串的函数,打印模块中函数的第一个参数是值的占位符,它返回的函数需要为占位符提供值;占位符用百分号加一个表示类型的字母组成,表 7-2 是完整的清单。   表 7-2 打印模块的占位符和标记   标记 ...
分类:其他好文   时间:2014-07-22 23:02:35    阅读次数:383
第七章 F# 库(三)
第七章 F# 库(三) 序列(Microsoft.FSharp.Collections.Seq)模块   Microsoft.FSharp.Collections.Seq 模块包含所有处理集合的模块,只要它支持 IEnumerable 接口, .NET 框架的 BCL 中的大多数集合都是的。这个模块之所以称为序列(Seq),是因为序列是IEnumerable 接口的别名,是对其简...
分类:其他好文   时间:2014-07-22 23:02:32    阅读次数:208
[Redis]windows下redis的安装和启动
需要使用redis来做任务队列,所以花点时间研究下怎么使用...
分类:Windows程序   时间:2014-05-02 02:29:59    阅读次数:459
System.Data.SqlClient.SqlError: 尚未备份数据库的日志尾部
SQL还原时出现下面的错误,System.Data.SqlClient.SqlError: 尚未备份数据库 "***" 的日志尾部。如果该日志包含您不希望丢失的工作,请使用 BACKUP LOG WITH NORECOVERY 备份该日志。请使用 RESTORE 语句的 WITH REPLACE 或...
分类:数据库   时间:2014-05-01 22:26:24    阅读次数:499
Microsoft Azure开发体验 – 网络报名系统
本文通过Azure Website 和 Azure Table Storage 打造一个网络报名系统,介绍Azure的开发体验,感受云的力量。
分类:其他好文   时间:2014-05-01 20:07:49    阅读次数:494
[TroubleShooting] The server network address can not be reached or does not exist
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
windows 8.1安装VS2005出现安装失败:未能安装.NET framework 3.5解决方案
在windows 8.1下安装VS2005或VS2008时出提示在线安装.NET framework 3.5 ,但是大家都知道在线安装时坑爹的,无论网络多好,都显示Internet不能连接 解决方法是:将windows 8.1的安装镜像载入虚拟光驱或者将windows8.1插入光驱,用管理员身份打开cmd窗口,写进下列字符串:Dism /online /enable-feature /featu...
分类:Windows程序   时间:2014-05-01 18:22:35    阅读次数:442
XAML 布局StackPanel
<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
[TroubleShooting] The remote copy of database xx has not been rolled forward to a point in time
Steps: 1. backup database DBmirror on SQL1 2. backup database log 3. copy db and log backup files to SQL2 4. restore db with norecovery 5. restore log with norecovery 6. create endpoints on both...
分类:数据库   时间:2014-04-30 22:15:38    阅读次数:414
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!