📌  相关文章
📜  uvicorn 错误:[Errno 98] 地址已在使用中 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:58.099000             🧑  作者: Mango

代码示例1
#find the process using the port
lsof -i :8000
#and kill it
kill -9 process_id