z-sm

1方法

先找到进程号:

netstat -aon|findstr 8080

再根据进程号得到进程:

tasklist |findstr "10808"

2结果

 

分类:

技术点:

相关文章: