查找占用端口的应用

windows

  netstat -ano | find "8080"

mac,Linux

  lsof -i:8700 或者 lsof -i | grep 8700

posted @ 2014-05-23 11:17  骨头  阅读(216)  评论(0)    收藏  举报