command+n 查詢類
command+f 內部查詢使用地方
ctrl+shift+b 查詢變數所使用的資源
ctrl+shift+f 全域性查詢使用地方
alt+enter 匯入包
設定全自動匯入:
command+alt+l 格式化
command+p 方法引數提示
command+shift+\或者/ 注釋
alt+command+left/right 返回上次地方
command+alt+o 自動去除無效引用包
alt+f7 查詢檔案在**使用(首先在偏好設定裡面勾選,鍵盤-設定將f1,f2設定為標準功能鍵)
intellij系列ide配置
顯示行號 搜尋line number 修改自體 sudo apt get install fonts droid 搜尋font fonts,修改對話方塊自體 在editor,colors fonts,font裡面修改編輯器自體 在editor,colors fonts,console font裡面修...
Mac 配置多個git版本庫
1 進入ssh目錄 cd ssh 2 用ssh keygen 生成一組新的id rsa new 和 id rsa new.pub 前者是私鑰,後者是公鑰 ssh keygen t rsa c test emial.com f id rsa new 郵箱為git伺服器上使用者名稱 id rsa new...
mac下配置php多版本
我的mac使用brew安裝了php的最新版7.1,各種問題啊!之前的dedecms,我是排了不少錯,才能在7.1上執行 今天搭建的discuz,一些函式的棄用,例如 set magic quotes gpc 等。此外,正則裡的 e 模式,不支援,費了一早上,沒調出來!放棄!被搞的沒辦法了,打算找找怎...