zip
How can I list the contents of a ZIP file using Perl?
What I am aiming to do is pretty much what it says in the title. I have the following line of code which simply prints out [view archive] and when I click it the browser just downloads the zip file.[详细]
2023-03-26 22:06 分类:问答Make tar file by Java
I want to use Java to compre开发者_Go百科ss a folder to a tar file (in programmatic way). I think there must be an open source or library to do it. However, I cannot find such method.[详细]
2023-03-26 19:30 分类:问答Unable to download zip file from JSF page
I am trying to download multiple PDF files as one zip file and then update the details on a JSF page - effectively showing that I am working on these files. I have achieved this using two requests beh[详细]
2023-03-26 14:36 分类:问答What is larger: zipped json or zipped xml?
if I compare 2 data files containing the same data, but one of them the data is in XML format, the other one is JSON, and then both files are zipped (pkzip). How would they compare regarding the file[详细]
2023-03-26 10:59 分类:问答ruby - bzip files
I want to compress the files in ruby. for example I have file: base_1.txt base_2.txt base_3.txt I want these files compressed to base.bz[详细]
2023-03-25 19:47 分类:问答Missing 'C:\Windows\system32\python27.zip' file
I recently upgraded my Python 2.7.1 installation to 2.7.2 using the .msi insta开发者_如何转开发ller and the process seemed to go OK. However afterwards I happened to be looking at what the default val[详细]
2023-03-25 19:40 分类:问答Zip multiple folders and files depending on filesize in Linux/Ubuntu
I have a directory \"mapnik\" with hundreds of sub-directories, each containing more than 10000 files. I would like to zip \"mapnik\" recursively, preserving the folder-structure but only adding files[详细]
2023-03-25 19:21 分类:问答PHP zip_open() and php://temp, can't seem to open
Not sure if this is possible, but it\'s become an academic struggle now. Using the __halt_compiler() trick to embed binary data in a PHP file, I\'ve successfully created a self-opening script which w[详细]
2023-03-25 19:14 分类:问答Using ZipArchive Class in PHP
I am using this code to read a protected directory (username&password) contents called (protect).[详细]
2023-03-25 18:58 分类:问答Why does this nested list comprehension generate an error?
conn_request, weights = zip(*[ ((conn, request), request[2]) for conn in unchoked_conns for request in conn.peer_requests[详细]
2023-03-25 09:47 分类:问答