根据端口查找是那个程序正在占用 - shf
shf
·
2011-03-31
·
via 博客园 - shf
1、先通过C:\Users\awflasher>netstat -ao 查看那端口对应的pidLocal Address Foreign Address State PID TCPTCP 0.0.0.0:21 Pacers:0 LISTENING 511TCP 0.0.0.0:80 Pacers:0 LISTENING 6421看了看netstat的帮助,分别如此描述-a和-o,也就明白了: -a Displays all connections and listening ports.-o Displays the owning process ID associated with e
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。