问题: 1 error: failed to push some refs to 2 hint: Updates were rejected because the tip of your current branch is behind 3 hint: its remote counterpart ...
分类:
其他好文 时间:
2021-06-19 18:56:51
阅读次数:
0
今天调用py文件时 遇到了一点问题,但是不知道问题在哪,所以可以在vs的控制台输出一下py出现的问题 pMod = PyImport_ImportModule("cnn_models_class_old"); if (!pMod) { if (pMod == nullptr) { PyErr_Pri ...
分类:
编程语言 时间:
2021-06-15 18:35:05
阅读次数:
0
dock拉取sonarqube docker pull sonarqube 获取postgre docker pull postgres 创建postgre容器 docker run --name postgresql -e POSTGRES_USER=sonar -e POSTGRES_PASSW ...
分类:
Web程序 时间:
2021-06-11 18:43:15
阅读次数:
0
问题 解决办法 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
报错 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
@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
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