Error running exam-web: Address localhost:1099 is already in use
时间:2020-08-12 15:47:51
收藏:0
阅读:76
Error running exam-web: Address localhost:1099 is already in use:
解决办法:在cmd中输入如下命令:
netstat -aon | findstr 1099:找到被占用的pid
taskkill -f -pid pid:终止
如图所示:
评论(0)