Backup 是将 volume 备份到别的地方(备份设备),将来可以通过 restore 操作恢复。 初看 backup 功能好像与 snapshot 很相似,都可以保存 volume 的当前状态,以备以后恢复。但二者在用途和实现上还是有区别的,具体表现在: Snapshot 依赖于源 volum ...
分类:
其他好文 时间:
2017-11-07 13:21:41
阅读次数:
752
While working on a data problem, Curt, Bill, Ben, Mike, and Matt introduced a vast amount ofcorrupted data into the database. Pablo has discovered thi ...
分类:
其他好文 时间:
2017-11-06 18:00:53
阅读次数:
144
http://www.cnblogs.com/mgen/archive/2011/08/31/2160581.html (注:Logical Tree中文称为逻辑树,Visual Tree中文称为可视化树或者视觉树,由于名称不是很统一,文中统一用英文名称代表两个概念,况且VisualTreeHelp ...
sql替换语句,用该命令可以整批替换某字段的内容,也可以批量在原字段内容上加上或去掉字符。 命令总解:update 表的名称 set 此表要替换的字段名=REPLACE(此表要替换的字段名, '原来内容', '新内容') 如 UPDATE Whir_ProductRelese SET ReleseN ...
分类:
数据库 时间:
2017-11-01 12:03:02
阅读次数:
231
下图为链路层的4中协议 现在常用的标准:IEEE 802.2 Logical Link Control ; IEEE 802.3 CSMA/CD networks(Ethernet); IEEE802.11 Wireless networking IEEE802.3标准:以太网;媒体存取方式:争用; ...
分类:
其他好文 时间:
2017-10-25 19:51:11
阅读次数:
156
31w 45 People become quite illogical when they try to decide what can be eaten and what cannot be eaten. If you lived in the Mediterranean, for instan ...
分类:
其他好文 时间:
2017-10-25 11:39:54
阅读次数:
179
C# 获取本地电脑所有的盘符 话不多说,直接上菜: public List<string> GetRemovableDeviceID() { List<string> deviceIDs = new List<string>(); ManagementObjectSearcher query = n ...
1.安装pipinstallpsutil2.采集系统基本的信息,CPU,内存,磁盘,网络CPUcpu_times().user##单个数据信息cpu_count()##cpu逻辑个数cpu_count(logical=False)##cpu物理个数内存磁盘磁盘完整信息磁盘分区使用情况磁盘总IO(perdisk=True)表示磁盘单个分区IO网络信息用户信息获取开..
分类:
编程语言 时间:
2017-10-11 00:38:09
阅读次数:
128
Oracle的DATAGUARD环境,有PHYSICAL STANDBY和LOGICAL STANDBY两种。PHYSICAL STANDBY是传输REDO传到Standby端,然后由Standby端的MRP进程应用该Redo,以达到同期效果。LOGICAL STANDBY是传输REDO传到Stan ...
分类:
数据库 时间:
2017-10-10 20:35:33
阅读次数:
230
pwd Print the full filename of the current working directory.打印当前工作目录 -L, --logical use PWD from environment, even if it contains symlinks # 显示当前路径包括l ...
分类:
系统相关 时间:
2017-10-02 19:20:58
阅读次数:
225