windows查看端口占用

阅读 98

2023-06-04

  • 根据端口查看被那个进程占用

netstat -ano|findstr "端口号"

  • 根据进程PID查看占用的程序名

tasklist |findstr "PID"

相关推荐

精彩评论(0)

0 0 举报