《C++程序设计实践》实验2 一、程序设计题(共10小题,100分) 题型得分 100 【描述】 求一元二次方程 的根,系数a、b、c为浮点数。 【输入】 输入a、b和c。 【输出】 若无穷解,则输出:Infinitely solution。 若无解,则输出:No solution。 若是一个实根, ...
分类:
其他好文 时间:
2021-06-21 20:04:41
阅读次数:
0
问题: 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