stage执行顺序stage {'zero': } ->stage {'first': } ->stage {'openstack-custom-repo': } ->stage {'netconfig': } ->stage {'corosync_setup': } ->stage {'opens...
分类:
其他好文 时间:
2014-07-24 22:21:42
阅读次数:
366
本文主要介绍如何在CentOS6.5上通过RDO来安装icehouse,由于安装的过程中涉及的软件较多,以及依赖关系比较复杂,建议使用一个全新的操作系统来进行安装。
安装步骤具体如下
(1)安装操作系统
使用光盘或镜像文件安装操作系统.
分区的时候需要划分一个逻辑区,并且建立一个名称叫cinder-volumes的组。这个逻辑卷组会被cinder使用。
创建的效果类似于:
...
分类:
其他好文 时间:
2014-07-24 17:44:46
阅读次数:
286
1、Python (1)Python基础 (2)Python框架2、Linux (1)Linux基础 (2)Linux服务器 (3)Linux内核3、OpenStack (1)OpenStack基础 (2)OpenStack框架 (2)OpenStack二次开发 (3)OpenSt...
分类:
其他好文 时间:
2014-07-24 10:02:33
阅读次数:
174
The idea of the singleton pattern is to have only one instance of a specific class. This means that the second time you use the same class to create a...
分类:
编程语言 时间:
2014-07-24 05:01:38
阅读次数:
422
本章提要-----------------------------------------------组成 oracle 的 8 种主要文件(包括 instance 和 database)instance: parameter file, trace file, alert filedatabase...
分类:
其他好文 时间:
2014-07-23 20:30:15
阅读次数:
387
Oracle的体系结构大体上分为两部分:Instance(实例)和Database(数据库)。Instance(实例):在Oracle Instance中主要包含了SGA以及一些进程(例如:PMON、SMON、DBWn、LGWR、CKPT等)。如果一个用户的进程连接到Oracle Server时,其...
分类:
数据库 时间:
2014-07-23 15:47:49
阅读次数:
316
cglib中生成类的工作是由AbstractClassGenerator的create方法使用相应的生成策略完成,具体代码如下:private GeneratorStrategy strategy = DefaultGeneratorStrategy.INSTANCE;byte[] b = stra...
分类:
其他好文 时间:
2014-07-23 15:40:49
阅读次数:
214
七月 23, 2014 2:34:35 下午 org.apache.catalina.loader.WebappClassLoader loadClass信息: Illegal access: this web application instance has been stopped alread...
分类:
移动开发 时间:
2014-07-23 15:17:46
阅读次数:
277
一般是程序中的某一个对象被release 了两次 一般情况下是与你定义的类型有关这里面我的错误是吧 NSString 类型的变量的属性 设置为了 assign 了 目测与这个有关补充object-c 基础property,assign,copy,retain,releaseproperty:属性的定...
分类:
其他好文 时间:
2014-07-23 15:02:36
阅读次数:
163
spring-db-context.xml:<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:context="http://www.springframework.org/schema/context" xmlns:mvc="http:..
分类:
编程语言 时间:
2014-07-23 13:44:37
阅读次数:
311