个人简介

Echo Blog


江湖无名 安心练剑
  • Log4j2
    slf4j log4j2 Hello world Additivity Use with junit Normal Example Architecture Log Levels Layout Slf4j slf4j The Simple Loggi...
    2016-05-21 02:00:13 | Log
  • Freemarker Advance
    Define directives Define variables Namespaces Extends Define directives Basics A macro is a template fragment associated with a variable. <#macro gray> <span class="tex...
    2016-05-08 01:51:26 | WEB
  • Freemarker
    Freemarker Apache FreeMarker is a template engine: a Java library to generate text output (HTML web pages, e-mails, configuration files, source code, etc.) based on templates and changing data. ...
    2016-05-07 09:21:21 | WEB
  • Idea-开发 IDE
    应该修改的几个点 自动编译开关 忽略大小写开关 智能导包开关 悬浮提示开关 取消单行显示tabs的操作 项目文件编码 滚轴修改字体大小 设置行号显示 异常处理 错误描述 执行 idea 方法报错如下: objc[4705]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualM...
    2016-05-06 06:10:55 | IDE
  • idea 注册码/激活码激活过程记录
    背景 idea 激活码一直失效,比较麻烦。 如果有能力请支持正版,此处介绍一种破解方式。 过程 版本 (1)直接官方下载 2020.1.2 最新版本 (2)jetbrains-agent.jar 下载 jetbrains-agent.zip 操作 直接进入 idea,然后将 jetbrains-agent.jar 拖入到 idea 中。 ...
    2016-05-06 06:10:55 | IDE
  • idea free licence Idea 如何免费永久注册码申请(开源项目)
    背景 众所周知,idea 作为一款非常好用的开发工具,基本与每一个开发者都形影不离。 但是注册码的价格还是比较高的。 不过 idea 对于教育(在校生)和开源的支持还是很大的。 我们今天来申请一下,终生可用。 申请步骤 申请链接 点击 https://www.jetbrains.com/shop/eform/opensource?product=ALL 选择 Do we k...
    2016-05-06 06:10:55 | IDE
  • UML-架构图
    UML UML is the Unified Modeling Language. UML zh_CN If you want to design your UML, StarUML is an awesome choice. UseCase Class Relationship Activity Sequence ...
    2016-05-01 04:17:41 | Design
  • JUnit-java 单元测试
    JUnit JUnit is a simple framework to write repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. What to test? Need Desc ...
    2016-04-26 04:53:12 | Test