第七章 F# 库(三)
序列(Microsoft.FSharp.Collections.Seq)模块
Microsoft.FSharp.Collections.Seq 模块包含所有处理集合的模块,只要它支持 IEnumerable 接口, .NET 框架的 BCL 中的大多数集合都是的。这个模块之所以称为序列(Seq),是因为序列是IEnumerable 接口的别名,是对其简...
分类:
其他好文 时间:
2014-07-22 23:02:32
阅读次数:
208
DRBD(DistributedReplicatedBlockDevice)分布式复制块设备,它是Linux平台上的分散式储存系统,通常用于高可用性(highavailability,HA)集群中。DRBD类似磁盘阵列的RAID1(镜像),只不过RAID1是在同一台电脑内,而DRBD是透过网络。DRBDResource:DRBD所具有的几种属性:resou..
分类:
其他好文 时间:
2014-05-03 01:12:42
阅读次数:
747
环境:Microsoft(R)Windows(R)Server2003,EnterpriseEditionServicePack2Microsoft(R)Windows(R)Serverxp,EnterpriseEditionServicePack3描述:安装VmwarevSphereClinet5.5过程中出现警告如下:VmwarevSphereClinet5.5安装在WindowsXP或者WindowsServer2003系统时,vSphere客户..
分类:
Windows程序 时间:
2014-05-03 01:06:15
阅读次数:
11720
其他方面:PHP
在数据库方面的丰富支持,也是它迅速走红的原因之一,它支持下列的数据库或是数据文件:Adabas 、D、 DBA、dBase 、dbm 、filePro
、Informix 、InterBase、mSQL 、Microsoft SQL Server、·MySQL、Solid、Syba...
分类:
Web程序 时间:
2014-05-02 08:49:11
阅读次数:
458
MicrosoftSQLServer2012R2部署安装SQLServer的安装相对于其他服务来说还是比较简单的,插入光盘,点击“Setup”打开“SQLServer安装中心”,在安装中心界面我们可以通过“计划”“安装”“维护”“工具”“资源”“高级”“选项”进行系统安装,信息查看以及系统设置,首先,点..
分类:
数据库 时间:
2014-05-02 03:13:16
阅读次数:
364
需要使用redis来做任务队列,所以花点时间研究下怎么使用...
1 //自定义Edit,实现十六进制输入控制,使用OnChar()函数实现 2 //MyEdit.h
3 #pragma once 4 5 class CMyEdit : public CEdit { 6 DECLARE_DYNAMIC(CMyEdit)
-------------...
分类:
其他好文 时间:
2014-05-01 21:32:46
阅读次数:
494
本文通过Azure Website 和 Azure Table Storage
打造一个网络报名系统,介绍Azure的开发体验,感受云的力量。
分类:
其他好文 时间:
2014-05-01 20:07:49
阅读次数:
494
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