DRBD: 主从 primary: 可执行读、写操作 secondary: 文件系统不能挂载DRBD: dual primay, 双主(基于集群文件系统的高可用集群)磁盘调度器:合并读请求,合并写请求;Procotol:drbd数据同步协议 A: Async, 异步 数据发送到本机tcp/...
分类:
其他好文 时间:
2014-07-07 23:59:33
阅读次数:
417
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.For example,Given 1->2-...
分类:
其他好文 时间:
2014-07-07 16:17:00
阅读次数:
139
今天遇到一个很头痛的问题,插入数据库时总是不成功,返回的是内部服务器错误,我一直以为是apache出什么状况了,搜了好多方法,乱改一通,没有丝毫效果。后来在firebug下看见是插入数据库出错了,是这样一条错误信息:#1062 - Duplicate entry 'test2' for key 'P...
分类:
数据库 时间:
2014-07-07 13:00:56
阅读次数:
194
mysql "ON DUPLICATE KEY UPDATE" 语法如果在INSERT语句末尾指定了ON DUPLICATE KEY UPDATE,并且插入行后会导致在一个UNIQUE索引或PRIMARY KEY中出现重复值,则在出现重复值的行执行UPDATE;如果不会导致唯一值列重复的问题,则插入...
分类:
其他好文 时间:
2014-07-03 09:34:37
阅读次数:
233
11gR2搭建dataguard环境:自己做的实验,后续按照rman模式搭建、主备切换、模式调整等实验会陆续发上来。primary:OS:oel 6.4database:11.2.0.4.0192.168.100.131hostname=node4ORACLE_SID=goodORACLE_HOME...
分类:
其他好文 时间:
2014-07-02 19:25:53
阅读次数:
209
Given a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list.
分类:
其他好文 时间:
2014-07-02 00:24:04
阅读次数:
284
1 : 对PHPer的划分,我对PHPer划分为以下几个阶段. a: PHP 爱好者 (半个PHPer) b: PHP 初学者 (PHP Beginner) c: PHP 初级程序员 (Primary PHP Coder) d: PHP 中级程序员 (Junior PHP Coder) e: PHP...
分类:
其他好文 时间:
2014-07-01 21:38:51
阅读次数:
363
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-07-01 06:22:46
阅读次数:
415
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-06-30 19:37:39
阅读次数:
313
--创建用户表CREATE TABLE table_1( id int PRIMARY KEY, -- 主键ID c1 varchar(24) NOT NULL,-- 列1 c2 datetime NOT NULL -- 列2)-- 批量新增一万条数据CREATE PROCEDURE PROC_IN...
分类:
其他好文 时间:
2014-06-30 11:48:39
阅读次数:
194