随笔分类 - 配置
摘要:https://www.cnblogs.com/caipeiyu/p/11774968.html
阅读全文
摘要:Mac: ###settings.json { "editor.mouseWheelZoom": true, //可以按着ctrl 加滚轮 缩放窗口字体大小 "workbench.colorTheme": "Monokai Dimmed", "editor.wordWrap": "on", //软换
阅读全文
摘要:新建一个文本文档,复制下面的代码,选择另存为,文件类型选择为所有文件,编码选择ANSI,文件名为PowershellAdmin.reg(文件名可以随便起,但是后缀名需要是.reg,表明它的文件类型是注册表项),然后双击PowershellAdmin.reg合并注册表,提示如下内容 Windows R
阅读全文
摘要:1. 基本指令 1.查看分支:git branch 2.创建分支:git branch <name> 3.切换分支:git checkout <name> 4.创建+切换分支:git checkout -b <name> 5.合并某分支到当前分支:git merge <name> 6.删除分支:gi
阅读全文

浙公网安备 33010602011771号