上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: 数据库链接 192.168.10.10 用户名:homestead 密码:secret 虚拟机账户密码 vagrant vagrant 多站点homestead.yaml配置 阅读全文
posted @ 2019-02-15 12:17 无限REIZ 阅读(127) 评论(0) 推荐(0) 编辑
摘要: Warning: Permanently added the RSA host key for IP address '192.30.253.113' to the list of known hosts. hosts添加 13.229.188.59 github.com permission de 阅读全文
posted @ 2019-02-13 16:19 无限REIZ 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 第一步:下载软件 VirtualBox 和 Vagrant , virtualbox.box 文件,git virtualbox.box 下载地址 :https://vagrantcloud.com/laravel/boxes/homestead/versions/4.0.0/providers/v 阅读全文
posted @ 2019-02-13 14:37 无限REIZ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: virstualbox 下载地址 https://vagrantcloud.com/laravel/boxes/homestead/versions/4.0.0/providers/virtualbox.box 更换版本号4.0.0即可 Check your Homestead.yaml file, 阅读全文
posted @ 2019-02-12 16:17 无限REIZ 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 网站->设置->配置文件 看看 <FilesMatch \.php$> SetHandler "proxy:unix:/tmp/php-cgi-56.sock|fcgi://localhost" //和php版本对应的上不 </FilesMatch> 网站->设置->站点目录 把open_based 阅读全文
posted @ 2019-01-23 09:33 无限REIZ 阅读(437) 评论(0) 推荐(0) 编辑
摘要: input('server.REQUEST_SCHEME') . '://' . input('server.SERVER_NAME') 阅读全文
posted @ 2018-12-21 11:40 无限REIZ 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: 看源码处理的。 query.php getJoinTable 方法 join(['yx_article a'],'a.id=msg.aid','LEFT')//使用数组就可以处理 阅读全文
posted @ 2018-12-12 10:40 无限REIZ 阅读(210) 评论(0) 推荐(0) 编辑
摘要: //多少分钟前 if(!function_exists('get_time')) { function get_time($time) { $now_time = time();//现在时间 $dur = $now_time - $time; if ($dur $beginToday,'endToday'=>$endToday]; ... 阅读全文
posted @ 2018-12-10 16:14 无限REIZ 阅读(199) 评论(0) 推荐(0) 编辑
摘要: $a = Db::name(表名)->field(字段)->where(条件)->buildSql(); $b = Db::name(表名)->field(字段)->where(条件)->buildSql(); $c = Db::name(表名)->field(字段)->where(条件)->union([$a, $b])->buildSql(); $list = Db::table($c . ... 阅读全文
posted @ 2018-12-07 10:32 无限REIZ 阅读(4061) 评论(1) 推荐(0) 编辑
摘要: 返回的字符串有问题。对比之前的,看有没有转义之类的 阅读全文
posted @ 2018-11-26 15:37 无限REIZ 阅读(746) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 9 下一页