错误一:
Hive的where中不能用别名,
错误二:
hive的groupby中不能用自定义函数,否则报错(用嵌套select代替)
错误三:
执行:$ ./hive_game_operationstatis5.sh
报错信息如下:
./hive_game_operationstatis5.sh:line 11: [: missing `]'
./hive_ga...
分类:
数据库 时间:
2014-10-14 22:10:29
阅读次数:
240
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build PathJSP页面顶端出现“红色”的报错信息:The superclass "javax.servlet.http...
分类:
编程语言 时间:
2014-10-09 01:33:07
阅读次数:
209
报错信息:07-0411:14:43.064:W/ResourceType(2411):Nopackageidentifierwhengettingvalueforresourcenumber0x0000001c07-0411:14:43.064:W/System.err(2411):android...
分类:
移动开发 时间:
2014-10-08 00:11:24
阅读次数:
243
java服务中整合了spring,在Eclipse里本地启动时没问题,但是部署到局域网linux服务器上时解析spring applicationContext.xml报错,具体报错信息如下:
Console代码
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Confi...
分类:
编程语言 时间:
2014-10-07 15:26:53
阅读次数:
275
在php升级到php5.3之后后,在使用的过程经常发现有的程序会出现Function eregi() is deprecated 的报错信息。是什么原因呢?这是因为php5.3中不再支持eregi()函数,而使用preg_match()函数替代。解决的方法是:将eregi()函数替换成preg_ma...
分类:
其他好文 时间:
2014-10-05 14:41:28
阅读次数:
206
zabbix用了也有一段时间,基本上大大小小的报错都接触过。我个人有个习惯,偶尔会去tail -f 一下zabbix_server的日志,可能是强迫症的关系,不喜欢看到日志有任何报错信息。本来10.1应该放假,但是临回家前一天的时候是突然发现日志中频繁曝出以下这条报错。zabbix_server [...
分类:
其他好文 时间:
2014-10-02 04:48:12
阅读次数:
253
32位linux安装Redis报错:undefinedreferenceto`__sync_add_and_fetch_4‘在执行make的时候报错,具体报错信息如下:zmalloc.o:Infunction`zmalloc_used_memory‘:
/usr/local/redis-2.6.8/src/zmalloc.c:223:undefinedreferenceto`__sync_add_and_fetch_4‘
collect2:ldreturned1..
分类:
其他好文 时间:
2014-09-29 21:29:42
阅读次数:
248
环境介绍:前几天搭建了一套二节点单实例的linux+oracle11.2.0.3+dataguardmaximizeavailability的环境。故障现象:今天发现不能同步了,在trace文件alert_orcl.log里发现有报错信息MRP进程启不来MRP0:BackgroundMediaRecoveryterminatedwitherror328ORA-00328:8386238,8972415..
分类:
其他好文 时间:
2014-09-29 19:24:22
阅读次数:
305
xxx cannot be resolved to a type引言: eclipse新导入的项目经常可以看到“XX cannot be resolved to a type”的报错信息。本文将做以简单总结。 正文: (1)jdk不匹配(或不存在) 项目指定的jdk为“jdk1.6.0_18”,而当前eclipse使用的是“jdk1.6.0_22”。需要在BuildPath...
分类:
其他好文 时间:
2014-09-28 19:12:14
阅读次数:
338
每天坚持总结,总会发生质变!今天给radiobutton设置背景颜色报错,信息如下:item> tag requires a 'drawable' attribute or child tag defining a drawable解决方法: 你不能将颜色选择器用在background上,应该使用....
分类:
移动开发 时间:
2014-09-28 13:04:52
阅读次数:
174