摘要:
1.查看端口占用情况 lsof -i:{端口} 例子:lsof -i:3117 2.停止对应的端口进程 kill -9 {pid}例子:kill -9 28771 阅读全文
摘要:
control + i 实现未实现的方法 control + option + T 快速try catch option按住可以鼠标选定区块编辑 control+o 覆盖方法 control + h 查看类的层次 option+command+v 快速声明变量 introduce local var 阅读全文