03 2018 档案
阿里云直播服务 sdk demo php
摘要:[php] <?php /** * Created by PhpStorm. * User: Administrator * Date: 2016/12/8 0008 * Time: 11:05 */ class Aliyun{ private $accessKeyId = ""; //密钥ID p 阅读全文
posted @ 2018-03-29 10:04 caigan 阅读(4897) 评论(0) 推荐(0) 编辑
小程序踩坑异步请求json时,headers设置 "content-type": "application/x-www-form-urlencoded"
摘要:wx.request({ url: url, method:params.method, data: params.data, header: { "content-type": "application/x-www-form-urlencoded" }, success: function (re 阅读全文
posted @ 2018-03-09 12:07 caigan 阅读(6587) 评论(0) 推荐(0) 编辑
关于postman中表单提交与数据包提交的问题,file_get_contents("php://input")可以获取数据,$_POST不能获取数据
摘要:Coentent-Type仅在取值为application/x-www-data-urlencoded和multipart/form-data两种情况下,PHP才会将http请求数据包中相应的数据填入全局变量$_POST PHP不能识别的Content-Type类型的时候,会将http请求包中相应的 阅读全文
posted @ 2018-03-09 12:06 caigan 阅读(916) 评论(0) 推荐(0) 编辑
获取器操作都是针对数据而不是数据集的,要通过append()方法添加数据表不存在的字段
摘要:获取器操作都是针对数据而不是数据集的,要通过append()方法添加数据表不存在的字段 阅读全文
posted @ 2018-03-07 11:11 caigan 阅读(182) 评论(0) 推荐(0) 编辑