随笔 - 522  文章 - 0  评论 - 53  阅读 - 243万
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 阅读(4899) 评论(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 阅读(6588) 评论(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 阅读(919) 评论(0) 推荐(0) 编辑
获取器操作都是针对数据而不是数据集的,要通过append()方法添加数据表不存在的字段
摘要:获取器操作都是针对数据而不是数据集的,要通过append()方法添加数据表不存在的字段 阅读全文
posted @ 2018-03-07 11:11 caigan 阅读(183) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示