cnblogs/dcrenl/IntelliJ IDEA 插件.html
2024-09-24 12:43:01 +08:00

19 lines
1.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>alibaba java&nbsp;&nbsp;coding guidelines</p>
<p>阿里巴巴Java编码指南插件支持。</p>
<p>&nbsp;</p>
<p>Mybatis-log-plugin</p>
<p>把 mybatis 输出的sql日志还原成完整的sql语句。 将日志输出的sql语句中的问号 ? 替换成真正的参数值。 通过 "Tools -&gt; MyBatis Log Plugin" 菜单或快捷键 "Ctrl+Shift+Alt+O" 启用。 点击窗口左边的 "Filter" 按钮可以过滤不想要输出的sql语句。 点击窗口左边的 "Format Sql" 按钮可以格式化输出的sql语句。 选中console的sql日志右击 "Restore Sql from Selection" 菜单可以还原sql语句。 前提条件输出的sql日志必须包含"Preparing:"和"Parameters:"才能正常解析。</p>
<p>&nbsp;</p>
<p>GsonFormat</p>
<p>快速将JSON字符串转换为innerClassEntity类</p>
<p>&nbsp;</p>
<p>Json Format : json和实体bean的转化工具根据json串可以很方便生成javaBean代码</p>
<p>新建class--&gt;code右键-&gt; generate--&gt;json format --&gt;输入json串即可生成</p>
<p>&nbsp;</p>
<p>IdeaJad</p>
<p>以前查看class文件形式的时候或者jar都会使用一个外部反编译工具这样操作明显不方便使用此插件可以一直在idea中查看文件~</p>
<p>选择class文件右键 Decompile,完成反编译</p>
<p>&nbsp;</p>
<p>Free-idea-mybatis</p>
<p>mybatis xml和对应的mapper之间来回切换的时候有时候不同人开发放置的位置又不同使用此插件后来回切换的时候异常方便和所放置的位置无关~</p>
<p>&nbsp;</p>