上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 53 下一页
摘要: 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 阅读全文
posted @ 2017-02-09 15:39 圆旭 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2017-02-07 11:33 圆旭 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1, authorized_keys文件中每个公钥占一行,不能分成多行。 2,文件夹默认权限为600 3,如果遇到奇怪的问题,可以把.ssh/文件全部删掉,重新用ssh-keygen生成。 阅读全文
posted @ 2017-01-21 14:29 圆旭 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2017-01-16 21:38 圆旭 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 在要开始debug的地方导入pdb: 然后触发该代码,如执行cli命令等,然后用screen打开后台就会看到如下: debug完后输入quit继续运行。 debug好之后不要忘了Remove the debugging fragment from the source file. Start the 阅读全文
posted @ 2017-01-12 21:49 圆旭 阅读(291) 评论(0) 推荐(0) 编辑
摘要: 在一个继承resource2的实体里,打印self.__dict__结果是: 阅读全文
posted @ 2017-01-12 21:35 圆旭 阅读(180) 评论(0) 推荐(0) 编辑
摘要: ref: http://docs.openstack.org/developer/python-novaclient/api.html 阅读全文
posted @ 2017-01-12 18:15 圆旭 阅读(207) 评论(0) 推荐(0) 编辑
摘要: stack@ubuntu1:~/Downloads$ nova absolute-limits +--------------------+------+-------+ | Name | Used | Max | +--------------------+------+-------+ | Cores | ... 阅读全文
posted @ 2017-01-09 17:01 圆旭 阅读(152) 评论(0) 推荐(0) 编辑
摘要: json中的true 不能写成True,否则不能被解析。 阅读全文
posted @ 2017-01-09 16:09 圆旭 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Hi, Hope this will help you : It will return the statistics of the Hypervisor node example, 阅读全文
posted @ 2017-01-06 17:35 圆旭 阅读(324) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 53 下一页