win7查看端口占用

1.查看谁占用了我们的80端口,在windows命令行窗口下执行:
 
  1. netstat -aon|findstr 80 

发现80端口被进程号为2596的进程占用。
2.查看占用80端口进程的应用程序是什么:
  1. tasklist|findstr "2596" 

 

posted @ 2015-01-04 11:55  siashan  阅读(324)  评论(0编辑  收藏  举报