python类、线程、定时、信号量、窗体简单构建
摘要:线程 import threading print("# 启动串口线程") serial_worker = threading.Thread(target=new_def_function, daemon=True) serial_worker.start() 线程阻塞 import threadi
阅读全文
posted @ 2025-04-29 15:26
posted @ 2025-04-29 15:26
posted @ 2025-03-20 21:30