8080端口被占用怎么解决?

输入   netstat -ano|findstr “8080”    找到占用该端口的进程PID ,本机为 3864
输入 tasklist|findstr 3864   获取占用程序名称,我的电脑为ApplicationWebServer
taskkill /f /t /im ApplicationWebServer.exe  

将NIApplicationWebSerer服务设置为手动或禁用

 

posted @ 2020-04-30 19:49  两粒  阅读(319)  评论(0编辑  收藏  举报