查看端口的佔用狀況tcp
lsof -i tcp:port 將port換成被佔用的端口(如:808六、9998) 端口
eg. lsof -i | : 1090
lsof -i :8080
關閉佔用的端口問題
kill pid
eg. kill 2048