去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()函数

idea2018.2.4的安装激活与热部署插件JRebel的激活方法的更多相关文章

  1. IntelliJ IDEA热部署插件JRebel免费激活图文教程(持续更新)转载

    之前教了大家如何免费激活IDEA,大家学会了吗?今天再来教大家如何免费激活JRebel插件,实现真正的热部署,无论是改了代码片段还是配置文件,都可以做到不用重新启动就生效,这种酸爽,谁用谁知道! 这次 ...

  2. Idea 热部署插件JRebel 安装与环境配置-上海尚学堂Java培训

    在企业日常项目开发中,如果我们需要调试一个Java Web项目,就需要先将项目编译之后,放入Web容器或借助Maven web 插件来运行,如果对Java源代码进行修改,那么必须重新编译并重启Web容 ...

  3. Intellij热部署插件JRebel

    Intellij热部署插件JRebel 安装JRebel 激活JRebel 相关设置 Intellij热部署插件JRebel 项目需求,一直用eclipse的我,也要改用IDEA了,一开始,很不习惯. ...

  4. Intellij热部署插件JRebel使用方法(转载)

    Intellij热部署插件JRebel帮助开发者在项目处于运行状态下任意修改Java文件并动态反馈到运行的项目中.插件官方下载地址:https://plugins.jetbrains.com/plug ...

  5. Intellij 热部署插件 JRebel [转载]

    原文:https://blog.csdn.net/weixin_42831477/article/details/82229436 Intellij热部署插件JRebel IDEA本身没有集成热部署工 ...

  6. Mac 安装并破解热部署插件JRebel详细教程

    热部署插件 JRebel 非常高效的解决了在IDEA中对 Java 代码修改重启Tomcat的效率问题,这样大大降低了项目开发的时间,不用重启即可重新编译修改过的Java代码! (1)IDEA中安装热 ...

  7. IntelliJ IDEA - 热部署插件JRebel ,对静态资源文件进行热部署?javascript、css、vm文件

    IntelliJ IDEA - 热部署插件JRebel ,对静态资源文件进行热部署?javascript.css.vm文件https://blog.csdn.net/feng_pump/article ...

  8. IntelliJ IDEA - 热部署插件JRebel 安装使用教程

    IntelliJ IDEA - JRebel 安装使用教程 JRebel 能做什么? JRebel 是一款热部署插件.当你的 Java-web 项目在 tomcat 中 run/debug 的时候 , ...

  9. IDEA安装热部署插件JRebel

    首先说下热部署是什么意思吧,简单了说就是在我们对代码进行更改之后,不需要重启项目,重新编译一下就可以直接运行最新的代码的部署方式.既然是部署方式,项目启动部署的时候当然就会和正常情况下不一样啦~ JR ...

随机推荐

  1. 2D情况下,复数的意义代表旋转

    4 x i x i = - 4 就是"4"在数轴上旋转了180度. 那么4 x i = 4i 就旋转了90度. 复数的意义就表示旋转 乘以-1,表示x正半轴的数,围绕原点,逆时针偏 ...

  2. Maven 系列 一 :Maven 快速入门及简单使用

    开发环境 MyEclipse 2014 JDK 1.8 Maven 3.2.1 1.什么是Maven? Maven是一个项目管理工具,主要用于项目构建,依赖管理,项目信息管理. 2.下载及安装 下载最 ...

  3. Canvas绘图 (html5新增特性)

    Canvas 使用<canvas>对象,需要设置属性:width,height.指定绘图的区域大小.在canvas标签前后出现的信息将在不支持<canvas>元素的浏览器中显示 ...

  4. 销售vs技术岗,做技术的方法思考

    销售甚至比技术岗位挣得还多,当然,做技术的比较好的拿到的自然也多. 我在想个问题,技术的天然优势是可以不断地积累,包括写code,写博客,做流程,完善流程,自动化流程,或者把某些工作流程化,自动化,托 ...

  5. 几种开源的TCP/IP协议栈分析

    1:BSD TCP/IP协议栈,BSD栈历史上是其他商业栈的起点,大多数专业TCP/IP栈(VxWorks内嵌的TCP/IP栈)是BSD栈派生的.这是因为 BSD栈在BSD许可协议下提供了这些专业栈的 ...

  6. 2018.10.27 洛谷P2915奶牛混合起来Mixed Up Cows(状压dp)

    传送门 状压dp入门题. 按照题意建一个图. 要求的就是合法的链的总数. 直接f[i][j]f[i][j]f[i][j]表示当前状态为jjj,下一位要跟iii连起来的方案数. 然后从没被选并且跟iii ...

  7. hdu-1041(大数模板)

    题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1041 题意:电脑中存在数字1,进行扩展操作,如果遇到1变为“01”,如果遇到0,变为“10”,经过一次 ...

  8. SQL MAP 注入测试

    SQL MAP是一款测试系统是否有SQL漏洞的工具 下载地址: http://sqlmap.org/ sqlmap 是一款使用python编写的工具,所以需要安装python,需要安装python 为 ...

  9. matlab柱面图

    f=@(x,y)log(y);  % ln(x)函数,平行于x轴ezsurf(f,[-pi*2,pi*2,0,20])

  10. Python-类-dict

    class dict(object): """ dict() -> new empty dictionary dict(mapping) -> new dic ...