1.首先使用 netstat -ano查看占用端口的进程号

windows查看和杀死占用端口的进程

2.然后使用 taskkill /PID (进程号)杀死进程

windows查看和杀死占用端口的进程

 

相关文章: