logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Docker学习历程

A5:如果docker ps显示的容器运行正常,那么就需要通过docker logs 容器id 来查看容器运行的日志。A4:这个错误提示表明容器名称"/minio"已经被另一个容器占用。A3:可能是docker的命令输入错误,关闭并删除容器后重新检查docker命令。当时minio容器启动正常却在局域网一直无法访问,一看日志发现是端口冲突了。这是一个Docker容器的状态信息。重新运行你的命令,现

文章图片
#docker#学习
Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.or

已加载插件:fastestmirror, langpacksOne of the configured repositories failed (未知),

#centos
CentOS7下安装MySql

每次重装系统后安装MySQL,明明都是同一个iso,还是会出现不一样的问题。

文章图片
#mysql#linux
urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>

urllib.error.URLError: urlopen error [Errno 11001] getaddrinfo failed问题原因解决方法源码问题原因我们在爬虫的过程中用cookies访问网站的时候,有时候会出现这个错误urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>解决方法①

#爬虫#python
Error: Canceled future for execute_request message before replies were done

d2l:Failed to load image Python extension: [WinError 126] 找不到指定的模块。The kernel ‘tf (Python 3.7.13)’ died. View Jupyter log for further details.在学习的时候出现这两个问题原因可能是image找不到;但是我这个的原因时内存不够用。添加这段代码就好了import

#python
到底了