2692407267@qq.com,更多内容请关注http://user.qzone.qq.com/2692407267
风河的openstack
具体的见ReleaseNotes
https://wiki.openstack.org/wiki/ReleaseNotes/Havana/zh_cn
OpenStack 2013.2 (Havana) 版本说...
CentOS http://vault.centos.org/apachehttp://mirror.bit.edu.cn/apache/httpd/mysqlftp://mysql.cdpa.nsysu.edu.tw/Unix/Database/MySQL/Downloads/phphttps:/...
分类:
其他好文 时间:
2014-06-18 22:24:38
阅读次数:
214
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:
其他好文 时间:
2014-06-18 13:29:31
阅读次数:
214
谷歌眼镜,相信很多人都不陌生,让很多人带着好奇与期待,希望自己也能带着试试,是什么样的感觉。先来简单了解谷歌眼镜开发
在此就简单介绍谷歌眼镜开发中的一些知识,API / SDK。
1、是谷歌眼镜的 Mirror API,是基于RESTful接口,从远程服务器到谷歌眼镜timeline的云。
2、是眼镜的开发工具包,构建在Android SDK基础之上,不仅用来开发谷歌眼镜的应用程序。还能利用Android NDK和原生代码协作。...
分类:
移动开发 时间:
2014-06-18 12:41:33
阅读次数:
305
首先RHEL7安装,导入镜像,选择第一个安装7.0,接着出现下面的界面
选择英文
时间选择上海,software selection选择Server UI(加上图形化界面),设置installation destination最后点击begin installation
重新配置分区...
分类:
其他好文 时间:
2014-06-16 20:03:47
阅读次数:
388
目标:学习Hbase,实现在本地文件系统中中安装Hbase参考资料:apache官方文档,HbaseQuickStart环境:MacOS上运行虚拟机,虚拟机中操作系统为CentOS安装过程: 1、安装JDK,本次安装过程中使用的JDK版本是jdk1.8。下载JDK后,执行默认安装; 2、下载HBase(http://mirror.esocc..
分类:
其他好文 时间:
2014-06-16 15:32:25
阅读次数:
191
Neutron网络服务(网络节点)目录[隐藏]1参考2前置工作2.1调整内核参数3安装4配置4.1keystone对接4.2rabbitmq对接4.3metadata服务对接4.4ML2插件配置4.5L3-agent4.6DHCP-agent5接口配置6服务更新7服务验证8附加配置8.1共享上网8....
分类:
其他好文 时间:
2014-06-16 09:41:02
阅读次数:
310
Nova计算服务(计算节点)参考本页内容依照官方安装文档进行,具体参见Configure a
compute node(nova
service)前置工作数据库由于我们在Nova(计算管理)部署配置中使用了mysql数据库,所以移除本地sqlite数据库sudo rm
/var/lib/nova/n...
分类:
其他好文 时间:
2014-06-16 09:13:22
阅读次数:
321
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
For example, this binary tree is symmetric:
1
/ 2 2
/ \ / 3 4 4 3
But the f...
分类:
其他好文 时间:
2014-06-15 19:49:35
阅读次数:
176
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:
其他好文 时间:
2014-06-15 18:55:36
阅读次数:
188