2015年9月4日

单例设计模式

摘要: package com.wyc.cn;/*** 单例设计模式* @author buyi* @date 2015-09-03* **/class SingLeton { private static SingLeton singLeton ; private SingLeton() { } p... 阅读全文

posted @ 2015-09-04 15:31 javawg 阅读(98) 评论(0) 推荐(0)

导航