关闭占用指定端口应用程序的方法
经常遇到Tomcat8080端口被莫名占用的问题,需要找到对应的应用程序,将其关闭,方法如下:1.打开CMD.2.查找所有端口及其对应的应用程序PID:netstat-a-o3.根据找到的PID,强行关闭:ntsd-cq-pPID
相关推荐
tchonggang 2015-08-12
jmdvirus 2015-08-12
Will0 2010-10-29
secondid 2010-08-23
LUOPING0 2010-02-09
helencoder 2011-05-03
zgxzowen 2007-10-08
onlykg 2012-08-15
secondid 2019-06-06
shukezheng 2018-09-09
Nicolase 2018-07-13
oraclestudyroad 2011-11-12
hepeng 2010-11-10
hellowillness 2008-06-25
结果因为如果诞生 2009-07-12