快捷鍵功能
ctrl + alt + v
對應eclipse ctrl + l + 2 自動補全
ctrl + alt + l
對應eclipse ctrl + shift + o **格式化
ctrl+space
**提示
ctrl + shift + space
自動補全**上
ctrl+n
查詢類ctrl+f
查詢檔案
ctrl + e
最近檔案
ctrl + q
檢視文件
ctrl + h
檢視類結構
ctrl + r
替換文字
ctrl + j
自動**
ctrl + x
刪除行ctrl + d
複製行ctrl + /
注釋行ctrl + w
選中**
ctrl + b / ctrl +左鍵
開啟游標處類或方法(檢視原始碼)
ctrl + shift + n
查詢檔案
ctrl + shift +alt +n
查詢方法
ctrl +alt + o
取消沒用的包
ctrl + shift + /
多行注釋
ctrl+shift+f7
高亮顯示所有文字 esc取消
alt + enter
導包alt + up/down
跳躍方法
ctrl + up/down
跳躍行alt + left/right
左右切換檔案
alt+insert
插入**getter/setter/constructor...
alt+shift+c
找到最近修改的**
shift + f6
重構shift + f2
錯誤或警告快速定位
Mathtype快捷鍵精簡版也能用
ctrl alt 空格 增加空格 ctrl n 新建乙個視窗 ctrl b 加粗,下乙個輸入的字母為輸入乙個向量 ctrl l 右下標 ctrl h 右上標 ctrl j 右邊上下兩個標註 ctrl f 插入分式 ctrl i 插入積分式 ctrl r 插入平方根式 ctrl g 下乙個輸入的字母變...
AsyncTask原理精簡版
asynctask有三個主要的方法 onpreexecute doinbackground string.params onpostexecute 建立asynctask物件需要重寫乙個類繼承asynctask,因為asynctask本身是抽象類 new asynctask execute para...
Sql優化精簡版
1.select語句中避免使用 盡量應該根據業務需求按欄位進行查詢 2.刪除重覆記錄 delete from tble tb where tb.id select min id from tble ble where tb.name ble.name 3.用 替換 4.盡量多使用commit 如對大...