Port xxx is already in use

查询被占用端口使用情况

netstat  -ano|findstr  "9008"

杀死使用端口进程

接着输入命令:taskkill /f /pid  xxx
注意:xxx是该进程的ID

end.

posted @ 2022-10-27 18:08  xh_Blog  阅读(51)  评论(0)    收藏  举报