上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页
摘要: 1. 使用CRA最新版本创建项目 2.修改react-scripts的版本的老版本 3.重新安装, npm ls react-scripts 查看版本 4.git add . && git stash 5.npm run eject 遇到问题: 1. JS文件修改后,报错 Uncaught Refe 阅读全文
posted @ 2022-04-13 12:15 一路向北√ 阅读(236) 评论(0) 推荐(0) 编辑
摘要: +const SpeedMeasurePlugin = require('speed-measure-webpack-plugin'); +const smp = new SpeedMeasurePlugin({ + outputFormat: 'humanVerbose' +}); const w 阅读全文
posted @ 2022-03-22 13:52 一路向北√ 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 删除.lock文件,重新生成,然后只替换需要升级库相关的依赖 阅读全文
posted @ 2022-02-22 11:41 一路向北√ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_42935603/article/details/109157316 阅读全文
posted @ 2022-02-15 09:52 一路向北√ 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-10 15:54 一路向北√ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 基础知识 expect 检查值是否满足特定条件。expect使您可以访问许多“匹配器”,使您可以验证不同的事物toBe 用于.toBe比较原始值或检查对象实例的引用标识。它调用Object.is比较值,这比严格的相等运算符更适合测试 toEqual用于.toEqual递归比较对象实例的所有属性(也称 阅读全文
posted @ 2022-02-09 12:16 一路向北√ 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 替换react/react-dom/react-redux/redux版本 $ npm i (用来修改lock中锁定的版本,如果和lock不一样会导致lerna失败) $ npm run bootstrap:initialize 阅读全文
posted @ 2022-01-29 15:17 一路向北√ 阅读(672) 评论(0) 推荐(0) 编辑
摘要: $ npm install are-you-es5 --save-dev $ cd node_modules project 阅读全文
posted @ 2022-01-28 16:10 一路向北√ 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 两者的区别:dpkg绕过apt-get包管理数据库直接对软件包进行操作 所以用dpkg安装过的软件包可以用apt-get可以再安装一遍,系统不知道之前已经安装过了,将会覆盖之前dpkg的安装。 dpkg和apt-get: dpkg:用来安装.deb文件时,不会解决模块的依赖关系,且不会关心ubunt 阅读全文
posted @ 2022-01-26 16:06 一路向北√ 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 1. 安装 flatpak 软件 sudo apt install flatpak 2.安装flatpakref后缀文件 flatpak install --from [/path/to/<app-id>.flatpakref | 或者在包文件夹下打开终端来进行安装] 3.查找已安装的包 flatp 阅读全文
posted @ 2022-01-25 14:20 一路向北√ 阅读(3322) 评论(0) 推荐(1) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 32 下一页

web应用开发&研究 -

业精于勤而荒于嬉。

工作,使我快乐。


Font Awesome | Respond.js | Bootstrap中文网