1. 使用netstat查看端口

   netstat -ano

2. 查找特定端口号:

   netstat -aon|findstr "port"

3. 查找该端口的进程

   tasklist|findstr "port"

posted on 2013-11-28 16:22  一天不进步,就是退步  阅读(216)  评论(0编辑  收藏  举报