会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
FinnYY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
18
下一页
2020年8月21日
React
摘要: 页面通过(dispatch)分派给Effect Effect通过给(put) reducer reducer通过连接(connect) 给页面
阅读全文
posted @ 2020-08-21 09:33 FinnYY
阅读(97)
评论(0)
推荐(0)
2020年7月26日
git生成公钥和私钥
摘要: ssh-keygen -t rsa -C 'xxx@163.com'
阅读全文
posted @ 2020-07-26 15:25 FinnYY
阅读(121)
评论(0)
推荐(0)
2020年4月3日
推荐常用的移动端、PC端、小程序的UI框架
摘要: 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
阅读(2226)
评论(0)
推荐(0)
2020年3月23日
React生命周期执行顺序
摘要: //组件加载的时候 constructor(props){ super(props) this.state = { msg:'张学友' } } //组件将要挂载 componentWillMount(){ } //数据渲染 render(){ } //组件挂载完成的时候 componentDidMo
阅读全文
posted @ 2020-03-23 15:14 FinnYY
阅读(830)
评论(0)
推荐(0)
React
摘要: 事件对象: 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
阅读(133)
评论(0)
推荐(0)
2020年1月31日
清空日志
摘要: echo "" > /www/server/panel/plugin/webhook/script/EeCGGtrhUI8ZwUpoC9rA5uFzS5j0UbpJ9ohJBGXGZ39mgIc2.log
阅读全文
posted @ 2020-01-31 22:07 FinnYY
阅读(119)
评论(0)
推荐(0)
2019年12月31日
Yapi内部部署
摘要: 部署目录:/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
阅读(194)
评论(0)
推荐(0)
2019年12月19日
tp6.0+swoole
摘要: https://www.bilibili.com/video/av73401143
阅读全文
posted @ 2019-12-19 17:09 FinnYY
阅读(1207)
评论(0)
推荐(0)
2019年11月19日
PHP获取二维数组一列的值
摘要: $arr2 = array_map('array_shift',$arr);
阅读全文
posted @ 2019-11-19 14:55 FinnYY
阅读(1513)
评论(0)
推荐(0)
2019年11月13日
VUE文档
摘要: http://mint-ui.github.io/#!/zh-cn
阅读全文
posted @ 2019-11-13 23:50 FinnYY
阅读(102)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
18
下一页
公告