遇到Invalid action class configuration that reference的时候,你可以在你的Action中设置一下断点,来判断一下他是否找到了这个action。
不过遇到这个异常的时候都是没有进到action。
这时候,有几种可能导致呢?
(1)struts.xml的配置写的不对,name,class检查一下。如果是和spring做整合的,要注意struts中的...
分类:
其他好文 时间:
2014-06-05 10:22:29
阅读次数:
165
package wordcount;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.Int...
分类:
其他好文 时间:
2014-06-05 09:12:55
阅读次数:
203
eclipse git 报错:the current branch is not configured for pull No value for key branch.xxx.merge found in configuration
如图:
这是因为 在用gui创建分支的时候 config文件没有创建branch
在config文件加上
[branch "xxx"]
...
分类:
系统相关 时间:
2014-06-05 05:15:19
阅读次数:
326
freemarker
1、错误描述
java.io.FileNotFoundException: Template user.ftl not found.
at freemarker.template.Configuration.getTemplate(Configuration.java:580)
at freemarker.template.Configuration.getT...
分类:
其他好文 时间:
2014-06-05 03:05:45
阅读次数:
247
解决 esxi 5.1 因为断电错误无法启动 报错 bank5 invalid configuration...
分类:
其他好文 时间:
2014-06-04 23:34:26
阅读次数:
782
虽然 2.0 版本发布以来,Spring 陆续提供了十多个注解,但是提供的这些注解只是为了在某些情况下简化 XML 的配置,并非要取代 XML 配置方式。这一点可以从 Spring IoC 容器的初始化类可以看出:ApplicationContext 接口的最常用的实现类是 ClassPathXmlApplicationContext
和 FileSystemXmlApplicationCon...
分类:
编程语言 时间:
2014-06-04 21:38:44
阅读次数:
531
解决方法:在RadialUndistort右键选择 Properties|Configuration
Properties|C/C++|General|Additional Included Directories,下拉选择Edit(如下图),添加一行
"../lib/jpeg/src" 即可解决思...
分类:
其他好文 时间:
2014-06-03 13:03:56
阅读次数:
368
代码如下:using System;using
System.Collections.Generic;using System.Linq;using System.Text;using
System.Configuration;using System.Collections;using Syste...
分类:
其他好文 时间:
2014-06-03 07:38:59
阅读次数:
208
1 配置yum源 vi /etc/yum.repos.d/cloudstack.repo 添加一下内容
[cloudstack] name=cloudstack baseurl=http://cloudstack.apt-get.eu/rhel/4.2/
enabled=1 gpgcheck=02 ...
分类:
其他好文 时间:
2014-06-03 06:26:56
阅读次数:
314
最近一个项目需要用到地图的定位和标记功能,本来考虑使用google map API
。但是在国内这个速度确实很慢,有时候加载到一半就出现错了,不过可以通过google agent
来解决在国内的访问速度的问题,但是这样还是很麻烦。所以自己决定使用百度地图的API来实现。好了直接先上一张效果图吧,地图...