python-单例模式
摘要:
源码地址:https://github.com/weilanhanf/PythonDesignPatterns 说明: 单例模式是所有设计模式中比较简单的一类,其定义如下:Ensure a class has only one instance, and provide a global point 阅读全文
posted @ 2018-05-07 21:42 weilanhanf 阅读(1099) 评论(0) 推荐(1) 编辑