loyung

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年6月11日

摘要: /// /// Zip压缩与解压缩 /// public class ZipHelper{ /// /// 压缩单个文件 /// /// 要压缩的文件 /// 压缩后的文件 /// 压缩等级 /// 每次写入大小 public static voi... 阅读全文
posted @ 2015-06-11 10:41 loyung 阅读(441) 评论(0) 推荐(0) 编辑

摘要: 文件Copy和文件夹Copyusing System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace ConsoleApplication1{ class Program ... 阅读全文
posted @ 2015-06-11 08:36 loyung 阅读(504) 评论(0) 推荐(0) 编辑