lishanyang

端口被占用的?

1.调出系统cmd窗口

2.通过netstat -ano|findstr 1099查询是哪个pid占用了端口

3.通过taskkill /f /t /im 13120直接结束掉占用端口的进程,搞定...

分类:

技术点:

相关文章: