今天npm install报错 解决办法:安装 Windows 构建工具 npm install --global --production windows-build-tools 注意:以管理员身份运行 ...
分类:
编程语言 时间:
2020-07-15 15:36:58
阅读次数:
76
执行报错如下: 20/07/15 14:02:34 ERROR hive.HiveConfig: Could not load org.apache.hadoop.hive.conf.HiveConf. Make sure HIVE_CONF_DIR is set correctly. 20/07/ ...
分类:
数据库 时间:
2020-07-15 15:29:36
阅读次数:
88
有一次我导入了一个tomcat是9.0版本的文件(我的eclipse用的是8.5版本的),改了jar包后还是发现会出现 the selection cannot be run on any server, 后来我就找到我的eclipse: D:\eclipse\workspace-jee\项目名称\ ...
分类:
系统相关 时间:
2020-07-15 15:20:55
阅读次数:
136
简介 Substitution Failure Is Not An Error(匹配失败不是错误) 由于类型推断而引起的替换失败不会立刻引起编译错误,而是会进行一个类似于“编译期重载”的操作 SFINAE使得C++可以在编译期进行一些方法的重载,这个是运行期0开销的,匹配失败的方法直接就不编译 需要 ...
分类:
其他好文 时间:
2020-07-15 15:10:53
阅读次数:
52
hadoop Shuffle Error: Exceeded MAX_FAILED_UNIQUE_FETCHES; bailing-out 程序里面打开文件数达到上限,系统一般默认数量是1024,(用ulimit -a可以看到)vi /etc/security/limits.conf 添加 :sof ...
分类:
其他好文 时间:
2020-07-15 12:46:25
阅读次数:
86
安装环境Memcached编译安装环境L:Linux(centos7.2)主机信息:CPU>=2C,开启支持虚拟化内存>=3072MBHD=100GB部署规划:172.24.77.221linux1-host.jay.com):运行172.24.77.222linux2-host.jay.com):运行查看openstackyum版本yumlistcentos-release-open
分类:
其他好文 时间:
2020-07-15 10:48:32
阅读次数:
96
error1 当浏览器访问图片服务器时,nginx的error.log报下面的错 [2020-07-14 22:20:30] ERROR - file: /home/ubuntu/software/fastdfs-nginx-module-1.22/src/common.c, line: 1101, ...
分类:
其他好文 时间:
2020-07-15 01:31:22
阅读次数:
72
Suppose you have a long flowerbed in which some of the plots are planted and some are not. However, flowers cannot be planted in adjacent plots - they ...
分类:
其他好文 时间:
2020-07-15 01:29:00
阅读次数:
68
设置密码: mysql> set password for root@localhost = password('test123'); 报错:ERROR 1819 (HY000): Your password does not satisfy the current policy requireme ...
分类:
数据库 时间:
2020-07-14 18:33:06
阅读次数:
79
1. 解析错--Javabean没有实现默认的无参数构造器 Exception in thread "main" com.alibaba.fastjson.JSONException: syntax error, expect {, actual string, pos 22, fieldName ...
分类:
Web程序 时间:
2020-07-14 18:10:14
阅读次数:
94