One - One Code All

Blog Content

OSError: [Errno 98] Address already in use

Python   2012-01-09 22:58:24

解决方法就是杀进程,三个命令。

查看端口:

lsof -i :8080


查看进程:
ps aux | grep python # 用ps -A查看所有进程


杀死进程:
kill -9 PID


上一篇:文本表示词向量模型
下一篇:文本表示之词向量空间模型

The minute you think of giving up, think of the reason why you held on so long.