一、同步流复制的架构PostgreSQL从9.1版本之后提供了同步复制的架构。同步复制要求在数据写入Standby数据库后,事务的commit才返回,所以Standby库出现问题时,会导致主库被hang祝解决这个问题的方法是启动两个Standby数据库,这两个standby数据库只要有一个是正常的,就不会让..
分类:
数据库 时间:
2015-07-26 06:17:31
阅读次数:
153
今天晕了半天了,搞了个git工程到github上,以为很简单,因为之前也弄过,那知道搞了大半天都搞不好,一直报如下错误D:\javawork\ee-0.0.1-SNAPSHOT>git push -u origin masterWarning: Permanently added the RSA h...
分类:
其他好文 时间:
2015-07-24 15:38:53
阅读次数:
132
翻译自Apache官方文档,Hadoop2.x版本的snapshot快照功能介绍。...
分类:
其他好文 时间:
2015-07-23 15:41:51
阅读次数:
113
数据库版本:11.2.0.4
服务器版本:RedHat6.4
主库Primary:安装数据库软件及实例
备库Standby: 仅安装数据库软件一、搭设前主备库环境:
主库Primary:[oracle@oracle dbs]$ cat /home/oracle/.bash_profile
# .bash_profile# Get the aliases and functions
if [...
分类:
数据库 时间:
2015-07-23 12:07:47
阅读次数:
257
新建一个maven项目,pom.xml如下1.pom.xml 4.0.0 com.webservice WebserviceProject war 0.0.1-SNAPSHOT WebserviceProject Maven Webapp http://ma...
分类:
Web程序 时间:
2015-07-22 18:31:54
阅读次数:
224
实验vm主机vm41、创建快照;两种方式:1、自定义命名#snapshot-create-asCreateasnapshotfromasetofargs2、系统定义命名#snapshot-createCreateasnapshotfromXML可以看到两者不一样的地方2、查看当前vm的快照位置3、查看存储文件有什么变化4、快照的配置文件存储位置5、vm启动..
分类:
其他好文 时间:
2015-07-22 16:34:30
阅读次数:
114
4.0.0 asia.banseon banseon-maven2 jar 1.0-SNAPSHOT banseon-maven http://www.baidu.com/banseon A maven project to study maven. jira http://jira.b...
分类:
其他好文 时间:
2015-07-19 20:09:36
阅读次数:
223
Maven 2 的 pom.xml 配置说明。pom.xml文件(实践用): 4.0.0 asia.banseon banseon-maven2 jar 1.0-SNAPSHOT banseon-maven http://www.baidu.com/banseon A maven pr...
分类:
其他好文 时间:
2015-07-19 19:51:44
阅读次数:
155
(1)LoadRunner上传文件web_submit_data("importStudent.do","Action=https://testserver/console/importStudent.do","Method=POST","EncType=multipart/form-data","RecContentType=text/html","Referer=https://testserver/console/displayStudentList.do","Snapshot=t12.in..
分类:
Web程序 时间:
2015-07-17 23:01:34
阅读次数:
247
基础代码见下,下文列举的实验都是在此程序基础上修改。
{CSDN:CODE:758278}
all,snapshot,first
String epl = "select * from appTable.win:time(5 sec) output all every 2 seconds";
可以看到,输出时将事件从队列中移除。已经输出的下次不再输出。
===============...
分类:
其他好文 时间:
2015-07-17 12:15:33
阅读次数:
144