E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ICSharpCode
《
ICSharpCode
快速解压缩帮助类》——即粘即用
在项目中往往使用解压缩公共类,解压缩之后的文件占用空间小,也可进行加密,往往可以用于客户端上传附件,打包输出主程序等,其中的好处就不多说了,最近着手的项目中多次使用到了解压缩方法,现较流行的就是
ICSharpCode
_tom
·
2014-04-01 14:00
《
ICSharpCode
快速解压缩帮助类》——即粘即用
在项目中往往使用解压缩公共类,解压缩之后的文件占用空间小,也可进行加密,往往可以用于客户端上传附件,打包输出主程序等,其中的好处就不多说了,最近着手的项目中多次使用到了解压缩方法,现较流行的就是
ICSharpCode
_tom
·
2014-04-01 14:00
个人整理.net下强大的开源控件
icsharpcode
.texteditor.dll语法高亮控件
ICSharpCode
.TextEditor来自开源项目SharpDevelop,C#下的文本编辑器,支持各种语法彩显,行号,函数的折叠等
张宏伟charles
·
2014-02-18 09:00
C#压缩解压缩文件(zip格式)
using System; using System.Collections.Generic; using System.IO; using
ICSharpCode
.SharpZipLib.Zip;
清山博客
·
2014-02-16 17:00
C# 制作Zip压缩包
这里我们选用
ICSharpCode
.SharpZipLib这个类库来实现我们的需求。
ICSharpCode
.SharpZipLib提供了两个压缩算法的实现,分
guwei4037
·
2013-12-28 12:22
C#
制作Zip压缩包
C# 制作Zip压缩包
这里我们选用
ICSharpCode
.SharpZipLib这个类库来实现我们的需求。
ICSharpCode
.SharpZipLib提供了两个压缩算法的实现,分
guwei4037
·
2013-11-18 16:00
如何在 C# 中用 SharpZipLib 进行 ZIP 压缩与解压
或者您也可以到官方网站下载最新版本:http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx非常幸
u011609521
·
2013-10-04 18:00
C#
sharpziplib
使用SharpZipLib实现zip压缩
使用国外开源加压解压库
ICSharpCode
.SharpZipLib实现加压,该库的官方网站为http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx
smeller
·
2013-09-18 08:00
批量保存 htm
然后通过第3方的dll,
ICSharpCode
.SharpZipLib打包成zip文件。
·
2013-07-12 17:00
批量
C#操作zip压缩解压
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using
ICSharpCode
.SharpZipLib.Zip
·
2013-05-22 11:00
zip
C# 压缩和解压缩(Gzip和Zip的方式)
使用
ICSharpCode
.SharpZipLib.dll来压缩/解压(压缩效率比GZip要高一点)publicstaticclassZipUtil { /// ///压缩 ///
lisky119
·
2013-04-22 13:00
基于.NET 4.5 压缩的使用
可以抛弃
ICSharpCode
.SharpZipLib.dll这个类库了。性能上不相上下。但是能够大大简化你的代码。
·
2013-04-19 14:04
.NET 4.5 压缩
可以抛弃
ICSharpCode
.SharpZipLib.dll这个类库了。性能上不相上下。但是能够大大简化你的代码。
·
2013-04-18 14:00
.net
.net
压缩
4.5
SharpZipLib 的使用
下载网址:http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx。目前的版本为0.86。
Burongwawa520
·
2013-04-16 22:00
压缩
dll
C#压缩
ICSharpCode
.SharpZipLib.dll类库,链接地址为你官方下载链接。压缩主要是用流的方式进行压缩的。 压缩文件及文件夹。文件压缩很简单,把待压缩的文件用流的方式读到
zzlghzzq
·
2013-03-17 08:06
C#压缩
C#中关于zip压缩解压帮助类的封装 附源码下载
ICSharpCode
.SharpZipLib.dll类库,链接地址为你官方下载链接。压缩主要是用流的方式进行压缩的。压缩文件及文件夹。
·
2013-02-28 16:40
DocxToTextDemo
文件结构+DocxToTextDemo +bin +Debug -DocxToTextDemo.vshost.exe -
ICSharpCode
.SharpZipLib.dll
sbabzc
·
2013-02-26 14:45
docxtotext
C#解压或压缩文件夹
1)下载SharpZipLib.dll,在http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“Assemblies
testcs_dn
·
2013-02-23 16:00
压缩
C#
zip
解压
C#解压或压缩文件夹
1)下载SharpZipLib.dll,在http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“Assembliesfor.NET1.1
mybwu_com
·
2013-02-23 16:00
文件夹
c# 实现zip格式文件的压缩和解压缩
利用SharpZipLib进行zip的压缩和解压缩,需要导入
ICSharpCode
.SharpZipLib.dll。
windren06
·
2013-01-16 11:00
C#使用
ICSharpCode
.SharpZipLib.dll压缩文件夹和文件
大家可以到http://www.
icsharpcode
.net/opensource/sharpziplib/下载SharpZiplib的最新版本,本文使用的版本为0.86.0.518,支持Zip,GZip
假正经哥哥
·
2013-01-10 17:00
C#解压文件小示例
前两天儿有个功能是自动下载文件并解压,然后我今天单独做了个Demo,把解压文件的方法整理出来,只要引用了
ICSharpCode
.SharpZipLib.dll这个DLL就可以直接使用了,而且基本可以满足平常需要
jeepxiaozi
·
2013-01-07 14:00
文件操作
解压缩
SharpZipLib使用示例
SharpZipLib目前的版本为0.85,下边通过几个例子来说明它的使用(使用前需引用命名空间
ICSharpCode
.SharpZipLib.Zip)。官方站点:
gdjlc
·
2012-12-27 11:00
c#压缩和解压缩文件
首先,在 http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Default.aspx 下载源码,找到“ZipConstants.cs”修改 publicstaticstringConvertToString
devgis
·
2012-11-15 09:00
解压缩
[SharpZipLib 未能加载文件或程序集] 解决方法
未能加载文件或程序集“
ICSharpCode
.SharpZipLib,Version=0.86.0.518,Culture=neutral,PublicKeyToken=1b03e6acf1164f73
jk007
·
2012-10-26 15:00
(转载)C#利用
ICSharpCode
.SharpZipLib.dll压缩文件和解压文件
这两个类是从网上找来的,修改了一下,改为自己所需要的,测试通过.压缩后的文件为.zip感觉还不错,所以转载一下与大家共享/// ///压缩文件 ///usingSystem;usingSystem.IO;usingICSharpCode.SharpZipLib.Checksums;usingICSharpCode.SharpZipLib.Zip;usingICSharpCode.SharpZipL
tianyitianyi1
·
2012-10-18 14:00
[置顶] 在ASP.NET中实现压缩多个文件为.zip文件,实现批量下载功能
使用
ICSharpCode
.SharpZipLib.dll; 下载地址 http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx
ysq5202121
·
2012-07-27 10:00
String
Stream
filter
asp.net
buffer
filenames
C#导出pdf文件《一》
要用本文的方法生成PDF文件,需要两个控件:itextsharp.dll和
ICSharpCode
.SharpZipLib.dll,由于示例代码实在太多,我将代码全部整理出来,放在另外一个文件“示例代码
baobaolaogong
·
2012-06-20 16:00
String
C#
table
文档
float
permissions
使用
ICSharpCode
.SharpZLib,读取Tar.gz压缩包的文件名乱码问题
默认版本的库文件读取时会将tar包中的中文路径读成乱码,两种方案, 第一种方法,不改SharpZLib的源代码,将读出的Entry名称进行如下转换:privatestringParseName(stringsource){byte[]sourceByte=newbyte[source.Length];for(inti=0;iheader.Length) {
rrrrssss00
·
2012-06-18 21:00
String
header
测试
null
less
byte
创建简单的pdf文件
使用iTextSharp生成pdf文件,需要引用ItextSharp.dll和
ICSharpCode
.SharpZipLib.dll.相关dll可以下载附件 创建第一个简单的pdf文件
wangfu_02
·
2012-06-07 15:00
pdf
Csharp 利用
ICSharpCode
.SharpZipLib解壓文件
s=file *http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx *http://www.eggheadcafe.com/tutorials
geovindu
·
2012-05-30 19:00
String
File
buffer
byte
compression
filenames
Csharp 利用
ICSharpCode
.SharpZipLib解壓文件
s=file * http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx * http://www.eggheadcafe.com
geovindu
·
2012-05-30 19:00
code
Csharp 利用
ICSharpCode
.SharpZipLib解壓文件
s=file *http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx *http://www.eggheadcafe.com
geovindu1
·
2012-05-30 19:00
String
File
buffer
byte
compression
filenames
c# asp.net memcached client 调用示例
阅读更多1.将Commons.dll,
ICSharpCode
.SharpZipLib.dll,log4net.dll,Memcached.ClientLibrary.dll放到bin目录2.引用Memcached.ClientLibrary.dll3
heisetoufa
·
2012-05-27 21:00
memcached
cache
缓存
分布式缓存
c# asp.net memcached client 调用示例
将Commons.dll,
ICSharpCode
.SharpZipLib.dll,log4net.dll,Memcached.ClientLibrary.dll放到bin目录 2.
heisetoufa
·
2012-05-27 21:00
cache
memcached
缓存
分布式缓存
c# asp.net memcached client 调用示例
阅读更多1.将Commons.dll,
ICSharpCode
.SharpZipLib.dll,log4net.dll,Memcached.ClientLibrary.dll放到bin目录2.引用Memcached.ClientLibrary.dll3
heisetoufa
·
2012-05-27 21:00
memcached
cache
缓存
分布式缓存
c# asp.net memcached client 调用示例
将Commons.dll,
ICSharpCode
.SharpZipLib.dll,log4net.dll,Memcached.ClientLibrary.dll放到bin目录 2.
heisetoufa
·
2012-05-27 21:00
cache
memcached
缓存
分布式缓存
c# asp.net memcached client 调用示例
将Commons.dll,
ICSharpCode
.SharpZipLib.dll,log4net.dll,Memcached.ClientLibrary.dll放到bin目录 2.
heisetoufa
·
2012-05-27 21:00
cache
memcached
缓存
分布式缓存
c# asp.net memcached client 调用示例
将Commons.dll,
ICSharpCode
.SharpZipLib.dll,log4net.dll,Memcached.ClientLibrary.dll放到bin目录 2.
heisetoufa
·
2012-05-27 21:00
cache
memcached
缓存
分布式缓存
c# asp.net memcached client 调用示例
将Commons.dll,
ICSharpCode
.SharpZipLib.dll,log4net.dll,Memcached.ClientLibrary.dll放到bin目录 2.
heisetoufa
·
2012-05-27 21:00
cache
memcached
缓存
分布式缓存
使用SharpZip进行文件压缩
在网上找了下sharpzip的使用资料,根据自已实际使用整理了一下:首先,在http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Default.aspx?
atco
·
2012-02-20 15:00
String
null
Class
dll
byte
C# 用
ICSharpCode
解压缩文件和文件夹
用
ICSharpCode
,下载链接 http://www.
icsharpcode
.net/opensource/sharpziplib/usingSystem;usingSystem.Collections.Generic
Waleking
·
2012-02-14 18:00
exception
String
C#
Class
Path
byte
SharpDevelop 开源的 C# IDE ! 和 SharpZipLib
和 SharpZipLib http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Default.aspx ----------------------
·
2012-01-12 16:00
ide
【.NET】利用SharpZipLib压缩与解压文件夹中的所有文件、内存中动态压缩解压数据、内存中压缩与解压文本
下载最新版的SharpZipLibhttp://www.
icsharpcode
.net/OpenSource/SharpZipLib/Down
king_tt
·
2011-11-16 16:00
.net
SharePoint部署程序集DLL到GAC
上一篇文章开发的SharePoint批量下载按钮用到了
ICSharpCode
.SharpZipLib.dll文件,如果没有把该程序集部署到GAC,则部署不能成功。
junweilv
·
2011-11-05 10:19
职场
dll
SharePoint
休闲
GAC
笔记记录软件:NoteRecorder
win7默认已安装该运行时)参考资料: 1.KTDictSeg 分词组件: http://www.cnblogs.com/eaglet/archive/2008/11/17/1335098.html 2.
ICSharpCode
.TextEd
a497785609
·
2011-10-30 12:00
.net
数据库
sqlite
文本编辑
C#使用
ICSharpCode
.SharpZipLib.dll压缩文件夹和文件
大家可以到http://www.
icsharpcode
.net/opensource/sharpziplib/下载SharpZiplib的最新版本,本文使用的版本为0.86.0.518,支持Zip,GZip
假正经哥哥
·
2011-10-19 09:00
SharpZipLib Zip操作类库 压缩解压
下载网址:http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx。目前的版本为0.86。1、创建zip文件,并添
dannywj1371
·
2011-10-04 00:00
正则表达式
Stream
list
byte
C# 压缩和解压缩(Gzip和Zip的方式)
使用
ICSharpCode
.SharpZipLib.dll来压缩/解压(压缩效率比GZip要高一点)publicstaticclassZipUtil { /// ///压缩 /// /// /// publicstaticstringCompress
csharp25
·
2011-09-27 20:00
String
Stream
C#
buffer
byte
C#使用SharpZipLib分析
1)下载SharpZipLib.dll,在http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“Assemblies
wumingdlz
·
2011-09-16 10:00
C#
sharpziplib
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他