码迷,mamicode.com
首页 > Windows程序 > 详细

Windows 端口占用

时间:2016-04-19 11:39:44      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

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

Windows 端口占用

标签:

原文地址:http://www.cnblogs.com/defineconst/p/5407294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!