查找占用端口的应用

windows

  netstat -ano | find "8080"

mac,Linux

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

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