随笔分类 -  分享

更新wsl,docker无法启动wrong fs type, bad option, bad superblock on cgroup, missing codepage or helper program, or other error.解决方案
摘要:PS C:\Users\xxxx> wsl -vWSL 版本: 2.0.0.0内核版本: 5.15.123.1-1WSLg 版本: 1.0.57MSRDC 版本: 1.2.4485Direct3D 版本: 1.608.2-61064218DXCore 版本: 10.0.25880.1000-2306 阅读全文
posted @ 2023-09-21 15:46 秋雨的蝴蝶 阅读(368) 评论(0) 推荐(0)
windows下Docker无法正常启动-The system cannot find the file specified
摘要:问题:docker pserror during connect: In the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.: 阅读全文
posted @ 2021-08-01 20:39 秋雨的蝴蝶 阅读(15979) 评论(1) 推荐(1)
docker-centos6.9 /etc/rc.d/init.d/functions: No such file or directory解决方法
摘要:docker 中 centos6.8 /etc/rc.d/init.d/functions: No such file or directory 错误,解决 rpm -qf /etc/init.d/functions 查找到 [xx@ ~]$ rpm -qf /etc/init.d/function 阅读全文
posted @ 2020-11-10 17:32 秋雨的蝴蝶 阅读(1080) 评论(0) 推荐(0)
All TAP-Windows adapters on this system are currently in use.
摘要:1.C:\Program Files\TAP-Windows\bin 安装目录下 2.以管理员权限运行 3.addtap.bat 阅读全文
posted @ 2020-07-29 21:48 秋雨的蝴蝶 阅读(5265) 评论(1) 推荐(0)
yum安装CentOS7+nginx+php7.3+mysql5.7
摘要:yum的安装 yum update yum安装nginx源yum install yum-utils 安装nginxyum install nginx 启动nginxservice nginx start 设置nginx服务器开机自启动systemctl enable nginx.service 检 阅读全文
posted @ 2020-04-14 02:35 秋雨的蝴蝶 阅读(1722) 评论(0) 推荐(0)
raise ImproperlyConfigured(msg.format(name=self.urlconf_name))
摘要:昨天装了一个locustio 0.14.5,依赖的django1.10升级到了django3.0,结果启动:python3 manage.py runserver 报错: django 1.10 url(r'^api/', include('sign.urls',namespace="sign") 阅读全文
posted @ 2020-03-17 11:45 秋雨的蝴蝶 阅读(1246) 评论(0) 推荐(0)
win7 + python3.6 +pycrypto 2.6.1 cp36 cp36m win_amd64.whl 安装
摘要:win7(64位)+ python3.6 + pycrypto-2.6.1-cp36-cp36m-win_amd64.whlcp pycrypto-2.6.1-cp36-cp36m-win_amd64.whl C:\Python36\Scriptspip install pycrypto-2.6.1 阅读全文
posted @ 2020-03-14 16:48 秋雨的蝴蝶 阅读(2029) 评论(0) 推荐(0)