打开Windos Dos窗口

Win+ R 搜索cmd即可打开

查找对应端口号

netstat -aon|findstr 8000

杀死相关进程及子进程

taskkill /pid 15316 -t -f

-t 是删除指定进程以及子进程
-f 强制删除