Express全解 2021-09-27 Express 3102 words 7 mins read 0 REST.Client插件 用于在vscode中构造请求 新建以.http为后缀的文件: 1 2 3 4 5 6 7 8 9 10 11 @url=http://localhost:8080 --- @用于定义变量,{{}}使用 Read more...
Dva数据流 2021-09-15 项目实战总结 2967 words 6 mins read 1 初识Dva 1.1 定义 dva 首先是一个基于redux和redux-saga的数据流方案,然后为了简化开发体验,dva 还额外内置了react-rout Read more...
Lodash常用方法整理 2021-09-02 项目实战总结 1023 words 3 mins read 0 准备 下载: 1 yarn add lodash / npm i lodash Node.js引入: 1 const _ = require('lodash') 1 对象 1.1 移除对象上的一些属性-omit 把数据提交给接口,很多情况下,都要移除只在前 Read more...
DNS、TCP与HTTP 2021-09-02 Web性能优化 1582 words 4 mins read 1 DNS与TCP 1.1 DNS与hosts DNS(Domain Name System):域名系统 当我们在地址栏属于域名并访问时,会先在浏览器缓存中找对应域 Read more...
umi+AntdPro实战总结 2021-08-22 项目实战总结 3216 words 7 mins read 项目主体开发临近尾声,顺利进入了测试阶段。为期三个月的开发期间,使我对react,特别是hooks的理解以及umi框架的理解大大提升。在此将 Read more...