会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
无限REIZ
什么都是学会的。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
9
下一页
2019年2月15日
homestead 多站点,thinkphp5,数据库库相关
摘要: 数据库链接 192.168.10.10 用户名:homestead 密码:secret 虚拟机账户密码 vagrant vagrant 多站点homestead.yaml配置
阅读全文
posted @ 2019-02-15 12:17 无限REIZ
阅读(134)
评论(0)
推荐(0)
2019年2月13日
git 问题
摘要: 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
阅读(208)
评论(0)
推荐(0)
laravel homestead
摘要: 第一步:下载软件 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
阅读(155)
评论(0)
推荐(0)
2019年2月12日
laravel homestaed 配置安装
摘要: 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
阅读(642)
评论(0)
推荐(0)
2019年1月23日
宝塔 php不解析 503 open_basedir错误
摘要: 网站->设置->配置文件 看看 <FilesMatch \.php$> SetHandler "proxy:unix:/tmp/php-cgi-56.sock|fcgi://localhost" //和php版本对应的上不 </FilesMatch> 网站->设置->站点目录 把open_based
阅读全文
posted @ 2019-01-23 09:33 无限REIZ
阅读(474)
评论(0)
推荐(0)
2018年12月21日
thinkphp5 获取域名
摘要: input('server.REQUEST_SCHEME') . '://' . input('server.SERVER_NAME')
阅读全文
posted @ 2018-12-21 11:40 无限REIZ
阅读(1387)
评论(0)
推荐(0)
2018年12月12日
thinphp使用模型左右链接,表前缀不同处理
摘要: 看源码处理的。 query.php getJoinTable 方法 join(['yx_article a'],'a.id=msg.aid','LEFT')//使用数组就可以处理
阅读全文
posted @ 2018-12-12 10:40 无限REIZ
阅读(220)
评论(0)
推荐(0)
2018年12月10日
距离排序,多少分钟前,今天开始到结束时间戳
摘要: //多少分钟前 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
阅读(204)
评论(0)
推荐(0)
2018年12月7日
thinkphp 5 union 联合查询
摘要: $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
阅读(4123)
评论(1)
推荐(0)
2018年11月26日
支付宝app支付 验签突然不过
摘要: 返回的字符串有问题。对比之前的,看有没有转义之类的
阅读全文
posted @ 2018-11-26 15:37 无限REIZ
阅读(760)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告