当前位置:网站首页>Solve the problem that port 8080 is occupied

Solve the problem that port 8080 is occupied

2022-08-11 06:57:00 kerodaisuki

Press win + R, then enter cmd, press Enter to enter the command window

Enter [ netstat -ano ] to view all used port numbers

Enter [ netstat -ano | findstr 8080 ] to see who is using 8080

Note the last few numbers it's pid

Enter [ taskkill -pid number (pid) -f ] and press Enter

This is done

If an error is reported that the occupation cannot be released,

Then just use the Run command window as administrator and that's it.

原网站

版权声明
本文为[kerodaisuki]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/223/202208110516481621.html