解决办法:
1、netstat -aon|findstr 8005
可查看指定端口号使用情况
2、tasklist |findstr 10452
找出占用指定进程Id的程序
3、taskkill /pid 10452 /F
结束该进程