函式跳**command+b(申明)、command+option+b(定義)
幫助文件:fn+f1(快速檢視)、fn+shift+f1(外部檢視)
引數說明:command+p
選中**:shift+option+方向鍵(乙個單詞)、shift+command+方向鍵(一行)、shift+方向鍵(乙個字母)
**複製:command+c(直接複製游標所在行)
undo/redo: command+z、command+shift+z
**補全:control+space、control+shift+space
**注釋:command+/(注釋)、command+option+/(取消)
包圍**:command+option+t(使用if..else, try..catch, for, synchronized等包圍選中的**
back/forword:command+[、command+[
pycharm 編輯器使用
一 pycharm 常用快捷鍵 alt insert 新增新檔案 alt shift f10 執行該程式 ctrl t svn更新 ctrl k svn提交 ctrl 注釋 取消注釋 選擇的行 ctrl shift f 高階查詢 ctrl enter 補全 shift enter 開始新行 tab ...
pycharm編輯快捷鍵
pycharm編輯快捷鍵 序號快捷鍵 作用1 ctrl alt space 快速匯入任意類 2 ctrl shift enter 補全 3 shift f1 檢視外部文件 4 ctrl q 快速查詢文件 5 ctrl p 引數資訊 在方法中呼叫的引數 6 ctrl mouse over code 基...
Mac OS 下編譯安裝Lammps
homebrew裡面有直接可安裝的lammps,但是使用的都是預設 引數。為了使用新的特性,這裡選擇使用gcc49 和mpich3編譯安裝之。macport安裝gcc49 並設定其為預設編譯器 b.編譯 以及 安裝 參見readme 注意 一定要把homebrew裡面安裝的 openmpi 給刪除了...