会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小慧blog
上一页
1
···
9
10
11
12
13
14
15
16
17
···
64
下一页
2019年1月9日
php7.0-fpm.sock
摘要: .sock 这种方式是套接字的方式连接的
阅读全文
posted @ 2019-01-09 14:32 薇薇123456
阅读(353)
评论(0)
推荐(0)
tmp下莫名其妙生成root权限的缓存文件
摘要: 现象: 原因:跟ngnix.conf有关,跟tmp的owner有关
阅读全文
posted @ 2019-01-09 14:25 薇薇123456
阅读(149)
评论(0)
推荐(0)
数据正常返回,却报500
摘要: 原因:workerman调用保存日志的系统函数,造成权限所有者非root runtime下的日志文件删掉
阅读全文
posted @ 2019-01-09 14:15 薇薇123456
阅读(192)
评论(0)
推荐(0)
2018年12月29日
字符串截取
摘要: substr($xml,strpos($xml,'<ajax>'));
阅读全文
posted @ 2018-12-29 09:39 薇薇123456
阅读(67)
评论(0)
推荐(0)
数组去重
摘要: array('name'=>'花花','age'=>20), 1=>array('name'=>'花花','age'=>20) ); $student2 = array_unique($student,SORT_REGULAR); var_dump($student); var_dump($student2);die;
阅读全文
posted @ 2018-12-29 09:25 薇薇123456
阅读(57)
评论(0)
推荐(0)
2018年12月15日
ksort排序的依据是什么
摘要: ksort:升序 asort:降序
阅读全文
posted @ 2018-12-15 15:04 薇薇123456
阅读(164)
评论(0)
推荐(0)
2018年12月14日
安装php_sqlsrv扩展
摘要: https://www.cnblogs.com/wtcl/p/7727636.html
阅读全文
posted @ 2018-12-14 15:06 薇薇123456
阅读(65)
评论(0)
推荐(0)
2018年12月11日
mysqli_query数据库有数据,查不出来
摘要: MySQLDB.class.php test.php
阅读全文
posted @ 2018-12-11 18:32 薇薇123456
阅读(260)
评论(0)
推荐(0)
tp5查看版本
摘要: 5.0 5.1
阅读全文
posted @ 2018-12-11 16:42 薇薇123456
阅读(115)
评论(0)
推荐(0)
2018年12月8日
子类重写父类方法
摘要: class Goods{ public $goods_name; public function __construct($g_name){ $this->goods_name = $g_name; } } class Book extends Goods{ public $author; public function __constru...
阅读全文
posted @ 2018-12-08 15:23 薇薇123456
阅读(120)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
64
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告