标签:pyw follow read 查找 vps task ons stat nbsp
C:\>netstat -aon|findstr "8080"
TCP 127.0.0.1:8080 0.0.0.0:0 LISTENING 2448
看到了吗,端口被进程号为2448的进程占用,继续执行下面命令:
C:\>tasklist|findstr "2448"
thread.exe 2016 Console 0 16,064 K
很清楚吧,thread占用了你的端口,Kill it
如果第二步查不到,那就开任务管理器,看哪个进程是2448,然后杀之即可。
标签:pyw follow read 查找 vps task ons stat nbsp
原文地址:http://www.cnblogs.com/lteal/p/6026941.html