摘要:
阅读全文
posted @ 2015-10-29 14:35
ZZZZW
阅读(1708)
评论(0)
推荐(0)
摘要:
class Singleton{ private Singleton(){ } private static Singleton single=null; public static Singleton getInstance(){ if(single==null) { single=n... 阅读全文
posted @ 2015-10-29 14:21
ZZZZW
阅读(714)
评论(0)
推荐(1)

浙公网安备 33010602011771号