随笔分类 - tool
摘要:1.idea marketplace 下载插件JRebel 2.下一步需要激活,但是激活的前提需要一个插件 3.下载插件https://github.com/ilanyu/ReverseProxy 4.本地直接运行.exe文件 5.使用如下链接生成GUID并复制 https://www.guidge
阅读全文
摘要:背景:升级了版本2022.1.3后 commit push都很慢 原因:Git 速度慢解决方法,亲测速度超快.idea git 操作卡慢解决办法,可以试试: 将%IntelliJ IDEA %\bin目录下的runnerw.exe和runnerw64.exe改成runnerw.exe.bak和run
阅读全文
摘要:转载自: https://www.likecs.com/show-306439542.html
阅读全文
摘要:转载 https://zhuanlan.zhihu.com/p/603640137
阅读全文
摘要:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project IPMSExtend: Input length = 1 ->
阅读全文
摘要:Intellij IDEA 在DEBUG模式下如何不执行后续代码直接停止程序 第一步:打断点 第二步:找出控制台 idea可以使用快捷键:两下alt,点击左下角的debug 第三步:出现当前页面 然后,在弹框中输入符合格式的返回数据,即可直接返回,不再执行下面的代码
阅读全文
摘要:具体可以参考: https://blog.csdn.net/qq_50652600/article/details/122990692 场景: 1.测试分支一个小功能多次提交,不太雅观,同时代码不方便合并到生产环境分支,此时可以将测试环境多次提交合并为一个,之后强制推上去,这样合并别的分支只需要ch
阅读全文
摘要:具体详见: https://zhuanlan.zhihu.com/p/138627806
阅读全文
摘要:解决Typora上传markdown文件到博客园失效问题 具体可参考,这位博主写的很详细: https://blog.csdn.net/jgdabc/article/details/126787870
阅读全文
摘要:1、关闭自动更新 File—Setting—Appearance&Behavior—System Setting—Updates 取消勾选Automatically check updates 复选框,最后确定即可 2.当多条sql CRTL+ENTER 执行当前选中的sql
阅读全文
摘要:sql压缩优化: http://www.wetools.com/sql-minify
阅读全文
摘要:1.进入tags newtag 填写tags名称 创建 2.设保护分支 setting respo pro brach
阅读全文