摘要: 在用socket.io, pika之类启动一个脚本死循环做server或者client的时候: 1脚本被编辑之后,是不会自动重启 2当代码报错的时候,会立即退出, 只能手动重新运行 python app.py 那么django, flask的代码编辑后自动重启的功能是非常实用的. 那么怎么做呢? 其 阅读全文
posted @ 2019-09-19 20:42 永远的幻想 阅读(673) 评论(0) 推荐(0)
摘要: 20220329 仅用于 python编译 3.0.2 按照python官网提示 https://docs.python.org/3/using/unix.html?#custom-openssl su root #不然权限不够 cd /usr/src wget https://www.openss 阅读全文
posted @ 2019-09-19 10:50 永远的幻想 阅读(4685) 评论(0) 推荐(0)