摘要: http://blog.csdn.net/u013124721/article/details/55509313?locationNum=15&fps=1 http://designpatternsphp.readthedocs.io/zh_CN/latest/README.html http:// 阅读全文
posted @ 2017-02-18 11:42 Seekload 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 单例模式的主要作用就是保证面向对象程序设计中一个类只有一个实例对象存在,在很多操作中都会用到这种技术,比如,建立文件目录、数据库连接都会用到这种技术。 test(); 阅读全文
posted @ 2017-02-18 09:05 Seekload 阅读(108) 评论(0) 推荐(0) 编辑