摘要: code macname@MacdeMBP Desktop % macname@MacdeMBP Desktop % cat test.py import time from multiprocessing import Process def func(name, sec): print(name 阅读全文
posted @ 2020-11-28 23:19 anobscureretreat 阅读(285) 评论(0) 推荐(0)
摘要: code macname@MacdeMBP Desktop % macname@MacdeMBP Desktop % cat test.py import time from multiprocessing import Process def func(name): print(f"我是{name 阅读全文
posted @ 2020-11-28 23:18 anobscureretreat 阅读(163) 评论(0) 推荐(0)
摘要: code1 macname@MacdeMBP Desktop % egrep dog emp.fmt 2 第二条 dog 1800 90-uwuwuwu macname@MacdeMBP Desktop % cat emp.fmt 1 第一条 cat 1800 90-uwuwuwu 2 第二条 do 阅读全文
posted @ 2020-11-28 14:52 anobscureretreat 阅读(182) 评论(0) 推荐(0)