爱因斯坦耸耸肩

2020年1月2日 #

Python3:多进程-小例子

摘要: 参考链接: https://www.cnblogs.com/284628487a/p/5590857.html 代码: #!/usr/bin/python3 import os print("getpid : %d" % os.getpid()) pid = os.fork() if pid == 阅读全文

posted @ 2020-01-02 20:08 爱因斯坦耸耸肩 阅读(268) 评论(0) 推荐(0) 编辑

导航