rulian

PID --> 端口号
netstat -ano | findstr 8244

 

端口号 --> PID
netstat -aon|findstr "11211"

 

PID --> 进程名
tasklist|findstr "8244"

 

分类:

技术点:

相关文章: