07 2020 档案

摘要:nginx启动、停止、无间断服务重启 service nginx start service nginx stop service nginx reload 阅读全文
posted @ 2020-07-31 19:03 winyh 阅读(112) 评论(0) 推荐(0) 编辑
摘要:1.项目基于 Vue CLI 命令行完成的。首先确保您本机安装了 Vue CLI 命令行。 npm install -g @vue/cli vue --version (查看vue cli版本和是否安装正确) 2.快速创建一个项目 vue create winyh 3.新增packages组件包源码 阅读全文
posted @ 2020-07-30 09:25 winyh 阅读(609) 评论(0) 推荐(0) 编辑
摘要:执行 sudo nginx -t 就可以获取配置文件的路径 阅读全文
posted @ 2020-07-25 14:05 winyh 阅读(2016) 评论(0) 推荐(0) 编辑
摘要:php artisan make:controller PhotoController --resource --model=Photo 阅读全文
posted @ 2020-07-22 16:55 winyh 阅读(217) 评论(0) 推荐(0) 编辑
摘要:headers: { "content-type": "application/x-www-form-urlencoded" }, data 数据不处理时,传的还是 json, 即使设置了 headers == '...urlencoded' data: qs.stringify(data), 阅读全文
posted @ 2020-07-21 00:15 winyh 阅读(406) 评论(0) 推荐(0) 编辑
摘要:/usr/local/lib/node_modules/ 阅读全文
posted @ 2020-07-18 09:59 winyh 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-16 18:12 winyh 阅读(157) 评论(0) 推荐(0) 编辑
摘要:例如: vue tab 需要加 【 forceRender 】配置 阅读全文
posted @ 2020-07-13 10:54 winyh 阅读(3315) 评论(1) 推荐(0) 编辑
摘要:<template> <span> <a-input allowClear :value="extra" @change="handleExtraChange"> <a-tooltip slot="suffix" title="点击弹选"> <a-icon type="search" @click= 阅读全文
posted @ 2020-07-03 15:16 winyh 阅读(1790) 评论(0) 推荐(0) 编辑
摘要::read-only="true" 阅读全文
posted @ 2020-07-02 19:57 winyh 阅读(316) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/weixin_33940102/article/details/88596485 clearCheck = () => { // 处理勾选数据后清空勾选 this.setState({ selectedRowKeys: [] }) } render () 阅读全文
posted @ 2020-07-01 14:00 winyh 阅读(1166) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示