1、netstat -ano | findstr "80"( 80为提示被占用的端口);
2、tasklist | findstr "5584"(5584是从上一步找到的进程PID,显示出了该进程对应的应用程序);
备选方案
http://jingyan.baidu.com/article/37bce2be10a5c21002f3a2cf.html
TcpView:http://pan.baidu.com/s/1bnGfIwv
时间: 2024-11-08 09:05:16
1、netstat -ano | findstr "80"( 80为提示被占用的端口);
2、tasklist | findstr "5584"(5584是从上一步找到的进程PID,显示出了该进程对应的应用程序);
备选方案
http://jingyan.baidu.com/article/37bce2be10a5c21002f3a2cf.html
TcpView:http://pan.baidu.com/s/1bnGfIwv