随笔分类 - 工具系列
介绍各类工作中的工具使用
摘要:Gradle Gradle 是一个基于 "Apache Ant" 和 "Apache Maven" 概念的项目 "自动化建构" 工具。它使用一种基于 "Groovy" 的 "特定领域语言" 来声明项目设置,而不是传统的 "XML" 。当前其支持的语言限于 "Java" 、 "Groovy" 和 "S
阅读全文
摘要:Android studio配置国内镜像源 1. 不使用镜像也是可以的,据说谷歌在中国搭建了服务器 2. 如果直接使用有问题,不妨使用镜像试试。有自动探测代理配置和手动代理配置。 https://blog.csdn.net/weixin_40849588/article/details/865598
阅读全文
摘要:KeePassXC + 开源免费 + 只支持数据库存放在本地, + 跨平台 + 自动填充 + 使用浏览器插件时,软件必须启动着 KeePassXC is a community fork of "KeePassX" , a native cross platform port of "KeePass
阅读全文
摘要:Socat 是 Linux 下的一个多功能的网络工具,名字来由是 「Socket CAT」。其功能与有瑞士军刀之称的 Netcat(nc) 类似,可以看做是 Netcat 的加强版。Socat 的主要特点就是在两个数据流之间建立通道,且支持众多协议和链接方式。如 IP、TCP、 UDP、IPv6、P
阅读全文
摘要:参考 https://zhile.io/2019/04/23/mybatis code helper pro crack.html
阅读全文
摘要:安装 brew install tcpreplay yum install tcpreplay tcpreplay 回放 tcpreplay is a tool for replaying network traffic from files saved with tcpdump or other
阅读全文
摘要:Ctrl+Alt+S进入Settings,选择Debugger show alternative source switcher 勾选,开启显示替代源选择器 由于项目工程存放了多个应用模块,包括app模块 cms模块,并存在小部分代码相同的情况下,会出现断点跳转至不正确的目标源,此时开启源选择器,即
阅读全文
摘要:mac ==== /Applications/IntelliJ IDEA.app/Contents/bin/idea.properties idea.cycle.buffer.size=1024修改为不限制大小或者其他大小 idea.cycle.buffer.size=disabled 注意 ===
阅读全文
摘要:mvn dependency:sources DdownloadSources=true DdownloadJavadocs=true
阅读全文
摘要:参考 https://www.yanjiayu.cn/posts/3eecb801.html https://gitee.com/gsls200808/JrebelLicenseServerforJava
阅读全文
摘要:设置pom.xml依赖的自动导入 设置idea的memory heap On the Help menu, click Edit Custom VM Options. Set the Xmx option to a higher value and restart IntelliJ IDEA.
阅读全文
摘要:官网下载:非免费软件,自己破解 http://www.ldapbrowsermac.com/
阅读全文
摘要:
阅读全文
摘要:~/Library/Preferences/IntelliJIdea2017.2/
阅读全文
摘要:MacOS修改为英文语言之后,忽然出现如题问题:delete键不能向左删除,只可以删除本次插入模式下插入的文本。原因: 转载:https://www.smslit.top/2016/11/27/vim-backspace-invalid/ MacOS下打开vim编辑文本,进入插入模式,要删除编辑之前
阅读全文
摘要:firefox: chrome: MacOS: 按住command键,使用鼠标点击,即可在后台打开新的标签页 进入Google应用商店,寻找Open _new & _blank in new background tab 、Background Open 、Force Background Tab,
阅读全文
摘要:如图,把所用语音置顶 https://support.apple.com/zh-cn/HT202036 1、firefox需要下载英文版,同时可以保留中文版,两个不能同时启动。如果你只是为了切换浏览器的默认区域选项,可以到控制面板里设置“区域和语言选项”,将中文(中国)改成英语(美国),这样虽然你看
阅读全文
摘要:You have JVM property https.proxyHost set to '...'. This may lead to incorrect behaviour. Proxy should be set in Settings | Proxy Mac环境下:
阅读全文