- 博客(4)
- 资源 (1)
- 收藏
- 关注
原创 shell scp 需要输入密码
需要用到expectyum -y install expect方案一#!/usr/bin/expectspawn scp /java.zip root@192.168.0.1:/usr/local/expect "*password"send "123456\r"expect eof方案二#! /bin/shexpect -c " spawn scp /java.zip root@192.168.0.1:/usr/local/ expect { \"pass
2021-04-06 18:50:57 216
原创 docker 启动的疑难杂症
[root@localhost ~]# docker run hello-wordUnable to find image 'hello-word:latest' locallydocker: Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-word/manifests/latest:...
2019-08-01 12:06:38 197
原创 微信素材管理接口 基于TP5
class Material extends Controller{ //微信素材相关url private $materialUrl = [ //上传素材列表 'upload' => 'https://api.weixin.qq.com/cgi-bin/material/add_material?access_token=%s&...
2019-07-29 15:31:04 192
原创 解决微信返回码"errcode":40113,"errmsg":"unsupported file type"或 errcode":41005,"errmsg":"media data missing
最近公司需求在后台管理公司的文件素材,要用到新增永久素材,看了下文档,简单粗暴。导致出现大量的40113和41005问题网上找了很多资料,都说是curl的问题,实际上是数据结构的问题,我使用旧版本的curl上传一点毛病都没有。我的php版本是7.2,直接上代码//tmp_name 文件的绝对路径//type 文件类型//name 文件名称$data= ['med...
2019-07-29 10:52:54 2776
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人