摘要: 1.启动python "使用时注意修改python启动文件名、端口号、线程ID启动:nohup python3 -u bot_02.py >bot_02.log 2>&1 &查看是否启动:lsof -i:9091关闭端口应用:kill -9 16212 以上是例子,根据实际文件名与端口进行更改" 2 阅读全文
posted @ 2021-12-30 14:25 创客未来 阅读(31) 评论(0) 推荐(0)