去Idea的官網下載如上版本的Idea安裝文件
並且在網上搜索下載如下破解工具
放置在相應的Idea安裝目錄下
然后在Idea中輸入激活碼
{
"licenseId": "ThisCrackLicenseId",
"licenseeName": "pengpengcoder",
"assigneeName": "pengpengcoder",
"assigneeEmail": "1620851849@qq.com",
"licenseRestriction": "XXXXXXXXXXXXXXXXXXX",
"checkConcurrentUse": false,
"products": [
{
"code": "II",
"paidUpTo": "2099-12-31"
},
{
"code": "DM",
"paidUpTo": "2099-12-31"
},
{
"code": "AC",
"paidUpTo": "2099-12-31"
},
{
"code": "RS0",
"paidUpTo": "2099-12-31"
},
{
"code": "WS",
"paidUpTo": "2099-12-31"
},
{
"code": "DPN",
"paidUpTo": "2099-12-31"
},
{
"code": "RC",
"paidUpTo": "2099-12-31"
},
{
"code": "PS",
"paidUpTo": "2099-12-31"
},
{
"code": "DC",
"paidUpTo": "2099-12-31"
},
{
"code": "RM",
"paidUpTo": "2099-12-31"
},
{
"code": "CL",
"paidUpTo": "2099-12-31"
},
{
"code": "PC",
"paidUpTo": "2099-12-31"
},
{
"code": "DB",
"paidUpTo": "2099-12-31"
},
{
"code": "GO",
"paidUpTo": "2099-12-31"
},
{
"code": "RD",
"paidUpTo": "2099-12-31"
}
],
"hash": "2911276/0",
"gracePeriodDays": 7,
"autoProlongated": false
}
按需安裝導入如下文件
http://139.199.89.239:1008/88414687-3b91-4286-89ba-2dc813b107ce
zp_uestc@163.com
點擊JRebel下的debug,然后JRebel插件激活
在jrebel server處,輸入http://139.199.89.239:1008/88414687-3b91-4286-89ba-2dc813b107ce和郵箱,即可運行zp_uestc@163.com
網上查找jrebel.jar
Idea常用快捷鍵
*************Editing(編輯操作)********************
Ctrl + Space (代碼補全) Basic code completion (the name of any class,method or variable)
Ctrl + Shift + Space (代碼智能補全) Smart code completion (filters the list of methods and variables by expected type)
Ctrl + Shift + Enter (補全申明) Complete statement
Ctrl + P (顯示參數信息) Parameter info (within method call arguments)
Ctrl + Q (文檔快速瀏覽) Quick documentation lookup
Shift + F1 (代碼補全) External Doc
Ctrl + mouse (瀏覽代碼簡短信息) over code Brief Info
Ctrl + F1 (顯示錯誤或者警告描述) Show descriptions of error or warning at caret
Alt + Insert (生成代碼屬性方法,構造方法) Generate code... (Getters, Setters,Constructors, hashCode/equals, toString)
Ctrl + O (方法重載) Override methods
Ctrl + I (方法補全) Implement methods
Ctrl + Alt + T (包裹if...else,try...catch) Surround with… (if..else, try..catch, for,synchronized, etc.)
Ctrl + / (增加行注釋) Comment/uncomment with line comment
Ctrl + Shift + / (增加塊注釋) Comment/uncomment with block comment
Ctrl + W (選擇連續擴選代碼塊) Select successively increasing code blocks
Ctrl + Shift + W (選擇連續縮選代碼塊) Decrease current selection to previous state
Alt + Q (內容信息) Context info
Alt + Enter () Show intention actions and quick-fixes
Ctrl + Alt + L (重新格式化代碼) Reformat code
Ctrl + Alt + O (優化導入包) Optimize imports
Ctrl + Alt + I (行自動縮進) Auto-indent line(s)
Tab / Shift + Tab (縮進縮選行) Indent/unindent selected lines
Ctrl + X , (剪切) Shift + Delete Cut current line or selected block to clipboard
Ctrl + C , (復制) Ctrl + Insert Copy current line or selected block to clipboard
Ctrl + V , (粘貼) Shift + Insert Paste from clipboard
Ctrl + Shift + V (從最近緩存中選擇粘貼) Paste from recent buffers...
Ctrl + D (復制當前行並粘貼到下一行) Duplicate current line or selected block
Ctrl + Y (刪除當前光標所在行) Delete line at caret
Ctrl + Shift + J (智能行合並) Smart line join
Ctrl + Enter (智能行拆分) Smart line split
Shift + Enter (開始新的一行) Start new line
Ctrl + Shift + U (選中一個單詞或者一個代碼塊) Toggle case for word at caret or selected block
Ctrl + Shift + ]/[ (向前或者向后選中整個代碼塊) Select till code block end/start
Ctrl + Delete/Backspace (刪除至整個單詞) Delete to word end/start
Ctrl + NumPad+/- (折疊或者展開整個代碼塊) Expand/collapse code block
Ctrl + Shift + NumPad+ (展開所有代碼塊) Expand all
Ctrl + Shift + NumPad- (折疊所有代碼塊) Collapse all
Ctrl + F4 Close active editor tab (關閉活動的tab編輯頁)
****************Usage Search********************************
Alt + F7/Ctrl + F7 (查找) Find usages/Find usages in file
Ctrl + Shift + F7 (高亮使用的地方) Highlight usages in file
Ctrl + Alt + F7 (展示使用地方) Show usages
*************************Navigation(導航)*************************************
Ctrl + N (查找類文件) Go to class
Ctrl + Shift + N (查找文件) Go to file
Ctrl + Alt + Shift + N (查找符號) Go to symbol
Alt + Right/Left (跳轉至前一個或者后一個tab編輯頁) Go to next / previous editor tab
F12 (跳轉至前一個工具窗口) Go back to previous tool window
Esc Go to editor (from tool window)
Shift + Esc (隱藏最后一個或者活動窗口) Hide active or last active window
Ctrl + Shift + F4 Close active run / messages / find / ... tab
Ctrl + G (跳轉至某一行) Go to line
Ctrl + E (最近操作文件) Recent files popup
Ctrl + Alt + Left/Right (向前或者向后導航) Navigate back / forward
Ctrl + Shift + Backspace (導航至最后編輯的地方) Navigate to last edit location
Alt + F1 (忽略) Select current file or symbol in any view
Ctrl + B , Ctrl + Click (跳轉至申明) Go to declaration
Ctrl + Alt + B (跳轉至代碼實現) Go to implementation(s)
Ctrl + Shift + I (打開定義) Open quick definition lookup
Ctrl + Shift + B (跳轉至類型申明) Go to type declaration
Ctrl + U (跳轉至父類方法或者父類類) Go to super-method / super-class
Alt + Up/Down (跳轉至下一個或者上一個方法) Go to previous / next method
Ctrl + ]/[ (忽略) Move to code block end/start
Ctrl + F12 (忽略) File structure popup
Ctrl + H (類型層次) Type hierarchy
Ctrl + Shift + H (方法調用層次關系) Method hierarchy
Ctrl + Alt + H (調用層級關系) Call hierarchy
F2 / Shift + F2 (忽略) Next/previous highlighted error
F4 / Ctrl + Enter (忽略) Edit source / View source
Alt + Home (忽略) Show navigation bar
F11 (忽略) Toggle bookmark
Ctrl + F11 (忽略) Toggle bookmark with mnemonic
Ctrl + #[0-9] (忽略) Go to numbered bookmark
Shift + F11 (忽略) Show bookmarks
******************Search/Replace*********************
Double Shift (搜索所有地方) Search everywhere
Ctrl + F (搜索) Find
F3 / Shift + F3 (忽略) Find next / Find previous
Ctrl + R (忽略) Replace
Ctrl + Shift + F (忽略) Find in path
Ctrl + Shift + R (忽略) Replace in path
Ctrl + Shift + S (忽略) Search structurally (Ultimate Edition only)
Ctrl + Shift + M (忽略) Replace structurally (Ultimate Edition only)
************Live Templates*******************
Ctrl + Alt + J Surround with Live Template
Ctrl + J Insert Live Template
iter Iteration according to Java SDK 1.5 style
inst Check object type with instanceof and
downcast it
itco Iterate elements of java.util.Collection
itit Iterate elements of java.util.Iterator
itli Iterate elements of java.util.List
psf public static final
thr throw new
**************************Refactoring**************************
F5 Copy
F6 Move
Alt + Delete Safe Delete
Shift + F6 Rename
Ctrl + F6 Change Signature
Ctrl + Alt + N Inline
Ctrl + Alt + M Extract Method
Ctrl + Alt + V Extract Variable
Ctrl + Alt + F Extract Field
Ctrl + Alt + C Extract Constant
Ctrl + Alt + P Extract Parameter
***********************Debugging*********************
F8/F7 Step over/Step into
Shift + F7 / Shift + F8 Smart step into/Step out
Alt + F9 Run to cursor
Alt + F8 Evaluate expression
F9 Resume program
Ctrl + F8 Toggle breakpoint
Ctrl + Shift + F8 View breakpoints
**************************Compile and Run************************************
Ctrl + F9 Make project (compile modifed and dependent)
Ctrl + Shift + F9 Compile selected file, package or module
Alt + Shift + F10/F9 Select configuration and run/and debug
Shift + F10/F9 Run/Debug
Ctrl + Shift + F10 Run context configuration from editor
********************VCS/Local History*****************
Ctrl + K / Ctrl + T Commit project to VCS/Update from VCS
Alt + Shift + C View recent changes
Alt + BackQuote (`) ‘VCS’ quick popup
******************General******************************
Alt + #[0-9] Open corresponding tool window
Ctrl + S Save all
Ctrl + Alt + Y Synchronize
Ctrl + Shift + F12 Toggle maximizing editor
Alt + Shift + F Add to Favorites
Alt + Shift + I Inspect current file with current profile
Ctrl + BackQuote (`) Quick switch current scheme
Ctrl + Alt + S Open Settings dialog
Ctrl + Alt + Shift + S Open Project Structure dialog
Ctrl + Shift + A Find Action
Ctrl + Tab Switch between tabs and tool window
**********常用快捷輸入語句**************
sout System.out.println()
fori for循環代碼塊
psvm 快速輸入main()函數