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/
secrets --- 產生用於管理機密的安全亂數https://python.github.io/python-docs-zh-tw/library/secrets.html
os --- 各種作業系統介面https://python.github.io/python-docs-zh-tw/library/os.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/allos.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/os.html
上一頁https://python.github.io/python-docs-zh-tw/library/secrets.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/allos.html
https://python.github.io/python-docs-zh-tw/library/allos.html#generic-operating-system-services
os --- 各種作業系統介面https://python.github.io/python-docs-zh-tw/library/os.html
File Names, Command Line Arguments, and Environment Variableshttps://python.github.io/python-docs-zh-tw/library/os.html#file-names-command-line-arguments-and-environment-variables
Python UTF-8 模式https://python.github.io/python-docs-zh-tw/library/os.html#python-utf-8-mode
行程參數https://python.github.io/python-docs-zh-tw/library/os.html#process-parameters
File Object Creationhttps://python.github.io/python-docs-zh-tw/library/os.html#file-object-creation
File Descriptor Operationshttps://python.github.io/python-docs-zh-tw/library/os.html#file-descriptor-operations
Querying the size of a terminalhttps://python.github.io/python-docs-zh-tw/library/os.html#querying-the-size-of-a-terminal
Inheritance of File Descriptorshttps://python.github.io/python-docs-zh-tw/library/os.html#inheritance-of-file-descriptors
Files and Directorieshttps://python.github.io/python-docs-zh-tw/library/os.html#files-and-directories
計時器檔案描述器https://python.github.io/python-docs-zh-tw/library/os.html#timer-file-descriptors
Linux extended attributeshttps://python.github.io/python-docs-zh-tw/library/os.html#linux-extended-attributes
行程管理https://python.github.io/python-docs-zh-tw/library/os.html#process-management
排程器介面https://python.github.io/python-docs-zh-tw/library/os.html#interface-to-the-scheduler
Miscellaneous System Informationhttps://python.github.io/python-docs-zh-tw/library/os.html#miscellaneous-system-information
Random numbershttps://python.github.io/python-docs-zh-tw/library/os.html#random-numbers
io — 處理資料串流的核心工具https://python.github.io/python-docs-zh-tw/library/io.html
總覽https://python.github.io/python-docs-zh-tw/library/io.html#overview
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#text-i-o
二進位 (Binary) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#binary-i-o
原始 (Raw) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#raw-i-o
文字編碼https://python.github.io/python-docs-zh-tw/library/io.html#text-encoding
選擇性加入的編碼警告https://python.github.io/python-docs-zh-tw/library/io.html#opt-in-encodingwarning
高階模組介面https://python.github.io/python-docs-zh-tw/library/io.html#high-level-module-interface
類別階層https://python.github.io/python-docs-zh-tw/library/io.html#class-hierarchy
I/O 基礎類別https://python.github.io/python-docs-zh-tw/library/io.html#i-o-base-classes
原始檔案 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#raw-file-i-o
Buffered Streamshttps://python.github.io/python-docs-zh-tw/library/io.html#buffered-streams
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id1
Static Typinghttps://python.github.io/python-docs-zh-tw/library/io.html#static-typing
Performancehttps://python.github.io/python-docs-zh-tw/library/io.html#performance
二進位 (Binary) I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id2
文字 I/Ohttps://python.github.io/python-docs-zh-tw/library/io.html#id3
Multi-threadinghttps://python.github.io/python-docs-zh-tw/library/io.html#multi-threading
Reentrancyhttps://python.github.io/python-docs-zh-tw/library/io.html#reentrancy
time --- 時間存取與轉換https://python.github.io/python-docs-zh-tw/library/time.html
函式https://python.github.io/python-docs-zh-tw/library/time.html#functions
時鐘 ID 常數https://python.github.io/python-docs-zh-tw/library/time.html#clock-id-constants
時區常數https://python.github.io/python-docs-zh-tw/library/time.html#timezone-constants
logging --- Python 的日誌記錄工具https://python.github.io/python-docs-zh-tw/library/logging.html
Logger 物件https://python.github.io/python-docs-zh-tw/library/logging.html#logger-objects
Logging Levelshttps://python.github.io/python-docs-zh-tw/library/logging.html#logging-levels
Handler Objectshttps://python.github.io/python-docs-zh-tw/library/logging.html#handler-objects
Formatter Objectshttps://python.github.io/python-docs-zh-tw/library/logging.html#formatter-objects
Filter Objectshttps://python.github.io/python-docs-zh-tw/library/logging.html#filter-objects
LogRecord 物件https://python.github.io/python-docs-zh-tw/library/logging.html#logrecord-objects
LogRecord 屬性https://python.github.io/python-docs-zh-tw/library/logging.html#logrecord-attributes
LoggerAdapter 物件https://python.github.io/python-docs-zh-tw/library/logging.html#loggeradapter-objects
執行緒安全https://python.github.io/python-docs-zh-tw/library/logging.html#thread-safety
模組層級函式https://python.github.io/python-docs-zh-tw/library/logging.html#module-level-functions
模組層級屬性https://python.github.io/python-docs-zh-tw/library/logging.html#module-level-attributes
Integration with the warnings modulehttps://python.github.io/python-docs-zh-tw/library/logging.html#integration-with-the-warnings-module
logging.config --- 日誌記錄配置https://python.github.io/python-docs-zh-tw/library/logging.config.html
Configuration functionshttps://python.github.io/python-docs-zh-tw/library/logging.config.html#configuration-functions
Security considerationshttps://python.github.io/python-docs-zh-tw/library/logging.config.html#security-considerations
Configuration dictionary schemahttps://python.github.io/python-docs-zh-tw/library/logging.config.html#configuration-dictionary-schema
Dictionary Schema Detailshttps://python.github.io/python-docs-zh-tw/library/logging.config.html#dictionary-schema-details
Incremental Configurationhttps://python.github.io/python-docs-zh-tw/library/logging.config.html#incremental-configuration
Object connectionshttps://python.github.io/python-docs-zh-tw/library/logging.config.html#object-connections
User-defined objectshttps://python.github.io/python-docs-zh-tw/library/logging.config.html#user-defined-objects
Handler configuration orderhttps://python.github.io/python-docs-zh-tw/library/logging.config.html#handler-configuration-order
Access to external objectshttps://python.github.io/python-docs-zh-tw/library/logging.config.html#access-to-external-objects
Access to internal objectshttps://python.github.io/python-docs-zh-tw/library/logging.config.html#access-to-internal-objects
Import resolution and custom importershttps://python.github.io/python-docs-zh-tw/library/logging.config.html#import-resolution-and-custom-importers
Configuring QueueHandler and QueueListenerhttps://python.github.io/python-docs-zh-tw/library/logging.config.html#configuring-queuehandler-and-queuelistener
Configuration file formathttps://python.github.io/python-docs-zh-tw/library/logging.config.html#configuration-file-format
logging.handlers --- 日誌紀錄處理器https://python.github.io/python-docs-zh-tw/library/logging.handlers.html
StreamHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#streamhandler
FileHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#filehandler
NullHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#nullhandler
WatchedFileHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#watchedfilehandler
BaseRotatingHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#baserotatinghandler
RotatingFileHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#rotatingfilehandler
TimedRotatingFileHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#timedrotatingfilehandler
SocketHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#sockethandler
DatagramHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#datagramhandler
SysLogHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#sysloghandler
NTEventLogHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#nteventloghandler
SMTPHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#smtphandler
MemoryHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#memoryhandler
HTTPHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#httphandler
QueueHandlerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#queuehandler
QueueListenerhttps://python.github.io/python-docs-zh-tw/library/logging.handlers.html#queuelistener
platform --- 對底層平臺識別資料的存取https://python.github.io/python-docs-zh-tw/library/platform.html
跨平台https://python.github.io/python-docs-zh-tw/library/platform.html#cross-platform
Java 平台https://python.github.io/python-docs-zh-tw/library/platform.html#java-platform
Windows 平台https://python.github.io/python-docs-zh-tw/library/platform.html#windows-platform
macOS 平台https://python.github.io/python-docs-zh-tw/library/platform.html#macos-platform
iOS 平台https://python.github.io/python-docs-zh-tw/library/platform.html#ios-platform
Unix 平台https://python.github.io/python-docs-zh-tw/library/platform.html#unix-platforms
Linux 平台https://python.github.io/python-docs-zh-tw/library/platform.html#linux-platforms
Android 平台https://python.github.io/python-docs-zh-tw/library/platform.html#android-platform
命令列用法https://python.github.io/python-docs-zh-tw/library/platform.html#command-line-usage
errno --- 標準 errno 系統符號https://python.github.io/python-docs-zh-tw/library/errno.html
ctypes --- 用於 Python 的外部函式庫https://python.github.io/python-docs-zh-tw/library/ctypes.html
ctypes 教學https://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-tutorial
Loading dynamic link librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-dynamic-link-libraries
Accessing functions from loaded dllshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-functions-from-loaded-dlls
呼叫函式https://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions
Fundamental data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#fundamental-data-types
Calling functions, continuedhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-continued
Calling variadic functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-variadic-functions
Calling functions with your own custom data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#calling-functions-with-your-own-custom-data-types
Specifying the required argument types (function prototypes)https://python.github.io/python-docs-zh-tw/library/ctypes.html#specifying-the-required-argument-types-function-prototypes
Return typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#return-types
Passing pointers (or: passing parameters by reference)https://python.github.io/python-docs-zh-tw/library/ctypes.html#passing-pointers-or-passing-parameters-by-reference
Structures and unionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structures-and-unions
Structure/union layout, alignment and byte orderhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structure-union-layout-alignment-and-byte-order
Bit fields in structures and unionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#bit-fields-in-structures-and-unions
Arrayshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays
指標https://python.github.io/python-docs-zh-tw/library/ctypes.html#pointers
Thread safety without the GILhttps://python.github.io/python-docs-zh-tw/library/ctypes.html#thread-safety-without-the-gil
Type conversionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#type-conversions
Incomplete Typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#incomplete-types
回呼函式https://python.github.io/python-docs-zh-tw/library/ctypes.html#callback-functions
Accessing values exported from dllshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#accessing-values-exported-from-dlls
Surpriseshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#surprises
Variable-sized data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#variable-sized-data-types
ctypes referencehttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-reference
Finding shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#finding-shared-libraries
Listing loaded shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#listing-loaded-shared-libraries
Loading shared librarieshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#loading-shared-libraries
Foreign functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#foreign-functions
Function prototypeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#function-prototypes
Utility functionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#utility-functions
Data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#data-types
Fundamental data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#ctypes-fundamental-data-types-2
Structured data typeshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#structured-data-types
Arrays and pointershttps://python.github.io/python-docs-zh-tw/library/ctypes.html#arrays-and-pointers
Exceptionshttps://python.github.io/python-docs-zh-tw/library/ctypes.html#exceptions
secrets --- 產生用於管理機密的安全亂數https://python.github.io/python-docs-zh-tw/library/secrets.html
os --- 各種作業系統介面https://python.github.io/python-docs-zh-tw/library/os.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/allos.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/os.html
上一頁https://python.github.io/python-docs-zh-tw/library/secrets.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/allos.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.