基本信息
源码名称:C# 生成压缩包(基于SharpZipLib)
源码大小:5.54M
文件格式:.rar
开发语言:C#
更新时间:2022-04-01
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

DemoZip

├── DemoZip
│   ├── App.config
│   ├── DemoZip.csproj
│   ├── MainForm.Designer.cs
│   ├── MainForm.cs
│   ├── MainForm.resx
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── ZipHelper.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── DemoZip.exe
│   │   │   ├── DemoZip.exe.config
│   │   │   ├── DemoZip.pdb
│   │   │   ├── DemoZip.vshost.exe
│   │   │   ├── DemoZip.vshost.exe.config
│   │   │   ├── DemoZip.vshost.exe.manifest
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── ICSharpCode.SharpZipLib.xml
│   │   │   └── zipfolder
│   │   │       ├── ZIP20180926220041.zip
│   │   │       ├── ZIP20180926220207.zip
│   │   │       ├── ZIP20180926220334.zip
│   │   │       ├── ZIP20180926221945.zip
│   │   │       ├── ZIP20180926222249.zip
│   │   │       ├── ZIP20180926222356.zip
│   │   │       ├── ZIP20180926225741.zip
│   │   │       └── ZIP20180926225949.zip
│   │   └── Release
│   ├── obj
│   │   └── Debug
│   │       ├── DemoZip.MainForm.resources
│   │       ├── DemoZip.Properties.Resources.resources
│   │       ├── DemoZip.csproj.FileListAbsolute.txt
│   │       ├── DemoZip.csproj.GenerateResource.Cache
│   │       ├── DemoZip.csprojResolveAssemblyReference.cache
│   │       ├── DemoZip.exe
│   │       ├── DemoZip.pdb
│   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── TempPE
│   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │       └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── packages.config
├── DemoZip.sln
└── packages
    └── SharpZipLib.1.0.0
        ├── SharpZipLib.1.0.0.nupkg
        └── lib
            ├── net45
            │   ├── ICSharpCode.SharpZipLib.dll
            │   └── ICSharpCode.SharpZipLib.xml
            └── netstandard2.0
                ├── ICSharpCode.SharpZipLib.dll
                └── ICSharpCode.SharpZipLib.xml

14 directories, 47 files