上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页
摘要: 页面通过(dispatch)分派给Effect Effect通过给(put) reducer reducer通过连接(connect) 给页面 阅读全文
posted @ 2020-08-21 09:33 FinnYY 阅读(91) 评论(0) 推荐(0) 编辑
摘要: ssh-keygen -t rsa -C 'xxx@163.com' 阅读全文
posted @ 2020-07-26 15:25 FinnYY 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 1.移动端UI库 ①.Vant UI 官方地址:https://youzan.github.io/vant/#/zh-CN/intro github地址:https://github.com/youzan/vant 优点:用来做移动端商城很不错,支持定制主题,社区还算活跃 ②.Mint UI 官方地 阅读全文
posted @ 2020-04-03 13:52 FinnYY 阅读(2009) 评论(0) 推荐(0) 编辑
摘要: //组件加载的时候 constructor(props){ super(props) this.state = { msg:'张学友' } } //组件将要挂载 componentWillMount(){ } //数据渲染 render(){ } //组件挂载完成的时候 componentDidMo 阅读全文
posted @ 2020-03-23 15:14 FinnYY 阅读(792) 评论(0) 推荐(0) 编辑
摘要: 事件对象: import React,{Component} from 'react' class Index extends Component{ constructor(props){ super(props) this.state = { msg:'张学友' } } getMsg=(event 阅读全文
posted @ 2020-03-23 11:02 FinnYY 阅读(122) 评论(0) 推荐(0) 编辑
摘要: echo "" > /www/server/panel/plugin/webhook/script/EeCGGtrhUI8ZwUpoC9rA5uFzS5j0UbpJ9ohJBGXGZ39mgIc2.log 阅读全文
posted @ 2020-01-31 22:07 FinnYY 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 部署目录:/usr/local/nodejs/lib/node_modules/yapi-cli/bin/my-yapi执行命令:node vendors/server/app.js 如果服务已启动,修改配置文件可用“supervisorctl reload”命令来使其生效)重启supervisor 阅读全文
posted @ 2019-12-31 13:50 FinnYY 阅读(191) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/av73401143 阅读全文
posted @ 2019-12-19 17:09 FinnYY 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: $arr2 = array_map('array_shift',$arr); 阅读全文
posted @ 2019-11-19 14:55 FinnYY 阅读(1491) 评论(0) 推荐(0) 编辑
摘要: http://mint-ui.github.io/#!/zh-cn 阅读全文
posted @ 2019-11-13 23:50 FinnYY 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 18 下一页