如何查看某个端口被谁占用

如何查看端口被占用

1.运行cmd,netstat -ano|findstr "3306",找到占用端口的PID

 

2.输入tasklist|findstr "7464",查看对应PID的进程

posted @ 2017-07-31 13:58  happy_xiaoxiao  Views(142)  Comments(0Edit  收藏  举报