windows 指定端口和进程查询

# 查看指定端口的进程PID

netstat -ano|findstr "8080"

# 查看指定PID的程序名称

tasklist|findstr "16916"

posted @ 2023-09-04 20:18  努力生活的小林  阅读(13)  评论(0编辑  收藏  举报