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

2020年12月29日

摘要: C#中使用7Z进行压缩解压 SevenZipSharp相关文档下载地址:http://sevenzipsharp.codeplex.com/releases/view/512541. 解决方案中添加引用:SevenZipSharp.dll2. 复制粘贴两个dll文件:7z.dll 7z64.dll, 阅读全文

posted @ 2020-12-29 16:39 sky410 阅读(983) 评论(0) 推荐(0) 编辑

摘要: c# 压缩 解压 7z 利用7z.dll进行压缩和解压代码如下: using System; using SevenZip.Sdk; using SevenZip.Sdk.Compression; using SevenZip; using System.IO; namespace DCRM.Com 阅读全文

posted @ 2020-12-29 16:38 sky410 阅读(532) 评论(0) 推荐(0) 编辑