随笔分类 - 生产力工具
摘要:catalina.sh CATALINA_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8900 -XX:+PrintGCDetails -XX:+PrintGC -XX:+PrintGCDateStam
阅读全文
摘要:版本中加上时间戳 <properties> <maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format> </properties> <build> <finalName> ${project.artifact
阅读全文
摘要:1、https://searx.be/search 2、https://searx.org/search 3、还有一个查相似功能域名的网站(你懂的)
阅读全文
摘要:汪小哥的博客 https://blog.csdn.net/u012881904/article/details/104763791?spm=1001.2014.3001.5501 使用效果DEMO public static void main(String[] args) { //获取msg St
阅读全文
摘要:https://blog.csdn.net/qq_33589510/article/details/104915621 jacoco能解决什么问题 自动化测试虽然快,但是不知道是不是有漏测 提高测试设计质量 可快速对比多次测试之间的差距 测试完整性的一种手段 jacoco需要依赖的 - 困难 最好有
阅读全文
摘要:自定义注解 @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) @Documented public @interface PrintlnLog { /** * 自定义日志描述信息 工作台 - 用户动态 - top10
阅读全文
摘要:数据库界的Swagger - screw https://github.com/pingfangushi/screw https://github.com/chengxy-nds/Springboot-Notebook curl curl -X POST https://domain/rest/in
阅读全文
摘要:ideavim插件配置 set scrolloff=3 " 3 lines above/below cursor when scrolling " 突出显示当前行 set cursorline " 在状态栏显示正在输入的命令 set showcmd " Emulated Plugins set su
阅读全文