- 博客(8)
- 收藏
- 关注
原创 docker拉取镜像失败Client.Timeout exceeded while awaiting headers
【代码】docker拉取镜像失败Client.Timeout exceeded while awaiting headers。
2024-12-17 11:46:46
540
原创 关机重启后 VMware虚拟机里面的虚拟机突然无法正常通讯
在使用VMware的过程中,有时候会遇到虚机以及软件没有做任何更改,但是主机突然不能正常通讯首先尝试重启虚拟机、软件、宿主机,如果还是不能正常通讯,可以尝试如下步骤:编辑--- 虚拟网络编辑器,然后选择下面的子网网段,先随便填写其他的网段,点击应用,待配置成功后,再次改回之前的网段保存即可;...
2022-03-31 23:03:20
1307
原创 Linux CentOS下安装python3 报错: zipimport.ZipImportError: can't decompress data; zlib not available
Traceback (most recent call last): File "/root/Python-3.6.2/Lib/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/root/Python-3.6.2/Lib/runpy.py", line 85, in _run_code...
2018-08-17 20:08:36
2151
2
原创 python实现 三局两胜的石头剪刀布
import randomall_choices = ['石头', '剪刀', '布']win_list = [['剪刀', '布'], ['布', '石头'], ['石头', '剪刀']]prompt = '''请出拳:(0) 石头(1) 剪刀(2) 布'''cwin = 0pwin = 0while cwin < 2 and pwin < 2: c...
2018-08-15 19:26:15
5870
1
原创 ERROR : The cinder server should contain a cinder-volumes volume group
openstack 安装nove的时候报错:ERROR : The cinder server should contain a cinder-volumes volume groupPlease check log file /var/tmp/packstack/20180721-165738-38qNwm/openstack-setup.log for more information...
2018-07-21 17:10:04
809
原创 linux Centos7下发送邮件到指定邮箱
1.装包 yum -y install mailx 2.配置 vim /etc/mailx.rcset from=xxxxxxxx@163.com #发邮件时显示的发送方set smtp=smtp.163.com #所用到的邮箱服务,163邮箱默认关闭,需要去163邮箱设置打 开/TOP/SMTP..服务set smtp-auth-user=xxx@163.com #邮箱s...
2018-07-13 17:43:27
2031
原创 利用/etc/init.d/redis_6379.conf stop 停止redis服务时报错
利用/etc/init.d/redis_6379.conf stop 停止redis服务时报错 [root@host50 redis]# /etc/init.d/redis_6379 stop Stopping ... Could not connect to Redis at 192.168.4.50:6379: Connection refused Waiting for Redis to ...
2018-07-13 17:22:01
2255
原创 ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so
导入系统文档到数据库时出错,提示:ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement报错原因:所导入文件的路径没有数据库的权限。解决方法:1.vim /etc/my.cnf 在[mysqld]字段下添加 ‘secu...
2018-07-13 17:11:20
617
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人