idea啟用碼:
idea快捷鍵: system.out.print()為sout
idea提示錯誤: alt + enter
ctrl+shift+r 根據方法查詢檔案
ctrl +e 最近開啟的檔案
ctrl + shift + f9 編譯 ,注意編譯不成功就得重啟, 且修改的每個檔案都得編譯
f12 之後前台debug 下一步按 f10
後台debug 之後 按f8 走下乙個斷點 f6下一行
ctrl + shift + del 谷歌瀏覽器清楚快取
ctrl + h 全文搜尋
idea必須知道的快捷鍵
idea好用快捷鍵 shift shift 用於介面跳轉 輸入要去的檔名 0.alt enter 提示 一般用於方法 ctrl alt 空格 智慧型提醒 tab 在html可以將p變為 p p 其他檔案是快速補充 原意是 choose lookup item replace 1.複製當前行到下一行 ...
idea快捷鍵 Alt Shift 快捷鍵
alt shift n 選擇 新增 task 必備 alt shift f 顯示新增到收藏夾彈出層 新增到收藏夾 alt shift c 檢視最近操作專案的變化情況列表 alt shift i 檢視專案當前檔案 alt shift f7在 debug 模式下,下一步,進入當前方法體內,如果方法體還有...
IDEA常用快捷鍵快速查閱
所有快捷鍵內容 於對網上的部落格的整理,剔除了小白我用不到的,並加以分類以便快速查詢。隨著後續的學習實踐再不斷更新新增本篇部落格內容 idea的常用操作 快捷鍵 分類整理 alt insert 快速insert bean的基本方法 如get,set方法,建構函式等 ctrl alt t try ca...