跳转底部

酷狗导致django8000端口占用

Error: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试

 


C:\>netstat -ano|findstr 8000
TCP 0.0.0.0:8000 0.0.0.0:0 LISTENING 8124
UDP 0.0.0.0:8000 *:* 8124
C:\>tasklist |findstr 8124
KGService.exe 8124 Console 3 14,480 K

C:\Users\liyunzhi>taskkill /pid 8124 /F
成功: 已终止 PID 为 8124 的进程。


---------------------
作者:gsls200808
来源:CSDN
原文:https://blog.csdn.net/gsls200808/article/details/52456136

posted on 2018-11-01 17:36  afly666  阅读(504)  评论(0编辑  收藏  举报

导航

回到顶部