灵魂的三个层次
欲望意志理性
现实和合理的关系
凡是现实的都是合理的凡是合理的必将成为现实现实不同于现存现存的不合理的终将逝去
自性本空
空 即 离相
以前的一些机会
刚毕业的时候, 培训完写的一个抽奖程序, 是否留在柳州在CSJ,夏老师给了自己足够的时间和信任51CTO的课程是否继续
0x01 提示信息我使用yarn初始化信息
warning Your current version of Yarn is out of date. The latest version is “1.22.19”, while you’re on “1.22.5”.info To upgrade, download the latest installer at “https://yarnpkg.com/latest.msi“.
0x02 基本命令# 查看yarn的版本
yarn --version
升级方式1, npm install --global yarn
2, ...
安装 eslint
npm install —g eslint
webstorm的配置
vscode的配置项// 当保存的时候,eslint自动帮我们修复错误
"editor.codeActionsOnSave": {
"source.fixAll": true
},
// 保存代码,不自动格式化
"editor.formatOnSave": false
vs报错信息
Parsing error: No Babel config file detected for E:\gitlab\front-level\05_vue\h5\src\main.js. Either disable ...