2021年5月31日

React路由和内容展示

摘要: http://www.cnblogs.com/sexintercourse/p/5886378.html 阅读全文

posted @ 2021-05-31 23:44 漫思 阅读(95) 评论(0) 推荐(0) 编辑

有关setstate

摘要: 1、this.state = { a1: 0, a2: true }里声明2个对象。 2、this.setState({a1:1})但是并不会影响a2的值 3、setState是异步的,要求有第二个参数 4、setState 任何一个参数的改变都会影响子组件的变化 <child a={this.st 阅读全文

posted @ 2021-05-31 23:09 漫思 阅读(35) 评论(0) 推荐(0) 编辑

React中componentWillReceiveProps的替代升级方案

摘要: 因为最近在做一个逻辑较为复杂的需求,在封装组件时经常遇到父组件props更新来触发子组件的state这种情景。在使用componentWillReceiveProps时,发现React官网已经把componentWillReceiveProps重名为UNSAFE_componentWillRecei 阅读全文

posted @ 2021-05-31 23:00 漫思 阅读(114) 评论(0) 推荐(0) 编辑

开通阿里的aem

摘要: 开通阿里的aem 阅读全文

posted @ 2021-05-31 13:10 漫思 阅读(84) 评论(0) 推荐(0) 编辑

尽快完成域名的备案

摘要: zhaosheng.today 阅读全文

posted @ 2021-05-31 12:39 漫思 阅读(22) 评论(0) 推荐(0) 编辑

湖南师范大学的案例

摘要: 1、服务器需要部署在内网。 使用反向代理就能解决内网不好解决的问题。 阅读全文

posted @ 2021-05-31 12:36 漫思 阅读(28) 评论(0) 推荐(0) 编辑

git观点

摘要: 1、master比你现在的新你将无法同步,需要先同步master到你的分支 2、合并分支后你的代码就消失,变成相应的public模型 3、你我都在开发分支,测试无法测试,合并到一个分支里面就能发布 4、 阅读全文

posted @ 2021-05-31 12:33 漫思 阅读(28) 评论(0) 推荐(0) 编辑

js-cookie对cookie的操作

摘要: 1、安装js-cookie 2、import Cookies from 'js-cookie' 设置cookie private domain: string = location.href.indexOf('baidu.com') > -1 ? '.baidu.com' : '.baidunet. 阅读全文

posted @ 2021-05-31 12:27 漫思 阅读(198) 评论(0) 推荐(0) 编辑

导航