11 2021 档案

摘要:@babel/plugin-proposal-optional-chaining 可选链 ?. @babel/plugin-proposal-nullish-coalescing-operator 空值合并运算符 ?? @babel/plugin-proposal-object-rest-sprea 阅读全文
posted @ 2021-11-24 15:37 全玉 阅读(416) 评论(0) 推荐(0) 编辑
摘要:1. vscode创建springboot项目 使用快捷键(Ctrl+Shift+P)命令窗口,输入 Spring 选择创建 Maven 项目 中间涉及到版本(jdk版本可以选择8,能运行),语言,包名等,按需选择即可 选择依赖这块要特别注意 依赖包功能简介: Spring Boot DevTool 阅读全文
posted @ 2021-11-24 15:25 全玉 阅读(1624) 评论(0) 推荐(0) 编辑
摘要:1. 关闭单击预览 "workbench.editor.enablePreview": false, //控制单击文件打开多个窗口还是单个窗口,true为启用预览,就是打开单个窗口 2. 关闭代码地图 "editor.minimap.enabled": false 3. 打开setting.json 阅读全文
posted @ 2021-11-18 14:07 全玉 阅读(645) 评论(0) 推荐(0) 编辑
摘要:mac "build": "npm run test:build && cd ../web && open . && (rm -rf static.zip || true) && zip -q -r static.zip static" windows "build": "npm run test: 阅读全文
posted @ 2021-11-16 17:32 全玉 阅读(287) 评论(0) 推荐(0) 编辑
摘要:ln -s /etc/hosts /Users/xxx/Desktop/hosts 如上,就生成了桌面快捷 阅读全文
posted @ 2021-11-16 14:28 全玉 阅读(82) 评论(0) 推荐(0) 编辑
摘要:Maven配置文件路径 mac:~/.m2/settings.xml 阅读全文
posted @ 2021-11-10 17:13 全玉 阅读(20) 评论(0) 推荐(0) 编辑
摘要:fast-forward和no-fast-forward两种模式只会在merge的时候出现。 fast-forward出现的两种情况 1. git push 和 git pull 远程分支与本地分支合并 2. git merge branch 本地两个分支进行合并 fast-forward merg 阅读全文
posted @ 2021-11-05 19:38 全玉 阅读(6408) 评论(0) 推荐(0) 编辑
摘要:经常出现git pull之后,弹出vim,让填写一条commit信息,让人摸不着头脑。 1. 原因 git pull是先git fetch,然后再git merge,git merge的默认行为会自动commit合并结果,并且merge大部分时候不是一个 fast-forward merge,所以会 阅读全文
posted @ 2021-11-05 19:04 全玉 阅读(2093) 评论(0) 推荐(0) 编辑
摘要:bash命令 find ./ -name ".DS_Store" -depth -exec rm {} \; 阅读全文
posted @ 2021-11-03 17:19 全玉 阅读(147) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示