📄️ Git Commands
Comprehensive Git command reference: config, log, diff, rebase, merge, stash
📄️ 常用开发软件
DBeaver中如何调整SQL编辑器的字体大小 在vscode设置界面,搜索terminal.integrated.profiles.windows,然后edit in setting.js
📄️ gradle 和 maven 配置
1. 配置本地仓库路径 <localRepository>d:/mvnrepository</localRepository> 2. 配置远程库地址 xml <mirror> <id>nexus-aliyun</id>