查看程序使用的端口

netstat -ano命令可以列出所有程序及其使用端口号

netstat -ano|findstr "8009"命令可以查看使用端口号8009的程序。

posted @ 2018-11-03 22:59  寒潭渡鹤影  阅读(499)  评论(0)    收藏  举报