logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

docker启动报错 Cannot start service redis: oci runtime error: container_linux.go:247: starting containe

docker启动报错Cannot start service redis: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:258: applying cgroup configuration for process caused \"Cannot se..

golang grpc consul 服务注册、发现和负载均衡。

开发环境grpc-go: v1.24consul:1.6设备: docker-compose、 mac搭建一个单节点的consul环境

记一次docker-compose端口映射后localhost通,但内网不通的问题解决方案。

问题主机参数自建的dell服务器,云服务器一般不会出现这种问题。人都给处理好了。centos8、centos7 均有发生。Linux localhost.localdomain 4.18.0-193.el8.x86_64 #1 SMP Fri May 8 10:59:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linuxdocker版本:1.13 ~ 1.19 均有发

#docker#centos
golang logrus自定义hook:日志切片hook、邮件警报hook、kafkahook。

logrus Hook 分析logrus hook 接口定义很简单。如下package logrus// A hook to be fired when logging on the logging levels returned from// `Levels()` on your implementation of the interface. Note that this is not// f

git 命令行操作记录

git 命令行记录-持续更新克隆git clone www.abcdefg.com提交git add .git commit -m'xxx'git push本地拉取远程分支git fetch originenzhi1切换本地分支git branchyou-branch-namegit checkout you-branch-name删除本地...

#git
ios局域网ota无法连接www.xxx.com的问题解决记录。

提示无法连接局域网内ota服务1、业务中要使用内网分发ipa包,但总是显示无法连接www.xxx.com,但吧manifest.plist发送至服务器上nginx来处理却没有问题且可以正常下载,而且发送到服务器的manifest.plist文件内的下载链接还是本地的网址。分析问题。本地和线上没有区别,只是域名不同。把两边都下载一遍发现,本地的是直接在浏览器内打开。而线上却是自动下载了。那么...

到底了