7zip
Using LZMA SDK in C++
Can i use LZMA SDK in my application without using any dll libraries such as 7z.dll or 7za.dll so that my application\'s executable file should not have any dependencies?[详细]
2023-03-18 04:17 分类:问答7z format compression [duplicate]
This question already has answers here: 开发者_JAVA百科Closed 11 years ago. Possible Duplicate: How do I create 7-Zip archives with .NET?[详细]
2023-03-16 01:59 分类:问答Any good tool for browsing archives(Ear,War, Jar) on OSX [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-11 04:07 分类:问答How can I extract a multi-volume zip file using SharpZipLib in C#?
I have a single file, Setup1.cab, which is split up into Setup1.zip.001 and Setup1.zip.002 that I used 7zip to archive. Once those volumes reach their destination, I\'d like to be able to use C# to ex[详细]
2023-03-10 23:59 分类:问答Valgrind massif produces no profile output for 7-Zip
I want to use valgrind massif to figure out the heap memory used by 7-Zip. When I run massif on 7-Zip, it produces no output. Here\'s the command.[详细]
2023-03-01 06:31 分类:问答How to use LZMA SDK to compress/decompress in Java
http://www.7-zip.org/sdk.html This site provide a LZMA SDK for compress/decompress files, I would like to give it a shot but I am lost.[详细]
2023-02-21 05:06 分类:问答Have to retrieve file from secured website with SQL Server 2000
I am trying to retrieve a zip file from an https website - so username and password protected with SQL Server 2000. I was thinking that I could use a DTS package or a Job.[详细]
2023-02-19 07:26 分类:问答Unzipping files in a faster way than using the java.util.zip in Android
I need unzip a .zip file of 2.5mb(1087 files - *.html, *.css and *.db) in android, i have used java.util.zip, it works fine, but i need improve the performance, the unzip process last 1.10 minutes, i[详细]
2023-02-10 17:28 分类:问答extracting from 7z archive failed when executed through command line
I downloaded a 7z archive which needs a password to extract the contents of the archive. I used the command[详细]
2023-02-04 02:19 分类:问答Possible to feed stdout of 7-zip to PHP script?
I would like to compress a directory using 7-Zip and then download it to a web browser. However, instead of compressing to a file, then having PHP feed the contents of that file to the browser... I w[详细]
2023-02-03 00:30 分类:问答