最近在学习研究pyspark机器学习算法,执行代码出现以下异常: 19/06/29 10:08:26 ERROR Shell: Failed to locate the winutils binary in the hadoop binary pathjava.io.IOException: Cou ...
分类:
编程语言 时间:
2020-01-14 13:18:30
阅读次数:
110
<dependencies> <dependency> <groupId>com.mengxuegu.springcloud</groupId> <artifactId>microservice-cloud-02-api</artifactId> <version>${project.version ...
分类:
其他好文 时间:
2020-01-14 12:53:54
阅读次数:
83
dependencies指生成环境依赖包,devDependencies指开发环境依赖包。均在项目的package.json中。 区别在于该包是否有用,比如webpack、gulp在生产环境用不到,是在开发环境用的。打包后的代码既是纯的。 jquery等是要在生产环境用的。因为上线的代码也包含jqu ...
分类:
Web程序 时间:
2020-01-13 17:50:40
阅读次数:
161
如题,在项目中用到了4个环境的日志配置文件,启动时在application.properties中指定环境,让springboot自动加载logback对应的配置文件: 每个环境的日志目录都不一样,比如sit和test分别是: 如果spring.profiles.active配置的是test,那么一 ...
分类:
编程语言 时间:
2020-01-13 16:21:15
阅读次数:
150
问题描述: springboot版本 2.1.1 pom.xml配置 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifa ...
分类:
Web程序 时间:
2020-01-13 13:07:17
阅读次数:
88
报错明细: error: RPC failed; curl 18 transfer closed with outstanding read data remaining 方案一: 究其原因是因为curl的postBuffer的默认值太小,我们需要调整它的大小,在终端重新配置大小。 设置命令:git ...
分类:
Web程序 时间:
2020-01-12 20:14:09
阅读次数:
77
使用python 3.7 pymssql 连接本地mysql 5.6 报错 解决:参考 https://www.cnblogs.com/springbrotherhpu/p/11503139.html https://blog.csdn.net/llx1026/article/details/795 ...
分类:
数据库 时间:
2020-01-12 19:53:34
阅读次数:
457
依赖dependencies、dependency、artifactId、groupId、version 配置properties、自定义version 依赖dependencyManagement 打包插件build、plugins 仓库repositories 多版本profiles ...
分类:
其他好文 时间:
2020-01-12 18:33:24
阅读次数:
96
错误: 当在pycharm执行pyqt的程序时,报如下错误: 原因: 因为环境变量里配置的路径对不上导致 解决方案: 将正确的plugins路径更新至环境变量中 ...
分类:
移动开发 时间:
2020-01-12 15:15:26
阅读次数:
1024
这之前一直都是在用centos 6进行学习,昨天晚上安装centos 7 之后发现一直不能联网。 然后各种方法都试过,直接修改配置文件,或者nmtui修改。 systemctl start network 一直报错。 systemctl status network 查看 Failed to sta ...
分类:
其他好文 时间:
2020-01-12 11:36:15
阅读次数:
69