凡事都在事上磨,这样才能精进,成长进步提高! ------ 博客园首页

查找进程号

netstat -ano 查找所有端口进程

netstat -ano | findstr 1140 查找进程号为1140的端口进程


tasklist /fi "PID eq 2596"查找pid为2596的task

posted @ 2019-06-24 21:47  追风fc  阅读(413)  评论(0)    收藏  举报