摘要:
报错提示内容: error: Your local changes to the following files would be overwritten by merge” 方法一、stash 1 git stash 2 git commit 3 git stash pop git stash: 阅读全文
摘要:
获取端口信息 from serial.tools import list_ports port_list = list(list_ports.comports()) num = len(port_list) ports = [] if num <= 0: print("找不到任何串口设备") els 阅读全文