摘要: 原文查看这里;面试的时候,常常会被问到这样一个问题:请您写出一个单例模式(Singleton Pattern)吧。好吧,写就写,这还不容易。顺手写一个:publicfinalclassEagerSingleton {privatestaticEagerSingletonsingObj=newEa... 阅读全文
posted @ 2016-01-21 01:07 麦香小瑜儿 阅读(194) 评论(0) 推荐(0) 编辑