随笔 - 388
文章 - 1
评论 - 31
阅读 -
94万
随笔分类 - 工具
IntelliJ IDEA编写插件深入(2):自动创建代码
摘要:https://www.jianshu.com/p/360a1cf75a17 IntelliJ IDEA编写插件入门(1):自动创建代码:https://www.jianshu.com/p/b0c7218678d8 最下面放源码地址,源码只适合学习,因为每个人的框架都是不一样的,我的这个生成代码也只
阅读全文
IDEA 热启动,每次更改代码后不用重启服务
摘要:1、ctrl+Shift+Alt+/,选择Registry 2、勾选 compiler.automake.allow.when.app.running(可能不按首字母排序,可以多找找) 3、Setting >Compiler >勾选Build project automatically 4、pom.
阅读全文
ideal中运行manven常用操作
摘要:ideal中对项目打包,输入命令如下图所示:
阅读全文
ideal项目启动及问题
摘要:Error running 'xxx项目' Command line is too long(idea版) 错误】 Error running ‘xxx项目’: Command line is too long. Shorten command line for xxx or also for Sp
阅读全文
收集的各种正则判断
摘要:一个特牛的日期时间判断正则表达式这里是判断yyyy-mm-dd这种格式的,基本上把闰年和2月等的情况都考虑进去了。^((((1[6-9]|[2-9]/d)/d{2})-(0?[13578]|1[02])-(0?[1-9]|[12]/d|3[01]))|(((1[6-9]|[2-9]/d)/d{2})
阅读全文