转:http://jamesby.iteye.com/blog/57381项目使用iWebOffice2006,本来可以正常使用,但是系统有文件上传需求,故定义了一个multipartResolver,后发现iWebOffice2006控件不能正常使用!解决办法有两个,一是不使用Spring的mul...
分类:
编程语言 时间:
2015-07-14 20:01:41
阅读次数:
167
这个看起来很弱爆的问题其实是因为其他的配置文件中已经出现了为xx定义好的注入.如果用@Autowired就会得到上面的错误 , 但是用@Resource的时候就会看到类似下面的错误Bean named 'moneyRecordDao' must be of type [com.fuscent.cor...
分类:
其他好文 时间:
2015-07-14 13:11:13
阅读次数:
188
运行pig时报如下错误
2015-07-14 10:41:12,869 [main] ERROR org.apache.pig.Main - ERROR 2998: Unhandled internal error. Found interface jline.Terminal, but class was expected
解决办法:
删除{HADOOP_HOME}/share/had...
分类:
其他好文 时间:
2015-07-14 11:26:47
阅读次数:
113
控制台执行出现如下报错
Application windows are expected to have a root view controller at the end of application launch
解决办法
在AppDelegate.m中的
- (BOOL)application:(UIApplication *)application...
分类:
移动开发 时间:
2015-07-13 18:40:09
阅读次数:
125
问题描述Keil V4.72升级到V5.1x之后,原来编译通过的工程,出现了如下错误:.\Libraries\CMSIS\CM3\DeviceSupport\ST\STM32F10x\STM32f10x.h(298): error: #67: expected a "}原因分析 Keil V4.7....
分类:
其他好文 时间:
2015-07-12 20:19:05
阅读次数:
168
_mysql.c:在函数‘DL_EXPORT’中:_mysql.c:3058:错误:expecteddeclarationspecifiersbefore‘init_mysql’_mysql.c:3166:错误:expected‘{’atendofinputerror:command‘gcc‘failedwithexitstatus1----------------------------------------Command"/usr/bin/python-c"imports..
分类:
数据库 时间:
2015-07-09 23:00:40
阅读次数:
1562
java doc中的解释是:AnExecutorServicethat executes each submitted task using one of possibly several pooled threads, normally configured usingExecutorsfacto...
分类:
其他好文 时间:
2015-07-09 21:07:57
阅读次数:
205
From: http://docs.oracle.com/html/E24089_42/ha_setup.htm#sthref833If the SLB is configured to use Third-Party/Custom SSL certificates, you must ensure...
分类:
其他好文 时间:
2015-07-07 21:14:28
阅读次数:
202
原因是打开注释的时候,行前面有空格导致的错误。 /Users/linjq/.subversion/config:107: Option expected 提示107行错误,进入107行,将行前面的空格删除掉...
分类:
其他好文 时间:
2015-07-04 09:52:25
阅读次数:
135
1. redis查看当前所有的key KEYS?* 2. 查看当前redis的配置信息 CONFIG?GET?* 3. MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may mod...
分类:
其他好文 时间:
2015-06-30 13:19:43
阅读次数:
251