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
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!