Skip to content

Commit

Permalink
Create compress.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchenglequ authored Dec 26, 2023
1 parent b60f597 commit 99ab7e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions category/compress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
商城相关开源项目列表
=
(排名不分先后)<br>

**1、纯C#开发的解压缩开源库,解压缩文件从此变得如此简单!(SharpZipLib)**:一个完全由C#开发的、具备压缩和解压缩的功能,支持Zip,GZip,Tar和BZip2等格式,方便你集成到各种.NET项目中。
<br>
Github:https://github.com/icsharpcode/SharpZipLib<br>
详细介绍:[点击查看](https://mp.weixin.qq.com/s?__biz=MjM5MDE5MDM5NA==&mid=2449943146&idx=1&sn=0dc7361b55e6eddbdb335e075a2b4cc9&chksm=b1bb143f86cc9d295dc8295e1459c11dd2c63993b320ee12ec9ace407c637f6c3054bfcab7e1&token=2098023827&lang=zh_CN#rd)


**2、跨平台的解压缩库(sharpcompress)**:支持格式有zip/tar/bzip2/gzip/lzip,功能实现有解压缩rar, 解压缩7zip, 解压缩zip, 解压缩tar解压缩bzip2, 解压缩gzip, 解压缩lzip。<br>
GitHub:https://github.com/adamhathcock/sharpcompress<br>
详细介绍:[点击查看](https://mp.weixin.qq.com/s?__biz=MjM5MDE5MDM5NA==&mid=2449940508&idx=1&sn=50802571c8456b74c02931fc38a6fe14&chksm=b1bb1e4986cc975fa8a7e2e5d5006155c65eeafefde44b1d04a6aa7c6eda67d6d830597a70ce&token=692027498&lang=zh_CN#rd)


**3、开发工具箱(Masuit.Tools)**:大都是静态类,加密解密,反射操作,权重随机筛选算法,分布式短id,表达式树,linq扩展,文件压缩,多线程下载和FTP客户端,硬件信息,字符串扩展方法,日期时间扩展操作,中国农历,大文件拷贝,图像裁剪,验证码,断点续传,集合扩展、Excel导出等常用封装。诸多功能集一身,代码量不到2MB!<br>
GitHub:https://github.com/ldqk/Masuit.Tools<br>
详细介绍:[点击查看](https://mp.weixin.qq.com/s?__biz=MjM5MDE5MDM5NA==&mid=2449939736&idx=1&sn=e1279f46d19d65dfcd4d931639da1a5e&chksm=b1bb234d86ccaa5be8f4e62f6252d26954c5cc3fa8b09359ababeec5243c91484d612299a4ee&token=692027498&lang=zh_CN#rd)

0 comments on commit 99ab7e4

Please sign in to comment.