1 #include 2 #include 3 using namespace std; 4
class people 5 { 6 public: 7 string name; 8 int age; 9 virtual void print();10
};11 12...
分类:
其他好文 时间:
2014-04-28 09:04:54
阅读次数:
690
一:由于在上一个随笔的基础之上拓展的所以直接上代码,客户端:using
System;using System.Collections.Generic;using System.ComponentModel;using
System.Data;using System.Drawing;using S...
分类:
Windows程序 时间:
2014-04-27 21:14:46
阅读次数:
1392
高可用性解决方案概述
以下这个系列的文章我都是以SQL Server 2008来描述的,从理论上说不通的数据库都有类似的高可用性解决方案,大家可以自己去研究。下面介绍四种高可用性解决方案。
1.日志传送
2.数据库镜像
3.复制
4.故障转移群集...
分类:
其他好文 时间:
2014-04-27 20:02:37
阅读次数:
622