随笔分类 -  设计模式

摘要:http://www.cnblogs.com/leoo2sk/archive/2009/06/17/1504693.html#!comments 阅读全文
posted @ 2016-03-09 11:31 mjsky 阅读(95) 评论(0) 推荐(0)
摘要:public class SingleTon { private static SingleTon singleTon = null; public SingleTon() { // TODO Auto-generated constructor stub } ... 阅读全文
posted @ 2015-04-01 17:31 mjsky 阅读(1056) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Text;namespace EasyFactory{ class Program { static void Main(string[] args) ... 阅读全文
posted @ 2010-08-24 08:46 mjsky 阅读(271) 评论(0) 推荐(0)