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/
目錄https://python.github.io/python-docs-zh-tw/contents.html
子行程https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html
建立子行程https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#creating-subprocesses
常數https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#constants
與子行程互動https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#interacting-with-subprocesses
子行程與執行緒https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#subprocess-and-threads
範例https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#examples
同步化原始物件 (Synchronization Primitives)https://python.github.io/python-docs-zh-tw/library/asyncio-sync.html
佇列 (Queues)https://python.github.io/python-docs-zh-tw/library/asyncio-queue.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/asyncio-subprocess.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/asyncio-queue.html
上一頁https://python.github.io/python-docs-zh-tw/library/asyncio-sync.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/ipc.html
asyncio --- 非同步 I/Ohttps://python.github.io/python-docs-zh-tw/library/asyncio.html
子行程https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#subprocesses
Lib/asyncio/subprocess.pyhttps://github.com/python/cpython/tree/3.14/Lib/asyncio/subprocess.py
Lib/asyncio/base_subprocess.pyhttps://github.com/python/cpython/tree/3.14/Lib/asyncio/base_subprocess.py
Exampleshttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#examples
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#creating-subprocesses
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_exec
StreamReaderhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamReader
stdouthttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdout
stderrhttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stderr
subprocess.PIPEhttps://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.PIPE
Processhttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process
loop.subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
StreamReaderhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamReader
stdouthttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdout
stderrhttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stderr
subprocess.PIPEhttps://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.PIPE
Processhttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process
loop.subprocess_shell()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_shell
shell injectionhttps://en.wikipedia.org/wiki/Shell_injection#Shell_injection
shlex.quote()https://python.github.io/python-docs-zh-tw/library/shlex.html#shlex.quote
ProactorEventLoophttps://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.ProactorEventLoop
Subprocess Support on Windowshttps://python.github.io/python-docs-zh-tw/library/asyncio-platforms.html#asyncio-windows-subprocess
loop.subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_exec
loop.subprocess_shell()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.subprocess_shell
loop.connect_read_pipe()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.connect_read_pipe
loop.connect_write_pipe()https://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.loop.connect_write_pipe
Subprocess Transportshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio-subprocess-transports
Subprocess Protocolshttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio-subprocess-protocols
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#constants
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.PIPE
Process.stdinhttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdin
StreamWriterhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamWriter
Process.stdouthttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdout
Process.stderrhttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stderr
StreamReaderhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamReader
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.STDOUT
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.DEVNULL
os.devnullhttps://python.github.io/python-docs-zh-tw/library/os.html#os.devnull
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#interacting-with-subprocesses
create_subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_exec
create_subprocess_shell()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process
create_subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_exec
create_subprocess_shell()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
subprocess.Popenhttps://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen
poll()https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen.poll
communicate()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.communicate
wait()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.wait
wait_for()https://python.github.io/python-docs-zh-tw/library/asyncio-task.html#asyncio.wait_for
Process.wait()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.wait
subprocess.Popen.wait()https://python.github.io/python-docs-zh-tw/library/subprocess.html#subprocess.Popen.wait
not thread safehttps://python.github.io/python-docs-zh-tw/library/asyncio-dev.html#asyncio-multithreading
Subprocess and Threadshttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio-subprocess-threads
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.wait
returncodehttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.returncode
communicate()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.communicate
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.communicate
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
BrokenPipeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BrokenPipeError
ConnectionResetErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionResetError
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.send_signal
SIGTERMhttps://python.github.io/python-docs-zh-tw/library/signal.html#signal.SIGTERM
terminate()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.terminate
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.terminate
SIGTERMhttps://python.github.io/python-docs-zh-tw/library/signal.html#signal.SIGTERM
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.kill
SIGKILLhttps://python.github.io/python-docs-zh-tw/library/signal.html#signal.SIGKILL
terminate()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.terminate
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdin
StreamWriterhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamWriter
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdout
StreamReaderhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamReader
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stderr
StreamReaderhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamReader
communicate()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.communicate
process.stdin.write()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdin
await process.stdout.read()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stdout
await process.stderr.read()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.stderr
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.pid
create_subprocess_shell()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_shell
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process.returncode
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#subprocess-and-threads
ProactorEventLoophttps://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.ProactorEventLoop
SelectorEventLoophttps://python.github.io/python-docs-zh-tw/library/asyncio-eventloop.html#asyncio.SelectorEventLoop
Concurrency and multithreading in asynciohttps://python.github.io/python-docs-zh-tw/library/asyncio-dev.html#asyncio-multithreading
https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#examples
Processhttps://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.subprocess.Process
StreamReaderhttps://python.github.io/python-docs-zh-tw/library/asyncio-stream.html#asyncio.StreamReader
create_subprocess_exec()https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#asyncio.create_subprocess_exec
same examplehttps://python.github.io/python-docs-zh-tw/library/asyncio-protocol.html#asyncio-example-subprocess-proto
目錄https://python.github.io/python-docs-zh-tw/contents.html
子行程https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html
建立子行程https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#creating-subprocesses
常數https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#constants
與子行程互動https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#interacting-with-subprocesses
子行程與執行緒https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#subprocess-and-threads
範例https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.html#examples
同步化原始物件 (Synchronization Primitives)https://python.github.io/python-docs-zh-tw/library/asyncio-sync.html
佇列 (Queues)https://python.github.io/python-docs-zh-tw/library/asyncio-queue.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/asyncio-subprocess.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/asyncio-queue.html
上一頁https://python.github.io/python-docs-zh-tw/library/asyncio-sync.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/ipc.html
asyncio --- 非同步 I/Ohttps://python.github.io/python-docs-zh-tw/library/asyncio.html
子行程https://python.github.io/python-docs-zh-tw/library/asyncio-subprocess.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.