查看端口是否被占用
netstat -aon|findstr "端口号" 比如 netstat -aon|findstr "6340"
杀死该进程
taskkill /pid pid号 -t -f 比如 taskkill /pid 15400 -t -f