- 博客(42)
- 资源 (7)
- 收藏
- 关注
原创 python基础
在学习openstack的源码中,遇到一些python的基本语法,还没掌握的,现记录如下。 1. python 中的 and 和 or : and: 从左至右,若全为真,则返回最后一个值, 若存在假,则返回第一个假值。 >>> 0 and False and 1 0 >>> True and True and 1 1 or: 从左至右,返回第一个真值。若全为假,则返回最后一
2013-05-08 17:59:26
905
原创 eventlet学习
学习eventlet 参考:http://eventlet.net/doc/basic_usage.html 1.spawn eventlet.spawn(func, *args, **kw) This launches a greenthread to call func. Spawning off multiple greenthreads gets work done in p
2013-05-04 22:22:14
1597
基于蚁群算法的云计算资源调度策略研究
2013-04-23
OpenStack接口明细未完整版
2013-05-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅