摘要:
import header With jQuery: b.html: 注: 以上两种方法不能用于IE和safari,只能用于chrome。 ref: https://www.quora.com/Is-it-any-way-to-include-HTML-page-in-HTML-page 阅读全文
摘要:
I kept receiving a 403 error saying my usual username couldn’t access the repository with my usual account details. Somehow my username and password w 阅读全文
摘要:
1, authorized_keys文件中每个公钥占一行,不能分成多行。 2,文件夹默认权限为600 3,如果遇到奇怪的问题,可以把.ssh/文件全部删掉,重新用ssh-keygen生成。 阅读全文
摘要:
1. Check out the branch you wish to merge to. Usually, you will merge into master. 2. Pull the desired branch from the upstream repository. This metho 阅读全文
摘要:
在要开始debug的地方导入pdb: 然后触发该代码,如执行cli命令等,然后用screen打开后台就会看到如下: debug完后输入quit继续运行。 debug好之后不要忘了Remove the debugging fragment from the source file. Start the 阅读全文
摘要:
在一个继承resource2的实体里,打印self.__dict__结果是: 阅读全文
摘要:
ref: http://docs.openstack.org/developer/python-novaclient/api.html 阅读全文
摘要:
stack@ubuntu1:~/Downloads$ nova absolute-limits +--------------------+------+-------+ | Name | Used | Max | +--------------------+------+-------+ | Cores | ... 阅读全文
摘要:
json中的true 不能写成True,否则不能被解析。 阅读全文
摘要:
Hi, Hope this will help you : It will return the statistics of the Hypervisor node example, 阅读全文