1、打开cmd ,输入【netstat -ano|findstr "你被占用的端口"】,然后既可以看到详细信息,最后一列是这个进程的pid
2、通过【taskkill /pid 查询到的pid -f】,来结束该线程,/f代表强制