logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

快递鸟(kdniao) 接口 API Golang实现demo

package mainimport ("crypto/md5""encoding/base64""encoding/json""fmt""github.com/go-resty/resty""net/url")const (AppKey= "你自己的AppKey"EBusinessID = "你自己的EBus...

阿里云redis的lua脚本报错踩坑记

脚本里命令的调用必须用KEYS ARRAY的形式错误表现ERR bad lua script for redis cluster, all the keys that the script uses should be passed using the KEYS array, and KEYS should not be in expression解决办法所有的redis.call这样的命令都要写

#redis
minikube安装及启动

环境vmware的ubuntu18.04.1的虚拟机# lsb_release -aNo LSB modules are available.Distributor ID:UbuntuDescription:Ubuntu 18.04.1 LTSRelease:18.04Codename:bionic容器:# docker versionClient:Version...

#k8s
VMware Tools启动脚本未能在虚拟机中成功运行

问题描述虚拟机开机的时候出现下面的画面环境VMware操作系统root@ubuntu18:~# lsb_release -aNo LSB modules are available.Distributor ID:UbuntuDescription:Ubuntu 18.04.1 LTSRelease:18.04Codename:bionic解决办法卸载...

到底了