随笔分类 - 源码分析
摘要:活不多说,进入正题 1 智能提示: Intellij首当其冲的当然就是Intelligence智能!基本的代码提示用Ctrl+Space,还有更智能地按类型信息提示Ctrl+Shift+Space,但因为Intellij总是随着我们敲击而自动提示,所以很多时候都不会手动敲这两个快捷键(除非提示框消失
阅读全文
摘要:自动代码 自动代码 fori/sout/psvm+Tab即可生成循环、System.out、main方法等boilerplate样板代码 例如:Date birthday = user.getBirthday() --》输入user.getBirthday().var+Tab 自动补全快捷键 自动补
阅读全文
摘要:简介:基于Netty框架的事件驱动的通信层,Redis 客户端,线程安全同步。异步调用。 lettuce 官网地址:https://lettuce.io/ lettuce git项目地址:https://github.com/lettuce io/lettuce core 使用: 1、在pom.xm
阅读全文
摘要:简介: 使用idea搭建maven项目demo 步骤: 1、选择File New Project Maven 右栏第二个“webapp” 2、点击“Next”,填写坐标 3、点击“Finish”,项目结构如下:
阅读全文