数据库版本:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0主库ip:192.168.133.133 instance_name:orcl service_name:pdb 主机名:dg1备库ip:192.168.133.134...
分类:
数据库 时间:
2014-11-07 11:08:20
阅读次数:
396
#配置安装EPEL及依赖环境#更新包 yum update yum -y install wget yum -y --nogpgcheck install http://download.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-...
分类:
其他好文 时间:
2014-11-07 00:57:15
阅读次数:
323
1:首先找到hibernate-release-4.1.9.Final.zip\hibernate-release-4.1.9.Final\lib\required ,把required里的所有jar包copy到Web-Inf下的lib包里,再把访问数据库的ODBC.jar包也放进lib里。2:添加...
分类:
Web程序 时间:
2014-11-06 19:22:59
阅读次数:
157
linux下subversion server安装手册安装基于的Linux版本为:Red Hat Enterprise Linux Server release 6.3。一 准备需要的安装包。(1)下载 apache:httpd-2.2.23.tar.gz(2) 下载Subverson 。下载地址h...
分类:
系统相关 时间:
2014-11-06 19:15:44
阅读次数:
192
threading
time
Producer(threading.Thread):
run(self):
count
True:
con.acquire():
count>1000:
con.wait()
:
count=count+100
msg=self.name++str(count)
msg
con.notify()
con.release()
time.sleep(1)
Consumer(threading.Thread):
run(self):
count
True:
con.acqu..
分类:
编程语言 时间:
2014-11-06 17:47:36
阅读次数:
239
在命令行里sqlplus以system身份登录,password是自己设的systemC:\Users\Administrator>sqlplusSQL*Plus: Release 10.2.0.1.0 - Production on 星期二 10月 14 21:29:23 2014Copyrigh...
分类:
数据库 时间:
2014-11-06 17:23:32
阅读次数:
250
线程锁#!/usr/bin/pythonimportthreadingimporttimeclassMyThread(threading.Thread):def__init__(self,threadname):threading.Thread.__init__(self,name=threadname)设定线程名称defrun(self):globalxlock.acquire()加锁foriinrange(3):x=x+1time.sleep(2)printxlock.release..
分类:
编程语言 时间:
2014-11-06 15:03:13
阅读次数:
151
本章将介绍在阿里云的 Centos6.5 模板上安装 Docker 以及在 Ubuntu 14.04 模板上安装 Docker 的过程Centos 6.5 模板上使用Docker首先,通过 ssh 登陆阿里云的服务器,查看系统版本号以及内核版本。Welcome to aliyun Elastic Compute Service!
# lsb_release -a
LSB Version: :...
分类:
其他好文 时间:
2014-11-05 23:17:50
阅读次数:
215
有一个递归查询在10g上运行很快,但在11g上运行不出来。
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 1...
分类:
数据库 时间:
2014-11-05 17:25:37
阅读次数:
277