好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

8080端口被占用怎么办 - Windows操作系统 - 自学ph

8080端口被占用怎么办

 

1、Windows平台

 

在 windows 命令行窗口下执行:

 

C:\>netstat -aon|findstr "80" 

 

看到了吗,端口被进程号为2448的进程占用,继续执行下面命令:

 

C:\>tasklist|findstr "2448" 

thread.exe                     2016 Console                 0     16,064 K

 

很清楚吧,thread占用了你的端口,Kill it

 

如果第二步查不到,那就开任务管理器,看哪个进程是2448,然后杀之即可。

 

查看更多关于8080端口被占用怎么办 - Windows操作系统 - 自学ph的详细内容...

  阅读:94次