摘要:
1. 僵尸进程和孤儿进程 from multiprocessing import Process import time def test(name): print('%s is running..' % name) time.sleep(2) print('%s is over..' % name 阅读全文
posted @ 2022-01-14 16:37
Joshua_jiaxue
阅读(45)
评论(0)
推荐(0)