CentOS(Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以C...
分类:
其他好文 时间:
2014-11-08 21:57:08
阅读次数:
188
CentOS(Community Enterprise Operating System,中文意思是:社区企业操作系统)是Linux发行版之一,它是来自于Red Hat Enterprise Linux依照开放源代码规定释出的源代码所编译而成。由于出自同样的源代码,因此有些要求高度稳定性的服务器以C...
分类:
其他好文 时间:
2014-11-08 20:47:41
阅读次数:
252
对象实例的clone是地址复制,基础属性(非对象实例)是引用复制 <?php
class?C{
public?$name?=?‘eg‘;
}
class?A{
public?$color?=?‘black‘;
public?$c;
function?__construct(){
$this...
分类:
Web程序 时间:
2014-11-08 13:44:28
阅读次数:
180
function SuperType(name) { this.name = name; this.colors = ["red", "blue", "green"];}SuperType.prototype.sayName = function() { alert(this.na...
分类:
编程语言 时间:
2014-11-08 13:31:22
阅读次数:
151
#include #define RED 0x0004 #define GREEN 0x0002 #define BLUE 0x0001 #define WHITE RED|GREEN|BLUE ...
目标:搭建一个Oracle到Oracle的Goldengate环境(支持DDL+DML)。
Goldengate结构介绍:
环境:
OS:Red Hat Enterprise Linux Server release 5.5 (Tikanga)
DB:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Produc...
分类:
数据库 时间:
2014-11-07 17:14:24
阅读次数:
316
目标:搭建一个Oracle到Oracle的Goldengate双向复制环境(支持DDL+DML)。
环境:
OS:Red Hat Enterprise Linux Server release 5.5 (Tikanga)
DB:Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
gg1和gg2...
分类:
数据库 时间:
2014-11-07 17:08:30
阅读次数:
301
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
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:
其他好文 时间:
2014-11-06 17:15:17
阅读次数:
159
搭建本地实验环境的时候使用的是局域网,不便于从网络上下载软件,因此需要会搭建本地的软件仓库,就能很方便的进行yum安装了。当然,对于软件包依赖性关系能很好处理,熟悉Linux的rpm安装方式的话,使用rpm安装也不错,直接进入挂载光盘Packages目录中进行rpm安装就可以。【yu..
分类:
其他好文 时间:
2014-11-06 15:03:54
阅读次数:
184