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

windows 查看端口被占用

时间:2016-03-30 22:05:19      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

C:\Users\xxxx>netstat -aon|findstr "4725"
TCP 127.0.0.1:4725 0.0.0.0:0 LISTENING 14716

根据端口找到进程14716

C:\Users\xxxx>tasklist|findstr "14716"
node.exe 14716 Console 1 114,556 K

任务管理器中依据进程id杀死这个进程

windows 查看端口被占用

标签:

原文地址:http://www.cnblogs.com/testway/p/5338836.html

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