报错 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
#flutter目录结构 其中有android和ios的建立目录,这里面可以先不关心,重要的是lib文件夹,里面有项目入口main.dart。还需要注意的是配置文件pubspec.yaml,里面的依赖项dependencies中可以写想要的依赖包,我们可以pubget来下载到本地。 #接下来是写代码 ...
分类:
移动开发 时间:
2021-06-08 22:37:52
阅读次数:
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
1.目录及问题描述 2.解决方案: a:父工程maven执行 clean install b:子工程maven执行 clean package(指的是公共模块) ...
分类:
编程语言 时间:
2021-06-07 20:26:05
阅读次数:
0
HDFS客户端环境准备 1.根据拷贝编译后的hadoop jar包到非中文路径 2.配置HADOOP_HOME环境变量 3. 配置Path环境变量 4.创建一个Maven工程HdfsClientDemo 5.导入相应的依赖坐标+日志添加 <dependencies> <dependency> <gr ...
分类:
其他好文 时间:
2021-06-06 19:12:37
阅读次数:
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
EnableAutoConfiguration This class-level annotation tells Spring Boot to “guess” how you want to configure Spring, based on the jar dependencies that ...
分类:
其他好文 时间:
2021-06-04 19:47:18
阅读次数:
0
Failed fetching remote preset dcloudio/uni-preset-vue: 1. 利用github下载:https://github.com/dcloudio/uni-preset-vue 2. 解压好文件,一般下载好的项目都会有两层文件夹,删掉第一层文件夹 3. ...
分类:
移动开发 时间:
2021-06-04 19:16:33
阅读次数:
0
Barefoot Networks P4 Studio Build Tool P4 Studio Build is a tool that helps a user to install dependencies, build and install all the required compone ...
分类:
其他好文 时间:
2021-06-04 19:14:12
阅读次数:
0