2015年12月14日

单例模式

摘要: package com.war3;public class Singleton { private static final Singleton singleton = new Singleton(); private Singleton(){} public st... 阅读全文

posted @ 2015-12-14 01:29 confirmCname 阅读(127) 评论(0) 推荐(0) 编辑

导航