04 2018 档案

摘要:[ Laravel 5.5 文档 ] 快速入门 —— 使用 Laragon 在 Windows 中搭建 Laravel 开发环境:http://laravelacademy.org/post/7754.html 下载:https://www.laragon.org/download/ 安装完成后 创 阅读全文
posted @ 2018-04-24 19:43 程序生(Codey) 阅读(1286) 评论(0) 推荐(0) 编辑
摘要:https://mobaxterm.mobatek.net/download-home-edition.html mysql redis 连接测试 mysql 127.0.0.1 3307 密码使用线上密码 redis 127.0.0.1 6380 密码使用线上密码 建立ssh shell连接 Mo 阅读全文
posted @ 2018-04-24 18:02 程序生(Codey) 阅读(5896) 评论(0) 推荐(0) 编辑
摘要:1.首先定义一个app对象实现dva 2.全局通过app来做一些核心操作 3.routes会把一些对象存到state给调用的页面引用 loading是每个页面加载状态的集合 login,user和baseList是routes声明调用的model 还包括了当前访问的routes对象routing 在 阅读全文
posted @ 2018-04-21 18:18 程序生(Codey) 阅读(678) 评论(0) 推荐(0) 编辑
摘要:ECMAScript 6 入门:http://es6.ruanyifeng.com/#docs/destructuring#%E6%95%B0%E7%BB%84%E7%9A%84%E8%A7%A3%E6%9E%84%E8%B5%8B%E5%80%BC React的双向绑定:http://www.cn 阅读全文
posted @ 2018-04-18 20:07 程序生(Codey) 阅读(99) 评论(0) 推荐(0) 编辑
摘要:lumen not null$query->orWhereNotNull('deleted_at');https://stackoverflow.com/questions/26344717/laravel-eloquent-or-where-is-not-nulllaravel 执行console 阅读全文
posted @ 2018-04-11 10:52 程序生(Codey) 阅读(129) 评论(0) 推荐(0) 编辑
摘要:github地址:https://github.com/barryvdh/laravel-ide-helper 相关:https://learnku.com/articles/20740 php artisan ide-helper:models --dir="path/to/models" 阅读全文
posted @ 2018-04-04 15:16 程序生(Codey) 阅读(1489) 评论(0) 推荐(0) 编辑
摘要:https://github.com/settings/tokens 阅读全文
posted @ 2018-04-04 15:14 程序生(Codey) 阅读(1643) 评论(0) 推荐(0) 编辑
摘要:github地址:https://github.com/yiisoft/yii2-queue 问题:https://github.com/yiisoft/yii2-queue/issues Jobs object的问题: https://github.com/yiisoft/yii2-queue/i 阅读全文
posted @ 2018-04-04 15:13 程序生(Codey) 阅读(5037) 评论(0) 推荐(0) 编辑
摘要:yum安装root 账号登陆后执行以下命令:yum install -y lrzsz使用说明sz命令发送文件到本地:# sz filenamerz命令本地上传文件到服务器:# rz https://www.cnblogs.com/clicli/p/5941828.html 阅读全文
posted @ 2018-04-04 15:10 程序生(Codey) 阅读(294) 评论(0) 推荐(0) 编辑
摘要:选中文本进行复制: 要选中内容进行复制,先在命令模式下按 v 进入 Visual Mode,然后用 方向键 或 hjkl 选择文本,再按 y 进行复制。 选中文本进行剪切: 要选中内容进行复制,先在命令模式下按 v 进入 Visual Mode,然后用 方向键 或 hjkl 选择文本,再按 d 进行 阅读全文
posted @ 2018-04-04 15:09 程序生(Codey) 阅读(143) 评论(0) 推荐(0) 编辑
摘要:Linux 删除文件夹和文件的命令(强制删除包括非空文件) linux删除目录很简单,很多人还是习惯用rmdir,不过一旦目录非空,就陷入深深的苦恼之中,现在使用rm -rf命令即可。直接rm就可以了,不过要加两个参数-rf 即:rm -rf 目录名字-r 就是向下递归,不管有多少级目录,一并删除 阅读全文
posted @ 2018-04-04 14:11 程序生(Codey) 阅读(128) 评论(0) 推荐(0) 编辑
摘要:http://laravelacademy.org/post/8464.html 阅读全文
posted @ 2018-04-03 18:04 程序生(Codey) 阅读(145) 评论(0) 推荐(0) 编辑