线程安全的单例模式
摘要:线程安全的单例模式 ----------------------经典的单例模式1 public class Singleton{2 private static Singleton uniqueInstance;3 private...
阅读全文
posted @ 2014-04-23 22:01
posted @ 2014-04-23 22:01
posted @ 2014-04-15 15:00
posted @ 2014-04-04 21:55
posted @ 2014-04-04 17:13