问题 解决办法 docker system prune -a 重启docker ...
分类:
其他好文 时间:
2021-06-10 18:42:47
阅读次数:
0
Linux 系统,conda create 报错:“CondaHTTPError: HTTP 000 CONNECTION FAILED for url ” 首先,一定要正确的安装 anaconda(任何conda)。 1.问题描述: Collecting package metadata (cur ...
分类:
Web程序 时间:
2021-06-10 17:51:12
阅读次数:
0
1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 # @Time : 2021/4/16 10:42 上午 4 # @Name : peilun 5 # @File : Fly_book.py 6 # @Software: PyCharm 7 i ...
分类:
其他好文 时间:
2021-06-09 15:27:31
阅读次数:
0
Windows 容器平台 | 微软文档 https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/containerd ...
报错 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 解决方法: 参考: https://bbs.huaweicloud.com/blogs/143682 很多方法都没用,这个 ...
分类:
Web程序 时间:
2021-06-08 23:20:59
阅读次数:
0
function getTimes() { var obj_file = document.getElementById("upload"); var content = obj_file.files[0] console.log(content) //获取时长 var url = URL.crea ...
分类:
Web程序 时间:
2021-06-07 20:57:00
阅读次数:
0
@staticmethoddef unzip_file(failed_file): zip_file = zipfile.ZipFile(failed_file) print(zip_file) if os.path.isdir(failed_file[0:-20]): pass else: os. ...
分类:
编程语言 时间:
2021-06-07 20:42:48
阅读次数:
0
阿贝云是国内一家提供云服务器的厂商,本人其中一个网站正在使用,性能不错,可以试一下,最近Windows更新1803后,远程桌面就会连接失败,显示如下: 根据微软官方的说法是更改了安全策略导致异常的出现 除了下载windows官方提供的补丁之外,以下提供两种方法修改解决 第一种--修改组策略 打开运行 ...
SSH无密登录配置 1)配置ssh (1)基本语法 ssh另一台电脑的ip地址 (2)ssh连接时出现Host key verification failed的解决方法 ssh hadoop103 出现: The authenticity of host 'hadoop103 (192.168.18 ...
分类:
其他好文 时间:
2021-06-05 18:38:40
阅读次数:
0
解决从github上拉代码时报错“Failed to connect to localhost port 1080: Connection refused” 需要两行命令解决问题主要原因是使用了proxy代理,我们只需要关闭代理 git config --global http.proxy //查看 ...
分类:
其他好文 时间:
2021-06-05 18:13:54
阅读次数:
0