
PHP
sherry_710
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication
将php 项目部署到 服务器上时。 运行index.php, 弹出错误查了之后, 是由于密码格式的问题, 参考:http://www.bo56.com/mysqlnd-cannot-connect-to-mysql-4-1-using-the-old-insecure-authentication%E8%A7%A3%E5%86%B3%E5%8A%9E%E6%B3%95原创 2015-07-01 16:17:09 · 485 阅读 · 0 评论 -
微信公众开发-- 上传图片 "errcode":41005,"errmsg":"media data missing"
根据 《微信公众平台开发最佳实践》 代码 示例指定 本地文件, 运行后 出现 “ "errcode":41005,"errmsg":"media data missing" ”网上找了很久,很多遇到类似问题 是 由于PHP 版本引起的 curl_setopt 用法的差异。 参考 : http://segmentfault.com/a/11原创 2015-08-12 14:55:02 · 8887 阅读 · 1 评论