单例设计模式懒汉式

/**  * @author :wtf  * @version 建立时间:2018年1月30日 下午4:58:45  * 类说明:  */ public class Singleton { private static Singleton inter; private Singleton() { super(); // TODO Auto-generated constructor stub }
相关文章
相关标签/搜索