博客园站长
这是人类成长进步中记录的每一时刻
posts - 717,comments - 69,views - 156万
11 2019 档案
php curl 转为 x-www-form-urlencoded 方式
摘要:curl_setopt($curl, CURLOPT_HTTPHEADER, array('Content-Type: application/x-www-form-urlencoded')); from-data数据的为:​​​​​​$data = [ 'name' => 'aaa', 'sex' 阅读全文
posted @ 2019-11-27 16:08 dm3344 阅读(2440) 评论(0) 推荐(0) 编辑
php 加载 zip 文件
摘要:header('Content-type: application/zip');header('Content-Disposition: attachment; filename="QueryCode.zip"');readfile('QueryCode.zip');$ZipFile = file_ 阅读全文
posted @ 2019-11-18 14:32 dm3344 阅读(154) 评论(0) 推荐(0) 编辑
php SHA256Hex加密
该文被密码保护。
posted @ 2019-11-18 14:02 dm3344 阅读(1) 评论(0) 推荐(0) 编辑
小程序语音播报
摘要:https://developers.weixin.qq.com/miniprogram/dev/api/media/background-audio/wx.getBackgroundAudioManager.html 基础库 1.2.0 开始支持 阅读全文
posted @ 2019-11-14 15:31 dm3344 阅读(1552) 评论(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

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