zip
Zip files with Java: Is there a limit?
I\'m creating a backup routine for my application with Java. However, when the zip file is over 4GB, or has more than 65,000 files (approximately), the zip file is corrupted.[详细]
2023-03-21 17:55 分类:问答Open password protected ZIP in Android?
is there an library or a simple way how to open a password protected ZIP archive in Android? I know there are different types of ZIP encryption. I would like to open the most simple one, create in Uni[详细]
2023-03-21 16:40 分类:问答Extracting Tomcat Zip SOMETIMES fail with IOException: Negative seek offset
I am using maven cargo with its zip url installer feature to download a tomcat for my integration tests. This works fine on my computer, but when its run in husdon it fails sometimes (round about 10-2[详细]
2023-03-21 15:23 分类:问答problem with truezip - when debuging, a strange exception is thrown
i have a strange problem with truezip. i run the following code: TFile.setDefaultArchiveDetector(new TArchiveDetector(\"zip\"));[详细]
2023-03-21 12:13 分类:问答downloaded zip file corrupted
I\'m using following code to download a zip file protected void btnDownloadNow_Click(object sender, EventArgs e)[详细]
2023-03-21 07:19 分类:问答Large Zip file offered for download using php
I used code for downloading as follows.. ob_start(); ini_set(\'memory_limit\',\'1200M\'); set_time_limit(900);[详细]
2023-03-21 05:49 分类:问答How can I Zip and Unzip a string using GZIPOutputStream that is compatible with .Net?
I need an example for compressing a string using GZip in android. I want to send a string like \"hello\" to the method and get the following zipped string:[详细]
2023-03-21 04:51 分类:问答Zip function not working properly on server
Any ideas on why this is perfectly working in my localhost but not in the server where I uploaded it to? In the server, it creates the zip but does not create the folders, it puts all the files inside[详细]
2023-03-20 23:01 分类:问答If I don't compress a plain text file in Android, will it be compressed in the APK anyway?
I\'m debating with myself whether or not to compress a plain text file I\'m including in my application that is about 1.5 MB.I can compress it to 400k with zip and开发者_Go百科 unzip it in the applica[详细]
2023-03-20 19:40 分类:问答Slow Mysql Query / In Clause
I have a database with ~100,000 entries - right now my query looks like this: SELECT id,zipcode,price FROM listings WHERE zipcode IN (96815 , 96815,[详细]
2023-03-20 16:35 分类:问答