IDEA:1099 is already in use的解决办法

问题报错:

    Error running exam-web: Address localhost:1099 is already in use。

查看进程号:

 

netstat -aon | findstr 1099

终止占用端口的进程:

命令:

   taskkill -f -pid -PID

 

大写的PID为占用1099端口的进程号

posted @ 2022-03-24 17:37  鹰潭科锐Leo  阅读(104)  评论(0)    收藏  举报