解决端口占用

找到该端口的PID:
netstat -aon|findstr 7001
杀死该进程
taskkill /f /t /im XXXX
posted @ 2020-04-27 09:54  林荼  阅读(124)  评论(0编辑  收藏  举报