随笔分类 -  设计模式

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Singleton{ //饿汉模式:类加载的时候就会... 阅读全文
posted @ 2014-12-27 15:02 Ubuntuser 阅读(155) 评论(0) 推荐(0)