René's URL Explorer Experiment


Title: 資料持久性 (Data Persistence) — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
shutil — 高階檔案操作https://python.github.io/python-docs-zh-tw/library/shutil.html
pickle --- Python 物件序列化https://python.github.io/python-docs-zh-tw/library/pickle.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/persistence.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/pickle.html
上一頁https://python.github.io/python-docs-zh-tw/library/shutil.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
資料持久性 (Data Persistence)https://python.github.io/python-docs-zh-tw/library/persistence.html
https://python.github.io/python-docs-zh-tw/library/persistence.html#data-persistence
picklehttps://python.github.io/python-docs-zh-tw/library/pickle.html#module-pickle
marshalhttps://python.github.io/python-docs-zh-tw/library/marshal.html#module-marshal
pickle --- Python 物件序列化https://python.github.io/python-docs-zh-tw/library/pickle.html
和其他 Python 模組的關係https://python.github.io/python-docs-zh-tw/library/pickle.html#relationship-to-other-python-modules
和 marshal 的比較https://python.github.io/python-docs-zh-tw/library/pickle.html#comparison-with-marshal
和 json 的比較https://python.github.io/python-docs-zh-tw/library/pickle.html#comparison-with-json
資料串流格式https://python.github.io/python-docs-zh-tw/library/pickle.html#data-stream-format
模組介面https://python.github.io/python-docs-zh-tw/library/pickle.html#module-interface
哪些物件能或不能被封裝、拆封?https://python.github.io/python-docs-zh-tw/library/pickle.html#what-can-be-pickled-and-unpickled
Pickling 類別實例https://python.github.io/python-docs-zh-tw/library/pickle.html#pickling-class-instances
外部物件持久化https://python.github.io/python-docs-zh-tw/library/pickle.html#persistence-of-external-objects
調度表https://python.github.io/python-docs-zh-tw/library/pickle.html#dispatch-tables
處裡紀錄大量狀態的物件https://python.github.io/python-docs-zh-tw/library/pickle.html#handling-stateful-objects
針對型別、函式或特定物件定製縮減函式https://python.github.io/python-docs-zh-tw/library/pickle.html#custom-reduction-for-types-functions-and-other-objects
帶外(Out-of-band)資料緩衝區https://python.github.io/python-docs-zh-tw/library/pickle.html#out-of-band-buffers
供給者 APIhttps://python.github.io/python-docs-zh-tw/library/pickle.html#provider-api
消費者 APIhttps://python.github.io/python-docs-zh-tw/library/pickle.html#consumer-api
範例https://python.github.io/python-docs-zh-tw/library/pickle.html#example
限制全域物件https://python.github.io/python-docs-zh-tw/library/pickle.html#restricting-globals
效能https://python.github.io/python-docs-zh-tw/library/pickle.html#performance
範例https://python.github.io/python-docs-zh-tw/library/pickle.html#examples
命令列介面https://python.github.io/python-docs-zh-tw/library/pickle.html#command-line-interface
copyreg --- 註冊 pickle 支援函式https://python.github.io/python-docs-zh-tw/library/copyreg.html
範例https://python.github.io/python-docs-zh-tw/library/copyreg.html#example
shelve --- Python object persistencehttps://python.github.io/python-docs-zh-tw/library/shelve.html
Restrictionshttps://python.github.io/python-docs-zh-tw/library/shelve.html#restrictions
範例https://python.github.io/python-docs-zh-tw/library/shelve.html#example
marshal --- 內部 Python 物件序列化https://python.github.io/python-docs-zh-tw/library/marshal.html
dbm --- Unix "databases" 的介面https://python.github.io/python-docs-zh-tw/library/dbm.html
dbm.sqlite3 --- dbm 的 SQLite 後端https://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.sqlite3
dbm.gnu --- GNU 資料庫管理器https://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.gnu
dbm.ndbm --- 新資料庫管理器https://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.ndbm
dbm.dumb --- 可攜式 DBM 實作https://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.dumb
sqlite3 --- SQLite 資料庫的 DB-API 2.0 介面https://python.github.io/python-docs-zh-tw/library/sqlite3.html
教學https://python.github.io/python-docs-zh-tw/library/sqlite3.html#tutorial
Referencehttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#reference
Module functionshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#module-functions
Module constantshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#module-constants
Connection 物件https://python.github.io/python-docs-zh-tw/library/sqlite3.html#connection-objects
Cursor 物件https://python.github.io/python-docs-zh-tw/library/sqlite3.html#cursor-objects
Row 物件https://python.github.io/python-docs-zh-tw/library/sqlite3.html#row-objects
Blob 物件https://python.github.io/python-docs-zh-tw/library/sqlite3.html#blob-objects
PrepareProtocol 物件https://python.github.io/python-docs-zh-tw/library/sqlite3.html#prepareprotocol-objects
例外https://python.github.io/python-docs-zh-tw/library/sqlite3.html#exceptions
SQLite and Python typeshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#sqlite-and-python-types
Default adapters and converters (deprecated)https://python.github.io/python-docs-zh-tw/library/sqlite3.html#default-adapters-and-converters-deprecated
命令列介面https://python.github.io/python-docs-zh-tw/library/sqlite3.html#command-line-interface
How-to guideshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-guides
How to use placeholders to bind values in SQL querieshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-use-placeholders-to-bind-values-in-sql-queries
How to adapt custom Python types to SQLite valueshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-adapt-custom-python-types-to-sqlite-values
How to write adaptable objectshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-write-adaptable-objects
How to register adapter callableshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-register-adapter-callables
How to convert SQLite values to custom Python typeshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-convert-sqlite-values-to-custom-python-types
Adapter and converter recipeshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#adapter-and-converter-recipes
How to use connection shortcut methodshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-use-connection-shortcut-methods
How to use the connection context managerhttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-use-the-connection-context-manager
How to work with SQLite URIshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-work-with-sqlite-uris
How to create and use row factorieshttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-create-and-use-row-factories
如何處理非 UTF-8 的文字編碼https://python.github.io/python-docs-zh-tw/library/sqlite3.html#how-to-handle-non-utf-8-text-encodings
解釋https://python.github.io/python-docs-zh-tw/library/sqlite3.html#explanation
Transaction controlhttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#transaction-control
Transaction control via the autocommit attributehttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#transaction-control-via-the-autocommit-attribute
Transaction control via the isolation_level attributehttps://python.github.io/python-docs-zh-tw/library/sqlite3.html#transaction-control-via-the-isolation-level-attribute
shutil — 高階檔案操作https://python.github.io/python-docs-zh-tw/library/shutil.html
pickle --- Python 物件序列化https://python.github.io/python-docs-zh-tw/library/pickle.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/persistence.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/pickle.html
上一頁https://python.github.io/python-docs-zh-tw/library/shutil.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
資料持久性 (Data Persistence)https://python.github.io/python-docs-zh-tw/library/persistence.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.