René's URL Explorer Experiment


Title: 資料壓縮與保存 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
sqlite3 --- SQLite 資料庫的 DB-API 2.0 介面https://python.github.io/python-docs-zh-tw/library/sqlite3.html
compression 套件https://python.github.io/python-docs-zh-tw/library/compression.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/archiving.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/compression.html
上一頁https://python.github.io/python-docs-zh-tw/library/sqlite3.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
資料壓縮與保存https://python.github.io/python-docs-zh-tw/library/archiving.html
https://python.github.io/python-docs-zh-tw/library/archiving.html#data-compression-and-archiving
shutilhttps://python.github.io/python-docs-zh-tw/library/shutil.html#module-shutil
Archiving operationshttps://python.github.io/python-docs-zh-tw/library/shutil.html#archiving-operations
compression 套件https://python.github.io/python-docs-zh-tw/library/compression.html
compression.zstd --- 與 Zstandard 格式相容的壓縮https://python.github.io/python-docs-zh-tw/library/compression.zstd.html
例外https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#exceptions
Reading and writing compressed fileshttps://python.github.io/python-docs-zh-tw/library/compression.zstd.html#reading-and-writing-compressed-files
Compressing and decompressing data in memoryhttps://python.github.io/python-docs-zh-tw/library/compression.zstd.html#compressing-and-decompressing-data-in-memory
Zstandard 字典https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#zstandard-dictionaries
Advanced parameter controlhttps://python.github.io/python-docs-zh-tw/library/compression.zstd.html#advanced-parameter-control
Miscellaneoushttps://python.github.io/python-docs-zh-tw/library/compression.zstd.html#miscellaneous
範例https://python.github.io/python-docs-zh-tw/library/compression.zstd.html#examples
zlib --- 相容於 gzip 的壓縮https://python.github.io/python-docs-zh-tw/library/zlib.html
gzip --- gzip 檔案的支援https://python.github.io/python-docs-zh-tw/library/gzip.html
用法範例https://python.github.io/python-docs-zh-tw/library/gzip.html#examples-of-usage
命令列介面https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-interface
命令列選項https://python.github.io/python-docs-zh-tw/library/gzip.html#command-line-options
bz2 --- bzip2 壓縮的支援https://python.github.io/python-docs-zh-tw/library/bz2.html
(De)compression of fileshttps://python.github.io/python-docs-zh-tw/library/bz2.html#de-compression-of-files
Incremental (de)compressionhttps://python.github.io/python-docs-zh-tw/library/bz2.html#incremental-de-compression
One-shot (de)compressionhttps://python.github.io/python-docs-zh-tw/library/bz2.html#one-shot-de-compression
用法範例https://python.github.io/python-docs-zh-tw/library/bz2.html#examples-of-usage
lzma --- 使用 LZMA 演算法進行壓縮https://python.github.io/python-docs-zh-tw/library/lzma.html
Reading and writing compressed fileshttps://python.github.io/python-docs-zh-tw/library/lzma.html#reading-and-writing-compressed-files
Compressing and decompressing data in memoryhttps://python.github.io/python-docs-zh-tw/library/lzma.html#compressing-and-decompressing-data-in-memory
Miscellaneoushttps://python.github.io/python-docs-zh-tw/library/lzma.html#miscellaneous
Specifying custom filter chainshttps://python.github.io/python-docs-zh-tw/library/lzma.html#specifying-custom-filter-chains
範例https://python.github.io/python-docs-zh-tw/library/lzma.html#examples
zipfile --- 處理 ZIP 封存檔案https://python.github.io/python-docs-zh-tw/library/zipfile.html
ZipFile 物件https://python.github.io/python-docs-zh-tw/library/zipfile.html#zipfile-objects
Path 物件https://python.github.io/python-docs-zh-tw/library/zipfile.html#path-objects
PyZipFile 物件https://python.github.io/python-docs-zh-tw/library/zipfile.html#pyzipfile-objects
ZipInfo 物件https://python.github.io/python-docs-zh-tw/library/zipfile.html#zipinfo-objects
命令列介面https://python.github.io/python-docs-zh-tw/library/zipfile.html#command-line-interface
命令列選項https://python.github.io/python-docs-zh-tw/library/zipfile.html#command-line-options
解壓縮的陷阱https://python.github.io/python-docs-zh-tw/library/zipfile.html#decompression-pitfalls
來自檔案本身https://python.github.io/python-docs-zh-tw/library/zipfile.html#from-file-itself
檔案系統限制https://python.github.io/python-docs-zh-tw/library/zipfile.html#file-system-limitations
資源限制https://python.github.io/python-docs-zh-tw/library/zipfile.html#resources-limitations
中斷https://python.github.io/python-docs-zh-tw/library/zipfile.html#interruption
解壓縮的預設行為https://python.github.io/python-docs-zh-tw/library/zipfile.html#default-behaviors-of-extraction
tarfile --- 讀取與寫入 tar 封存檔案https://python.github.io/python-docs-zh-tw/library/tarfile.html
TarFile 物件https://python.github.io/python-docs-zh-tw/library/tarfile.html#tarfile-objects
TarInfo 物件https://python.github.io/python-docs-zh-tw/library/tarfile.html#tarinfo-objects
解壓縮篩選器https://python.github.io/python-docs-zh-tw/library/tarfile.html#extraction-filters
預設具名篩選器https://python.github.io/python-docs-zh-tw/library/tarfile.html#default-named-filters
篩選器錯誤https://python.github.io/python-docs-zh-tw/library/tarfile.html#filter-errors
進一步驗證的提示https://python.github.io/python-docs-zh-tw/library/tarfile.html#hints-for-further-verification
支援舊版 Pythonhttps://python.github.io/python-docs-zh-tw/library/tarfile.html#supporting-older-python-versions
有狀態的解壓縮篩選器範例https://python.github.io/python-docs-zh-tw/library/tarfile.html#stateful-extraction-filter-example
命令列介面https://python.github.io/python-docs-zh-tw/library/tarfile.html#command-line-interface
命令列選項https://python.github.io/python-docs-zh-tw/library/tarfile.html#command-line-options
範例https://python.github.io/python-docs-zh-tw/library/tarfile.html#examples
讀取範例https://python.github.io/python-docs-zh-tw/library/tarfile.html#reading-examples
寫入範例https://python.github.io/python-docs-zh-tw/library/tarfile.html#writing-examples
支援的 tar 格式https://python.github.io/python-docs-zh-tw/library/tarfile.html#supported-tar-formats
Unicode 議題https://python.github.io/python-docs-zh-tw/library/tarfile.html#unicode-issues
sqlite3 --- SQLite 資料庫的 DB-API 2.0 介面https://python.github.io/python-docs-zh-tw/library/sqlite3.html
compression 套件https://python.github.io/python-docs-zh-tw/library/compression.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/archiving.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/compression.html
上一頁https://python.github.io/python-docs-zh-tw/library/sqlite3.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
資料壓縮與保存https://python.github.io/python-docs-zh-tw/library/archiving.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.