12 2010 档案

asp.net 文件下载与压缩
摘要:1.添加ICSharpCode.SharpZipLib.dll(该组件是压缩组件)2.添加一个压缩辅助类,可以压缩多个文件using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using ICSharpCode.SharpZipLib.Zip;using ICSharpCode.SharpZipLib.Checksums;namespace CSharpZipLibHelper{ public class SharpZipLibHelper { // 阅读全文

posted @ 2010-12-13 09:14 jianshaohui 阅读(1142) 评论(4) 推荐(1)

导航