码迷,mamicode.com
首页 >  
搜索关键字:openstack nova host aggreate region zone    ( 23991个结果
dns学习(二)
1.BIND的组成?    * named守护进程–用来回答查询结果的    * 去联系DNS分布式数据库的服务器用来解析主机查询的库例程    * DNS的一些重要命令:nslookup,dig和host    * 2.名字服务器    * 权威--一个区的正式代表       * 主服务器:每个区都有的一个主名字服务器,保存着本区数据的正式拷贝。SA...
分类:其他好文   时间:2014-07-22 23:04:55    阅读次数:334
(四)Openstack学习之WSGI:自己动手写例子
WSGI 是Web Services Gateway Interface的缩写. 如果想深入了解,可以阅读 PEP 333 文档,包含有任何你想要的:)community errata, .这篇文章将手把手教你写一个简单的WSGI例子。 注意:我用的Python版本是.2.7.x. 最经典,最简答的WSGI样当属 Hello World app. 咱们将要用到 v...
分类:其他好文   时间:2014-07-22 23:03:53    阅读次数:407
OpenStack swift安装
由于实验室项目需要云存储系统,因此在实验室服务器上搭建一个基于OpenStack swift的云存储系统。最开始按照官方网站上介绍的方法,使用SAIO方式安装http://docs.openstack.org/developer/swift/development_saio.html,但是中间经常安...
分类:其他好文   时间:2014-05-02 00:01:46    阅读次数:587
C++开发WPF,Step by Step
示例代码使用C++来开发WPF,主要是如何在MFC(Win32)的窗口中Host WPF的Page。下面我就做个详细的介绍.一、创建工程, 由于MFC的Wizard会生成很多用不到的代码,所以我准备从一个空的工程开始创建一个MFC的工程。a) 打开VS2005,菜单File->New->Projec...
分类:编程语言   时间:2014-05-01 19:26:41    阅读次数:371
Selenium自动化测试问题
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:*** LOG add...
分类:其他好文   时间:2014-05-01 15:00:46    阅读次数:292
流操作
#region -- 流操作 /// /// 复制流 /// public static MemoryStream CopyStream(Stream stream) { MemoryStream ms...
分类:其他好文   时间:2014-05-01 14:34:47    阅读次数:285
Data Abstraction
What is an object? (Page 238)In C++, an object is just a variable, and the purest definition is "a region of storage" (this is a more specific way ...
分类:其他好文   时间:2014-05-01 04:38:01    阅读次数:327
Teradata Express for VMware
1,按照vmware,导入系统(注意td提供的版本是64位的) 2,linux系统:root/root 3,配置ip: Enter a cop entry in the linux hosts file (/etc/hosts accessible from the linux command line in the VMware console, ie. c:>vi /etc/host...
分类:其他好文   时间:2014-04-30 22:13:39    阅读次数:503
heat笔记之为diskimage-builder编写elements生成一个lamp镜像
建立elements目录 mkdir -p elements/lamp/install.d/ vim 70-lamp #!/bin/bash set -eux install-packages wordpress mariadb-server httpd memcached 生成一个带wordpress的镜像 export ELEMENTS_PATH=...
分类:其他好文   时间:2014-04-29 13:14:21    阅读次数:475
Docker常用命令
Usage: docker [OPTIONS] COMMAND [arg...]  -H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use A self-sufficient runtime for linux containers. Co...
分类:其他好文   时间:2014-04-28 10:17:41    阅读次数:359
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!