2015年5月26日

简单工厂模式

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 简单工厂模式{ class Program { static void Main(stri... 阅读全文

posted @ 2015-05-26 14:11 码农老K 阅读(139) 评论(0) 推荐(0) 编辑

工厂模式

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 工厂模式{ class Program { public interface IFruit... 阅读全文

posted @ 2015-05-26 14:10 码农老K 阅读(135) 评论(0) 推荐(0) 编辑

文件信息

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;class Program{ static void Main(string[] args) { while ... 阅读全文

posted @ 2015-05-26 14:09 码农老K 阅读(212) 评论(0) 推荐(0) 编辑

C#压缩解压zip 文件

摘要: 1 /// 2 /// Zip 压缩文件 3 /// 4 public class Zip 5 { 6 public Zip() 7 { 8 9 } 10 #region 加压方法 11 /// 12 ///... 阅读全文

posted @ 2015-05-26 14:06 码农老K 阅读(2130) 评论(1) 推荐(0) 编辑

导航