会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
juggd
首页
联系
订阅
管理
2015年1月15日
Python单例模式研究
摘要: 方法一Python代码importthreadingclassSingleton(object):__instance=None__lock=threading.Lock()#usedtosynchronizecodedef__init__(self):"disablethe__init__meth...
阅读全文
posted @ 2015-01-15 09:03 juggd
阅读(859)
评论(2)
推荐(1)
编辑