原文:給 System.Zip 增加了個(多文件解壓時的)解壓進度事件

很喜歡 System.Zip 手頭的程序需要把壓縮后的一組文件從內存流解壓, 這用 System.Zip 非常簡單, 但我需要呈現解壓進度, 同時給出當前文件名. 因此給 System.Zip.TZipFile 添加了一個 OnUnZipProgress 事件. 在 System.Zip 的基礎上添加了不足 行代碼, 新加代碼都在行尾標記了 . 修改后的文件 Zip .pas : unit Zi ...

2012-02-04 13:51 10 5066 推薦指數:

查看詳情

ubuntu解壓zip文件

step1 # 安裝解壓軟件 sudo apt-get install unzip step # 2 解壓文件 unzip xxxxx.zip ...

Sun Nov 04 23:25:00 CST 2018 0 8345
Ubuntu解壓zip文件

1.功能作用:解壓zip文件 2.位置:/usr/bin/unzip 3.格式用法:unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] 4.主要參數 -c 將解壓 ...

Fri Dec 20 17:50:00 CST 2019 0 3241
python 解壓 zip 文件

python 解壓壓縮包 使用 python 的 zipfile 模塊 對同一目錄下的所有 zip 文件解壓,也可以指定解壓文件名 ...

Mon Aug 12 07:57:00 CST 2019 0 3363
AIX解壓ZIP文件

     AIX系統自身是沒有解壓ZIP文件的,但在AIX安裝oracle數據庫服務器的話,在$ORACLE_HOME/bin路徑下方卻有unzip命令,可以解壓ZIP文件。 一、shell腳本   之前的版本有問題,現在將shell腳本修改如下。原因是Unix系統下unzip命令不能批量 ...

Fri Oct 11 06:59:00 CST 2013 1 9090
iOS開發之zip文件解壓

今天給大家分享zip解壓到指定目錄 首先需要下載ZipArchive文件 下載地址:https://pan.baidu.com/s/1S6qYicoVr3M3hI0M1EW2Bw 將下載的文件導入工程 傳入文件目錄 filePath 與 目標解壓路勁 targetDir ...

Tue Apr 23 04:47:00 CST 2019 0 1308
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM