参考地址:https://jingyan.baidu.com/article/3c48dd34491d47e10be358b8.html
windows命令详解:https://blog.csdn.net/hsd2012/article/details/50759017/
cmd窗口
netstat -ano 列出所有的端口
netstat -ano|findstr "你要查找的占用端口"
tasklist|findstr "你查找占用端口对应的pid"
-- 查出是哪个进程,直接在windows任务管理器关闭
或者命令关闭 ntsd -c q -p pid