05 2012 档案

摘要:使用Packaging无法实现通用的zip(使用其他工具压缩)的解压,只支持通过Packaging压缩包zip的解压,而SharpZipLib是基于“GPL”开源方式,风险比较大。在codeplex找到一个更强大的压缩和解压开源库,SharpCompress,和DotNetZip一样都是“MS-PL”开源方式。 SharpCompress支持的格式: ... 阅读全文
posted @ 2012-05-30 00:07 Asharp 阅读(17724) 评论(6) 推荐(6) 编辑
摘要:在.NET可以通过多种方式实现zip的压缩和解压:1、使用System.IO.Packaging;2、使用第三方类库;3、通过 System.IO.Compression 命名空间中新增的ZipArchive、ZipFile等类实现。 一、使用System.IO.Packaging压缩和解压 Package为一个抽象类,可用于将对象组织到定义的物理格式的单个实体中,从而实现可移植性与高效访问... 阅读全文
posted @ 2012-05-28 00:54 Asharp 阅读(29075) 评论(5) 推荐(10) 编辑
摘要:There are quite a few interesting APIs evolving in the "modern web", but not all of them are going to be things you would use in most projects. I've been very public about my feelings concerning canva... 阅读全文
posted @ 2012-05-28 00:04 Asharp 阅读(578) 评论(0) 推荐(0) 编辑