会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一路向北√
斯人若彩虹 , 遇上方知有 。
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
10
···
32
下一页
2022年4月13日
create-react-app eject 老版本的配置
摘要: 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 一路向北√
阅读(276)
评论(0)
推荐(0)
2022年3月22日
Webpack 打包速度分析
摘要: +const SpeedMeasurePlugin = require('speed-measure-webpack-plugin'); +const smp = new SpeedMeasurePlugin({ + outputFormat: 'humanVerbose' +}); const w
阅读全文
posted @ 2022-03-22 13:52 一路向北√
阅读(188)
评论(0)
推荐(0)
2022年2月22日
升级某个库的同时保证lock中的其他库正常使用
摘要: 删除.lock文件,重新生成,然后只替换需要升级库相关的依赖
阅读全文
posted @ 2022-02-22 11:41 一路向北√
阅读(21)
评论(0)
推荐(0)
2022年2月15日
Gatsby - 用reactl来写静态网站
摘要: https://blog.csdn.net/weixin_42935603/article/details/109157316
阅读全文
posted @ 2022-02-15 09:52 一路向北√
阅读(35)
评论(0)
推荐(0)
2022年2月10日
Chrome 遍历接口
摘要:
阅读全文
posted @ 2022-02-10 15:54 一路向北√
阅读(47)
评论(0)
推荐(0)
2022年2月9日
Jest
摘要: 基础知识 expect 检查值是否满足特定条件。expect使您可以访问许多“匹配器”,使您可以验证不同的事物toBe 用于.toBe比较原始值或检查对象实例的引用标识。它调用Object.is比较值,这比严格的相等运算符更适合测试 toEqual用于.toEqual递归比较对象实例的所有属性(也称
阅读全文
posted @ 2022-02-09 12:16 一路向北√
阅读(414)
评论(0)
推荐(0)
2022年1月29日
React 16 升级 React 17
摘要: 替换react/react-dom/react-redux/redux版本 $ npm i (用来修改lock中锁定的版本,如果和lock不一样会导致lerna失败) $ npm run bootstrap:initialize
阅读全文
posted @ 2022-01-29 15:17 一路向北√
阅读(744)
评论(0)
推荐(0)
2022年1月28日
检测node_modules中的非ES5编译模块
摘要: $ npm install are-you-es5 --save-dev $ cd node_modules project
阅读全文
posted @ 2022-01-28 16:10 一路向北√
阅读(133)
评论(0)
推荐(0)
2022年1月26日
【转】dpkg 和 apt-get 的区别
摘要: 两者的区别:dpkg绕过apt-get包管理数据库直接对软件包进行操作 所以用dpkg安装过的软件包可以用apt-get可以再安装一遍,系统不知道之前已经安装过了,将会覆盖之前dpkg的安装。 dpkg和apt-get: dpkg:用来安装.deb文件时,不会解决模块的依赖关系,且不会关心ubunt
阅读全文
posted @ 2022-01-26 16:06 一路向北√
阅读(827)
评论(0)
推荐(0)
2022年1月25日
Ubuntu 安装flatpakref文件
摘要: 1. 安装 flatpak 软件 sudo apt install flatpak 2.安装flatpakref后缀文件 flatpak install --from [/path/to/<app-id>.flatpakref | 或者在包文件夹下打开终端来进行安装] 3.查找已安装的包 flatp
阅读全文
posted @ 2022-01-25 14:20 一路向北√
阅读(4772)
评论(0)
推荐(1)
上一页
1
2
3
4
5
6
7
8
9
10
···
32
下一页
公告
web应用开发&研究
-
业精于勤而荒于嬉。
工作,使我快乐。
Font Awesome
|
Respond.js
|
Bootstrap中文网