资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using SevenZip;
namespace Demo7zApi
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
//压缩
private void button1_Click(object sender EventArgs e)
{
try
{
SevenZipHelper.Zip(“testGzip.exe“ “test.zip“);
label1.Text = “压缩成功“;
}
catch (Exception ex)
{
label1.Text = “压缩失败:“ + ex.Message;
}
}
//解压
private void button2_Click(object sender Event
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-03-03 17:52 Demo7zApi\
文件 3427 2014-03-03 17:47 Demo7zApi\Demo7zApi.csproj
文件 3271 2014-03-03 17:46 Demo7zApi\Form1.Designer.cs
文件 1154 2014-03-03 17:52 Demo7zApi\Form1.cs
文件 5814 2014-03-03 17:46 Demo7zApi\Form1.resx
目录 0 2014-03-03 17:51 Demo7zApi\LZ\
文件 1160 2012-05-19 03:10 Demo7zApi\LZ\CRC.cs
文件 3762 2009-05-30 15:09 Demo7zApi\LZ\ICoder.cs
文件 576 2006-01-30 19:36 Demo7zApi\LZ\IMatchFinder.cs
文件 9637 2006-02-01 17:51 Demo7zApi\LZ\LzBinTree.cs
文件 3911 2006-02-01 16:43 Demo7zApi\LZ\LzInWindow.cs
文件 2214 2007-07-05 22:10 Demo7zApi\LZ\LzOutWindow.cs
文件 2772 2006-02-03 17:00 Demo7zApi\LZ\Lzmaba
文件 12075 2007-07-05 22:10 Demo7zApi\LZ\LzmaDecoder.cs
文件 45224 2009-04-21 17:02 Demo7zApi\LZ\LzmaEncoder.cs
文件 4190 2005-12-08 15:58 Demo7zApi\LZ\RangeCoder.cs
文件 3272 2005-02-13 19:40 Demo7zApi\LZ\RangeCoderBit.cs
文件 3525 2004-12-10 21:34 Demo7zApi\LZ\RangeCoderBitTree.cs
文件 3559 2014-03-03 17:51 Demo7zApi\LZ\SevenZipHelper.cs
文件 1786 2014-03-03 17:35 Demo7zApi\Program.cs
目录 0 2012-05-19 03:07 Demo7zApi\Properties\
文件 1440 2012-05-19 03:07 Demo7zApi\Properties\AssemblyInfo.cs
目录 0 2014-03-03 17:32 Demo7zApi\bin\
目录 0 2014-03-03 18:03 Demo7zApi\bin\Debug\
文件 46080 2014-03-03 18:03 Demo7zApi\bin\Debug\Demo7zApi.exe
文件 140800 2014-03-03 18:03 Demo7zApi\bin\Debug\Demo7zApi.pdb
文件 14848 2014-03-03 17:53 Demo7zApi\bin\Debug\Demo7zApi.vshost.exe
文件 18219 2014-03-03 17:51 Demo7zApi\bin\Debug\test.7z
文件 18219 2014-03-03 17:52 Demo7zApi\bin\Debug\test.zip
文件 73728 2014-03-03 16:00 Demo7zApi\bin\Debug\testGzip.exe
文件 73728 2014-03-03 17:51 Demo7zApi\bin\Debug\testGzip1.exe
............此处省略9个文件信息
相关资源
- DotNetZip 解压缩 以及分卷压缩类
- C#批量解压缩桌面程序源码(ICSharpC
- ICSharpCode.SharpZipLib 压缩文件(源码)
- 文件批量解压缩
- InTheHand.Net.Personal .zip
- C# 压缩与解压缩完整源码支持ZIPRAR7
- C#解压缩文件夹保存目录结构
- ASP.NET购物车案例.zip
- 学生信息管理系统 v1.0.zip
- SharpCompress.dll 0.22.0.0
- ASPNETC#物流管理系统.zip
- C#连接PostgreSql需要的Npgsql.dll和Mono.S
- DES文件加密和RSA字符串加密最终版.
- 航空订票管理系统 数据库课程设计
- C#编写STM32单片机串口通信上位机.zi
- 银行系统完整版.zip
- WindowsFormsApplication3另存为功能.zip
- C#窗体--机票预定系统-.zip
- 模拟排队机.zip
- WPF安装压缩包
- 闹钟(c#).zip
- C# 通过读取windows性能计数器监控系统
- AutoUpdate自动更新、解压缩
- C# 图片帧转换mp4格式视频.zip
- C# DotNetZip封装类 压缩 解压缩功能
- C#操作zip文件的类库
- C# 将多个文件打包压缩成一个ZIP文件
- ICSharpCode.SharpZipLib.dll 解压缩文件 并
- C# 解压缩文件和文件夹源码
- c# 文件压缩与解压缩(可设置密码 加
评论
共有 条评论