码迷,mamicode.com
首页 >  
搜索关键字:@Configuration    ( 5921个结果
Invalid action class configuration that reference 异常
遇到Invalid action class configuration that reference的时候,你可以在你的Action中设置一下断点,来判断一下他是否找到了这个action。 不过遇到这个异常的时候都是没有进到action。 这时候,有几种可能导致呢? (1)struts.xml的配置写的不对,name,class检查一下。如果是和spring做整合的,要注意struts中的...
分类:其他好文   时间:2014-06-05 10:22:29    阅读次数:165
标准wordcount
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
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报错之一
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
解决 esxi 5.1 因为断电错误无法启动 报错 bank5 invalid configuration...
分类:其他好文   时间:2014-06-04 23:34:26    阅读次数:782
Spring @Configuration 使用
虽然 2.0 版本发布以来,Spring 陆续提供了十多个注解,但是提供的这些注解只是为了在某些情况下简化 XML 的配置,并非要取代 XML 配置方式。这一点可以从 Spring IoC 容器的初始化类可以看出:ApplicationContext 接口的最常用的实现类是 ClassPathXmlApplicationContext 和 FileSystemXmlApplicationCon...
分类:编程语言   时间:2014-06-04 21:38:44    阅读次数:531
cisco(思科)交换机配置篇【二】
上一篇给大家讲到了cisco交换机的基本操作命令,趁端午节放假前,把cisco交换机的简单配置分享一下并预祝一下各位“端午节快乐”!Ok,要进行交换机的配置,首先就得进入交换机的全局配置模式,在成功连接交换机并且登陆成功进入特权模式下 1、输入进入全局配置模式: switch#configure terminal Enter configuration commands, one per l...
分类:其他好文   时间:2014-06-02 22:39:38    阅读次数:336
修改Eclipse的 workspace目录
1、进入 Window > Preferences > General > Startup and Shutdown 选中 Prompt for workspace on startup。 2、进入Eclipse的安装目录,找到configuration 目录下的 .settin....
分类:系统相关   时间:2014-06-02 17:34:16    阅读次数:281
csharp: using using System.Web.Script.Serialization read json
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:Web程序   时间:2014-06-02 09:44:06    阅读次数:237
HBase的JavaAPI使用
Java Client API OverviewHBase是用Java写的,支持用编程语言来动态操作管理数据库,能用命令行做的都能够用API来做。主要的使用步骤例如以下:1.创建一个 Configuration 对象–从 HDFS 对象中调用 Configuration–加入 HBase 属性Con...
分类:编程语言   时间:2014-05-31 20:13:17    阅读次数:370
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!