随笔分类 - 设计模式
摘要:http://www.cnblogs.com/leoo2sk/archive/2009/06/17/1504693.html#!comments
阅读全文
摘要:public class SingleTon { private static SingleTon singleTon = null; public SingleTon() { // TODO Auto-generated constructor stub } ...
阅读全文
摘要:using System;using System.Collections.Generic;using System.Text;namespace EasyFactory{ class Program { static void Main(string[] args) ...
阅读全文
浙公网安备 33010602011771号