摘要: ```json { // http://www.tslang.cn/docs/handbook/tsconfig-json.html "compilerOptions": { "outDir": "./bu", // 重定向输出目录 "target": "es5", // 指定ECMAScript目标版本 "lib": ["dom", "dom.iterable", "esnext"], // 编 阅读全文
posted @ 2020-04-07 18:44 Running00 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://yehudakatz.com/2011/08/11/understanding javascript function invocation and this/ + 1)this的值在函数被调用的时候才会指定 + 2)我们可以在函数被返回时就绑好正确的this,即箭头函数能保存函数创 阅读全文
posted @ 2020-04-07 17:00 Running00 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 1 sudo rm rf $HOME/Library/Application\ Support/Code 2 sudo rm rf $HOME/.vscode 3 将应用程序vscode移入废纸篓 https://zhuanlan.zhihu.com/p/86651380 阅读全文
posted @ 2020-04-07 11:58 Running00 阅读(165) 评论(0) 推荐(0) 编辑