設計模式之單例模式(Singleton Pattern)

單例模式的定義 Ensure a class has only one instance, and provide a global point of access to it。確保某一個類只有一個實例,而且自行實例化並向整個系統提供這個唯一實例。 單例模式的通用類圖 單例模式通用代碼 /** * 單例模式通用代碼 * * @author cm_wang * */ public cla
相關文章
相關標籤/搜索