07 2020 档案
摘要:https://www.cnblogs.com/zyl-Tara/p/10635033.html
阅读全文
摘要:https://www.cnblogs.com/jiebba/p/9601626.html https://www.cnblogs.com/wz71014q/p/9004095.html
阅读全文
摘要:1 "no-alert": 0,//禁止使用alert confirm prompt 2 "no-array-constructor": 2,//禁止使用数组构造器 3 "no-bitwise": 0,//禁止使用按位运算符 4 "no-caller": 1,//禁止使用arguments.call
阅读全文
摘要:cd ~ vim .gitconfig 添加 [alias] co = checkout ci = commit br = branch :wq 保存,可以根据自己喜好灵活配置
阅读全文
摘要:1、vscode-fileheader添加文件头2、reactjs code snippetsreact 开发的一些简写,提高开发效率3、Path Autocomplete路径提示功能4、git blame安装git后, git blame可以基于git去审查每一行的代码最近一次修改的作者
阅读全文
摘要:一,安装以下几个vscode插件 1、Eslint 2、prettier 3、Vetur 二,在vscode Setting.json文件中加入一下配置 { // tab 大小为2个空格 "editor.tabSize": 2, // 100 列后换行 "editor.wordWrapColumn"
阅读全文
摘要:tooltip: { trigger: 'axis', axisPointer: { type: 'cross' }, formatter: params => { var res = params[0].name; for (var i = 0; i < params.length; i++) {
阅读全文

浙公网安备 33010602011771号