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
生成TAR或者生成TAR.gz
using
ICSharpCode
.SharpZipLib;using
ICSharpCode
.SharpZipLib.Tar;public static void Create_Tar_Archive
·
2015-11-02 19:33
tar
asp.net 压缩解压缩zip文件
using System; using System.IO; using System.Diagnostics; using Microsoft.Win32; using
ICSharpCode
.SharpZipLib.Checksums
·
2015-11-02 19:11
asp.net
ZipHelper
本文只列举一个压缩帮助类,使用的是有要添加一个dll引用
ICSharpCode
.SharpZipLib.dll。
·
2015-11-02 17:55
help
在服务器端在线解压.ZIP文件的小工具(源码打包)以后向服务器发布程序就快了。
用了
ICSharpCode
.SharpZipLib.dll类库。 为了让文件的个数减少到最少,所有的后台代码都写到
·
2015-11-02 12:20
zip
用SharpZipLib来压缩和解压文件
.建立压缩和解压类CompressionFile.cs 添加如下代码 using System; using System.IO; using
ICSharpCode
.SharpZipLib.Zip
·
2015-11-02 11:39
zip
集成开发环境介绍-c#入门系列
从SharpDevelop的官网下载安装程序并安装,链接为http://www.
icsharpcode
.net/OpenSource/SD/Download/#SharpDevelop22。
·
2015-11-02 11:52
开发环境
利用
ICSharpCode
.SharpZipLib来实现的压缩与解压缩类
当然是利用了
ICSharpCode
.SharpZipLib提供的方法来对文件压缩和解压缩。
·
2015-11-02 10:12
code
解压缩Zip文件
可到官方网站下载最新版本:http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx。
·
2015-11-02 09:34
zip
【VB.NET】利用SharpZipLib压缩与解压文件夹中的所有文件、内存中动态压缩解压数据、内存中压缩与解压文本
下载最新版的SharpZipLib http://www.
icsharpcode
.net/OpenSource/SharpZip
·
2015-11-01 15:52
VB.NET
Using
ICSharpCode
.SharpZipLib for zip file
View Code 1 try 2 { 3 VQP.Common.FZip fileZip = new VQP.Common.FZip(); 4 fileZip.FileNamesToZIP = new
·
2015-11-01 10:30
File
[DNN学习所得]让IE也能实现解压缩功能(提供演示源码下载)
上网查了一下SharpZipLib,发现它居然是开源的,在http://www.
icsharpcode
.net网站上有下。在网站里关于SharpZipLib的源文件和调用演示包括帮助文档都有下,
·
2015-11-01 08:32
解压缩
一起学习开源项目
转自:http://www.cnblogs.com/yuxiang9999/archive/2006/03/08/345713.html SharpZipLib http://www.
icsharpcode
.net
·
2015-10-31 19:45
开源项目
利用
ICSharpCode
.SharpZipLib.Zip进行文件压缩
官网http://www.
icsharpcode
.net/ 支持文件和字符压缩。
·
2015-10-31 18:57
code
apk文件解析,学习笔记
需要下载:SharpZipLib.zip http://www.
icsharpcode
.net/opensou
·
2015-10-31 17:49
学习笔记
c#解压,压缩文件!!!
1)下载SharpZipLib.dll,在http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download
·
2015-10-31 16:07
C#
C#实现Zip压缩解压实例
本文只列举一个压缩帮助类,使用的是有要添加一个dll引用
ICSharpCode
.SharpZipLib.dll。
·
2015-10-31 12:38
zip
ASP.NET : 如何将服务端的多个文件打包下载
下面将有关重点的代码粘贴出来,给大家参考 我用到了
ICSharpCode
.SharpZipLib这个dll. 据我所知,凡是现在做压缩和解压缩之类的程序,很少有人会不用这个组件的。
·
2015-10-31 12:48
asp.net
.net开源项目 [zt]
跟随这个项目开发许多有用的组件,比如功能文本编辑器(
ICSharpCode
.TextEditor),SharpZipLib等。
·
2015-10-31 12:38
.net
C#中关于zip压缩解压帮助类的封装
ICSharpCode
.SharpZipLib.dll类库,链接地址为你官方下载链接。压缩主要是用流的方式进行压缩的。 压缩文件及文件夹。
·
2015-10-31 11:41
zip
ilmerge合并多个组件
log AutoUpdater.dll DockingSuite.dll DocumentManager.dll FileHelpers.dll OutlookBar.dll SandBar.dll
ICSharpCode
.Sharp
·
2015-10-31 11:22
merge
介绍一些.net开源项目
跟随这个项目开发许多有用的组件,比如功能文本编辑器(
ICSharpCode
.TextEditor),SharpZipLib等。
·
2015-10-31 11:17
.net
Lucene.Net 2.3.1开发介绍
快速下载: /Files/taomaintao/
ICSharpCode
.SharpZipLib.rar /Files/taomaintao/Lucent.Net.rar &
·
2015-10-31 11:27
Lucene
asp.net 文件下载与压缩
1.添加
ICSharpCode
.SharpZipLib.dll(该组件是压缩组件) 2.添加一个压缩辅助类,可以压缩多个文件 using System;using System.Collections.Generic
·
2015-10-31 11:15
asp.net
ASP.NET生成压缩文件(rar打包)
首先引用
ICSharpCode
.SharpZipLib.dll,没有在这里下载:http://files.cnblogs.com/KenBlove/
ICSharpCode
.SharpZipLib.rar
·
2015-10-31 10:45
asp.net
基于
ICSharpCode
.SharpZipLib.Zip的压缩解压缩
今天记压缩解压缩的使用,是基于开源项目
ICSharpCode
.SharpZipLib.Zip的使用。
·
2015-10-31 10:22
code
使用 SharpZipLib 进行压缩的辅助类,简化压缩字节数组和字符串的操作(一)(转
using System;using System.Text;using System.IO;using
ICSharpCode
.SharpZipLib.BZip2;using
ICSharpCode
.SharpZipLib.GZip
·
2015-10-31 10:28
字节数组
SharpDevelop开发asp.net与Vs 服务器集成
开发工具,使用纯.net 开发,开放源代码,免费,现在最新版本4.0 bate3,可以开发大部分的c#项目,现在支持,.net 3.5 和.net 4.0 您可以到 http://www.
icsharpcode
.net
·
2015-10-31 10:09
asp.net
在C#应用程序中自动解压zip文件
在C#应用程序中自动解压zip文件 //解压using
ICSharpCode
.SharpZipLib.BZip2;using
ICSharpCode
.SharpZipLib.Zip;using
ICSharpCode
.SharpZipLib.Zip.Compression
·
2015-10-31 10:09
应用程序
C# zip/unzip with
ICSharpCode
.SharpZipLib
download
ICSharpCode
and add reference using System; using System.Collections.Generic; using
·
2015-10-31 09:47
unzip
.Net 下利用
ICSharpCode
.SharpZipLib.dll实现文件压缩、解压缩
添加引用
ICSharpCode
.SharpZipLib.dll view plain copy to clipboard print ?
·
2015-10-31 09:54
.net
.NET 4.5 压缩
可以抛弃
ICSharpCode
.SharpZipLib.dll 这个类库了。性能上不相上下。但是能够大大简化你的代码。如果开始使用.NET FrameWork4.5 做压缩不妨试试自带的压缩方法.
·
2015-10-31 09:41
.net
C#解压缩
C# 解压缩字符串(代码)的两种方法需要第一中是使用.NET本身的类库,第二种方法使用第三方组件
ICSharpCode
.SharpZipLib.dll(参考: http://www.cnblogs.com
·
2015-10-31 09:20
解压缩
文件打包下载
使用的dll:
ICSharpCode
.SharpZipLib 下载地址 http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx
·
2015-10-31 08:53
文件
使用
ICSharpCode
.TextEditor制作一个语法高亮显示的XML编辑器
品高工作流 的流程模拟器中使用了一个具有语法高亮和折叠功能的XML编辑器,其核心就是用了SharpDevelop中的
ICSharpCode
.TextEditor控件,如下图所示:  
·
2015-10-31 08:51
editor
将视图状态存入数据库(2)
using System; using System.Web.UI; using System.IO; using
ICSharpCode
.SharpZipLib.Zip.Compression
·
2015-10-31 08:22
数据库
利用
ICSharpCode
.SharpZipLib.dll实现简单加解压
本文主要提供了一个利用
ICSharpCode
.SharpZipLib.dll实现简单加解压的功能类,
ICSharpCode
.SharpZipLib.dll可以从http://www.
icsharpcode
.net
·
2015-10-30 19:14
code
C#利用SharpZipLib解压或压缩文件夹实例操作
)下载SharpZipLib.dll,在http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“Assemblies
·
2015-10-30 18:18
zip
c#解压,压缩文件!!!
1)下载SharpZipLib.dll,在http://www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“Assemblies
·
2015-10-30 14:07
C#
C#解压或压缩文件夹
1 )下载SharpZipLib.dll,在http: // www.
icsharpcode
.net/OpenSource/SharpZipLib/Download.aspx中有最新免费版本,“Assemblies
·
2015-10-30 13:38
文件夹
ASP.NET Page
代码如下:using System;using System.IO;using
ICSharpCode
.SharpZipLib.Zip;using&nbs
·
2015-10-30 13:32
asp.net
ICSharpCode
.SharpZipLib.dll压缩的zip包,7zip解压时出错
7zip说rar没有公开它的压缩算法.... 没有办法了,最终使用SevenZipSharp.dll进行压缩处理 public void Zip7(string directory, string targetFile) { SevenZipCompressor.SetLibraryPath(System.Environment.C
·
2015-10-30 13:42
code
C# 解压zip压缩文件
此方法需要在程序内引用
ICSharpCode
.SharpZipLib.dll 类库 /// <summary> /// 功能:解压zip格式的文件。
·
2015-10-30 13:33
zip
C#使用
ICSharpCode
SharpZipLib 压缩 解压缩 可以压缩文件夹
解压缩代码:using System;using System.Collections.Generic;using System.Text;using
ICSharpCode
.SharpZipLib.Zip
·
2015-10-30 13:43
code
嵌入Dll 到.net 程序中的方法
我们经常会写一些小程序给自己或者他人用,而这些程序时长又会去引用一些第三方的Dll,比如开源的
ICSharpCode
.SharpZipLib.dll等,为了让程序保持整洁,或者给对方的时候方便,就想把这些
·
2015-10-30 11:53
.net
开源.net
跟随这个项目开发许多有用的组件,比如功能文本编辑器(
ICSharpCode
.TextEditor),SharpZipLib等。
wu_jing_sheng0
·
2015-10-30 11:00
利用
ICSharpCode
.SharpZipLib进行压缩
#ZipLib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be i
·
2015-10-30 11:14
code
下载网页时的 有gzip压缩的处理
SharpZipLib.dll 搜索找到这个下载.引用命名空间using
ICSharpCode
.SharpZipLib.GZip; byte [] responseData
·
2015-10-28 09:28
GZip
基于(
ICSharpCode
.SharpZipLib.dll)的文件压缩方法,类文件
Code using System; using System.IO; using System.Collections; using
ICSharpCode
.SharpZipLib.Checksums
·
2015-10-28 08:55
code
几款 .Net Reflector 的替代品
ILSpy
iCSharpCode
团队出品,
·
2015-10-28 08:46
reflect
C#
ICSharpCode
.SharpZipLib
C#
ICSharpCode
.SharpZipLib.dll文件压缩和解压功能类整理,上传文件或下载文件很常用 工作中我们很多时候需要进行对文件进行压缩,比较通用的压缩的dll就是
ICSharpCode
.SharpZipLib.dll
·
2015-10-28 08:38
code
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他