会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
青柚
苏世独立,横而不流。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
19
下一页
2018年9月13日
支付宝支付出现 openssl_sign(): supplied key param cannot be coerced into a private key
摘要: 我因为使用了file_put_content 会出现这个错误 直接使用将私钥复制出来了 把头尾去掉 修改为一行字符串传进去就行了
阅读全文
posted @ 2018-09-13 11:05 青柚
阅读(9221)
评论(0)
推荐(1)
2018年9月4日
tp5 setInc 中一直返回 0
摘要: tp5中setInc一直返回0 是因为数据库中的默认值是null 1+null = null 就会一直报错
阅读全文
posted @ 2018-09-04 14:02 青柚
阅读(868)
评论(0)
推荐(0)
2018年9月3日
数据库 SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for col
摘要: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for col 数据库范围数值 修改数值的范围即可
阅读全文
posted @ 2018-09-03 16:24 青柚
阅读(9677)
评论(0)
推荐(0)
2018年8月8日
MYSQL设置查询内存表大小
摘要: 设置MySQL的配置文件中的 max_heap_table_size = 1024m tmp_heap_aize = 1024m
阅读全文
posted @ 2018-08-08 22:44 青柚
阅读(2209)
评论(0)
推荐(0)
2018年8月5日
PHP原生的mysql查询
摘要: MySQL原生查询如果是字符串要加引号 否则会当做整型处理
阅读全文
posted @ 2018-08-05 14:19 青柚
阅读(2546)
评论(0)
推荐(0)
2018年8月1日
支付宝 APP支付 错误码
摘要: 出现___38173___这个错误码的原因是服务器返回给前端的字符串中 有一个 三个字母一个分号 需要在前端用户字符串处理函数进行处理后 在进行后续操作 出现___10146___这个错误吗的原因 1.你的APPID不正确 2.你的应用未上线 3.未签约
阅读全文
posted @ 2018-08-01 11:42 青柚
阅读(844)
评论(0)
推荐(0)
2018年7月21日
centos6.5中安装完成扩展后 在modules 也能找到 但是在phpinfo中看不见
摘要: 在modules 也能找到 但是在phpinfo中看不见 需要重启php fpm service php fpm restart``
阅读全文
posted @ 2018-07-21 18:17 青柚
阅读(291)
评论(0)
推荐(0)
configure: error: Cannot find php-config. Please use --with-php-config=PATH
摘要: configure: error: Cannot find php config. Please use with php config=PATH 需要说明你的 的path错误了 find / name php config 重新指定你的PATH后安装成功
阅读全文
posted @ 2018-07-21 16:36 青柚
阅读(1288)
评论(0)
推荐(0)
linux PHP yum 安装phpzie
摘要: 首先安装 php devel yum install php devel 报错出现 ``Error: php56w common conflicts with php common 5.4.16 45.el7.x86_64 You could try using skip broken to wor
阅读全文
posted @ 2018-07-21 16:23 青柚
阅读(968)
评论(0)
推荐(0)
2018年7月17日
TP5 错误集合
摘要: 未定义数组索引: value 解决 ___
阅读全文
posted @ 2018-07-17 14:54 青柚
阅读(131)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
19
下一页
公告