摘要:
页面通过(dispatch)分派给Effect Effect通过给(put) reducer reducer通过连接(connect) 给页面 阅读全文
摘要:
ssh-keygen -t rsa -C 'xxx@163.com' 阅读全文
摘要:
1.移动端UI库 ①.Vant UI 官方地址:https://youzan.github.io/vant/#/zh-CN/intro github地址:https://github.com/youzan/vant 优点:用来做移动端商城很不错,支持定制主题,社区还算活跃 ②.Mint UI 官方地 阅读全文
摘要:
//组件加载的时候 constructor(props){ super(props) this.state = { msg:'张学友' } } //组件将要挂载 componentWillMount(){ } //数据渲染 render(){ } //组件挂载完成的时候 componentDidMo 阅读全文
摘要:
事件对象: import React,{Component} from 'react' class Index extends Component{ constructor(props){ super(props) this.state = { msg:'张学友' } } getMsg=(event 阅读全文
摘要:
echo "" > /www/server/panel/plugin/webhook/script/EeCGGtrhUI8ZwUpoC9rA5uFzS5j0UbpJ9ohJBGXGZ39mgIc2.log 阅读全文
摘要:
部署目录:/usr/local/nodejs/lib/node_modules/yapi-cli/bin/my-yapi执行命令:node vendors/server/app.js 如果服务已启动,修改配置文件可用“supervisorctl reload”命令来使其生效)重启supervisor 阅读全文
摘要:
https://www.bilibili.com/video/av73401143 阅读全文
摘要:
$arr2 = array_map('array_shift',$arr); 阅读全文
摘要:
http://mint-ui.github.io/#!/zh-cn 阅读全文