定位windows端口占用进程

  1. 2. 执行步骤
    1. 1. netstat -ano|findstr
    2. 2. tasklist |findstr
  2. 3. 示例:
    1. 3.1 netstat -ano|findstr “40001”
    2. 3.2 tasklist |findstr “15400”

问题:Error was Port already in use: 40001

2. 执行步骤

key:

1. netstat -ano|findstr

2. tasklist |findstr

3. 示例:

3.1 netstat -ano|findstr “40001”

TCP    127.0.0.1:14043        127.0.0.1:40001        CLOSE_WAIT      12644  
TCP    127.0.0.1:40001        0.0.0.0:0              LISTENING       15400  
TCP    127.0.0.1:40001        127.0.0.1:14043        FIN_WAIT_2      15400  

3.2 tasklist |findstr “15400”

Dict.exe                     15400 Console                    2     43,316 K  

把dict.exe关掉就OK了。

—[2017-12-01]—


转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 hi@niewj.com

×

喜欢就点赞,疼爱就打赏