昨天在使用pip过程,pip提示:failed to create process。 解决方法:python -m pip install xxx 就可以了 如以matplotlib为例即:python -m pip install matplotlib 即可安装成功 原因:机器上存在多个版本的py ...
分类:
其他好文 时间:
2020-03-31 14:34:59
阅读次数:
385
个人问题仅供参考: 使用npm run dev 运行,出现如下错误 : Failed to compile. ./src/styles/index.scss (./node_modules/css-loader??ref--11-1!./node_modules/postcss-loader/lib ...
分类:
其他好文 时间:
2020-03-31 12:15:14
阅读次数:
348
Err:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 404 Not Found [IP: 101.6.8.193 ...
分类:
Web程序 时间:
2020-03-31 10:30:57
阅读次数:
94
因为在Test里面使用了注解@Autowired 引入来至bean.xml文件的内容 ,而在Test没有没有办法自动引入,需要在Test类上加上注解 @ContextConfiguration(locations = "classpath:bean.xml")不然会报以下错误 Caught exce ...
分类:
移动开发 时间:
2020-03-30 19:50:51
阅读次数:
78
etcd服务出现了以下报错Mar 23 05:50:44 localhost etcd: failed to send out heartbeat on time (exceeded the 100ms timeout for 2.951502ms) 心跳检测报错主要与以下因素有关(磁盘速度、cpu ...
分类:
其他好文 时间:
2020-03-30 19:44:12
阅读次数:
244
看的第一遍,找不到sass,查看node-sass文件,里面没有文件 解决办法 下载sass之前,要先修改源 先把node-modules删除掉 执行以下命令 npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sa ...
分类:
其他好文 时间:
2020-03-30 16:05:28
阅读次数:
100
根据别的大神的路线,一步步配置spring源码的时候,编译orm报如下错误: BUILD FAILED in 3s Circular dependency between the following tasks: :spring-beans:compileGroovy \ :spring-beans ...
分类:
编程语言 时间:
2020-03-30 13:11:36
阅读次数:
811
一、用ssh连接远程服务器意外报错。 报错信息 二、报错原因 由于服务器重装系统、初始化磁盘等导致本地主机的SSH信息失效,即本地主机和远程服务器的SSH不匹配。 三、解决方案 在本地主机删除服务器的ssh密钥信息。在本地执行以下命令,删除本地主机中关于远程服务器的缓存和公钥信息。 ...
分类:
其他好文 时间:
2020-03-30 11:27:04
阅读次数:
104
昨天在搭建dubbo+zookeeper项目时,两次用同一个端口20880作为提供者,结果是端口号被占用。 网上得解决方法有很多: 方案1:是改dubboprovider.xml里端口号将20880改成别的端口比如如20881 方案2:直接关闭之前20880端口提供的服务,即重复使用20880 方案 ...
分类:
Web程序 时间:
2020-03-29 12:56:09
阅读次数:
157
安装brew显示:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 此时,我是在虚拟环境中安装的,使用网上的教程没有解决; 后来我退出了虚拟环境: ok,解决了 ...
分类:
Web程序 时间:
2020-03-29 12:54:25
阅读次数:
2895