Then-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all distinc...
分类:
其他好文 时间:
2014-11-30 20:03:29
阅读次数:
162
StampsThe government of Nova Mareterrania requires that various legal documents have stamps attached to them so that the government can derive revenue...
分类:
其他好文 时间:
2014-11-29 17:13:46
阅读次数:
174
OpenStack服务报错解决:2014-11-2805:06:52.2124347TRACEnova.openstack.common.periodic_taskself._handle_base_p_w_picpath(img,base_file)
2014-11-2805:06:52.2124347TRACEnova.openstack.common.periodic_taskFile"/usr/lib/python2.6/site-packages/nova/virt/libvirt/..
分类:
其他好文 时间:
2014-11-28 18:34:33
阅读次数:
442
使用命令:novaboot--flavor1--key_namemykey--p_w_picpath9e5c2bee-0373-414c-b4af-b91b0246ad3b--security_groupdefaultcirrOS其中:flavor是虚拟机的配置,比如说内存大小,硬盘大小等,默认下1为最小,4为最大。key_name是创建虚拟机使用的密钥,使用以下三条命令创建密钥..
分类:
其他好文 时间:
2014-11-27 18:44:10
阅读次数:
254
Follow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.Solution:The same as N-Quee...
分类:
其他好文 时间:
2014-11-26 23:56:59
阅读次数:
250
The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return all d...
分类:
其他好文 时间:
2014-11-26 23:55:34
阅读次数:
166
N-QueensThen-queens puzzle is the problem of placingnqueens on ann×nchessboard such that no two queens attack each other.Given an integern, return all...
分类:
其他好文 时间:
2014-11-24 22:18:45
阅读次数:
231
nova-docker安装
工作原因,尝试了下nova-docker这个插件。目前该项目还在孵化阶段,还未进入oepnstack正式项目。
安装过程
devstack安装openstack环境(注意rpm源和pypi源尽量选用快的,另外某些源可能缺包。比如osolo.concurrency的python库在aliyun的源上就没有)安装nova-docker(git clone项目,p...
分类:
其他好文 时间:
2014-11-17 15:54:00
阅读次数:
508
openstack网络架构(nova-network/neutron)
openstack网络体系中,网络技术没有创新,但用到的技术点非常庞杂,包括bridge、vlan、gre、vxlan、ovs、openflow、sdn、iptables等,当然这里不会做具体技术介绍,概述技术,主要将其与openstack的结合点做详细分析。
nova-network网络架构
在nova-net...
分类:
Web程序 时间:
2014-11-16 17:20:57
阅读次数:
488
openstack 网络发展简史
研究openstack有2个月的时间,这段时间从网上获取N多宝贵资料,对我的学习有很大帮助,在加上我自己的研究,终于对openstack整个网络体系有了个浅显的认识,写几篇文章,一个是对以往资料的总结,二来也希望的我的总结能为更多学习openstack的朋友们提供帮助。废话到这,进入正题。
nova-network:openstack最开始网络组件叫nov...
分类:
其他好文 时间:
2014-11-16 14:44:19
阅读次数:
199