Mac下端口被占用的解决方式

打开终端:查看端口号的进城情况:     sudo lsof -i tcp:port     port : 你所被占用的端口号  例如8080kill掉被占用的端口的进程: kill PID     &nb...