摘要: 方法一:用元类的方式实现一个singleton。liuxiaoyan@development:~/mysite$ cat Singleton.py class Singleton(type): """Singleton Metaclass""" def __init__(... 阅读全文
posted @ 2015-03-05 14:16 starof 阅读(625) 评论(0) 推荐(0)