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

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

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

 

posted @ 2018-12-27 15:10  博小园  阅读(184)  评论(0编辑  收藏  举报
回到顶部