日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

7-zip来解压大于4G以上打包文件

發布時間:2023/12/31 编程问答 37 豆豆
生活随笔 收集整理的這篇文章主要介紹了 7-zip来解压大于4G以上打包文件 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

2019獨角獸企業重金招聘Python工程師標準>>>

今天碰到一個問題就是一個文件大于4G的zip,想了很久后來還是采用這個開源軟件7-zip

1.下載和安裝7zip(http://sourceforge.net/project/showfiles.php?group_id=111810)

make && make install 安裝步驟比較簡單

Usage: 7za [...] [...]
?????? [<@listfiles...>]


? a: Add files to archive
? b: Benchmark
? d: Delete files from archive
? e: Extract files from archive (without using directory names)
? l: List contents of archive
? t: Test integrity of archive
? u: Update files to archive
? x: eXtract files with full paths

? -ai[r[-|0]]{@listfile|!wildcard}: Include archives
? -ax[r[-|0]]{@listfile|!wildcard}: eXclude archives
? -bd: Disable percentage indicator
? -i[r[-|0]]{@listfile|!wildcard}: Include filenames
? -m{Parameters}: set compression Method
? -o{Directory}: set Output directory
? -p{Password}: set Password
? -r[-|0]: Recurse subdirectories
? -scs{UTF-8 | WIN | DOS}: set charset for list files
? -sfx[{name}]: Create SFX archive
? -si[{name}]: read data from stdin
? -slt: show technical information for l (List) command
? -so: write data to stdout
? -ssc[-]: set sensitive case mode
? -t{Type}: Set type of archive
? -u[-][p#][q#][r#][x#][y#][z#][!newArchiveName]: Update options
? -v{Size}[b|k|m|g]: Create volumes
? -w[{path}]: assign Work directory. Empty path means a temporary directory
? -x[r[-|0]]]{@listfile|!wildcard}: eXclude filenames
? -y: assume Yes on all queries

其使用方法很簡單呵呵。

2.7za x XXX.zip

3.解壓大文件搞定

轉載于:https://my.oschina.net/zhangsongfu/blog/11837

總結

以上是生活随笔為你收集整理的7-zip来解压大于4G以上打包文件的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。