端口和进程
1.tasklist (查看系统的进程)
2.netstat –ano (查看端口占用情况)
3.查询占用了8080端口的进程:netstat -ano|findstr "8080" (查看特定端口占用情况)