摘要:####参考http://miemiedev.github.io/mmGrid/examples/index.html
阅读全文
涛子 - 简单就是美成单纯魁增,永继振国兴,克复宗清政,广开家必升 |
|
08 2015 档案
摘要:####参考http://miemiedev.github.io/mmGrid/examples/index.html
阅读全文
摘要:####实例方法```pythonclass Human(object): def __init__(self, weight): self.weight = weight def get_weight(self): return self.weight...
阅读全文
摘要:####普通继承```pythonclass FooParent(object): def __init__(self): self.parent = 'I\'m the parent.' print 'Parent' def bar(self, messag...
阅读全文
摘要:https://www.zhihu.com/question/31265857 http://www.cnblogs.com/huxi/archive/2011/03/01/1967600.html 方法装饰器 类装饰器
阅读全文
摘要:####参考http://openhome.cc/Gossip/Python/Property.htmlhttp://pyiner.com/2014/03/09/Python-property.html```在Python中property()是一个内建函数,创建并返回一个property对象。函数...
阅读全文
摘要:pdf文档 https://media.readthedocs.org/pdf/ansible/latest/ansible.pdf api介绍 http://blog.csdn.net/python_tty/article/details/51387667 http://blog.itpub.ne
阅读全文
摘要:http://clusterlabs.orghttp://corosync.github.io/corosync
阅读全文
摘要:查看屏幕硬件指标```bash# xrandrScreen 0: minimum 8 x 8, current 2390 x 768, maximum 32767 x 32767LVDS1 connected primary 1366x768+0+0 (normal left inverted ri...
阅读全文
|