@Overridepublic void init(FilterConfig filterConfig) {//unchecked = filterConfig.getInitParameter("unchecked").split(",");WebApplicationContext wc = W...
分类:
编程语言 时间:
2014-08-20 15:59:52
阅读次数:
155
#include#include#include#include#include#include#include#define mem(a,b) memset(a,b,sizeof(a))#define ll __int64#define MAXN 1000#define INF 0x7ffffff...
分类:
编程语言 时间:
2014-08-19 00:55:13
阅读次数:
274
ClassLoader.getResourceAsStream(name);路径问题InputStream in =getClass().getResourceAsStream('/'+"spring-beans.dtd"); 表示从classs目录下面的找文件,文件放在src下面就可以了.Inpu...
分类:
其他好文 时间:
2014-08-18 23:25:23
阅读次数:
228
1.约定:根据bindings-jboss-beans的规则,ports-default配置是在7101基础上+100即,所对应的NamingService,Remoteclassloadingservice,RemotingConnector,RMI/JRMP,HAPooledinvoker等,都会自适应+100;如果是ports-02就会加200,依此类推。这里以新增部署fenxiaopromotion..
分类:
其他好文 时间:
2014-08-18 16:34:23
阅读次数:
181
一、需求分析
使用Spring Batch对DB进行读写操作: 从一个表中读取数据, 然后批量的插入另外一张表中.
二、代码实现
1. 代码结构图:
2. applicationContext.xml
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns...
分类:
数据库 时间:
2014-08-15 01:32:46
阅读次数:
483
Referenced file contains errors (http://www.springframework.org/schema/beans/spring-beans-3.0.xsd).? 关于这个错误,导致的原因可能是? 一种可能是? 之前用的Spring版本,和现在用的不同? 对于Eclipse...
分类:
其他好文 时间:
2014-08-13 19:34:37
阅读次数:
331
The prefix "tx" for element "tx:advice" is not bound 这个错误的原因很简单是: 我们在定义申明AOP的时候。。没有加载schema。 具体表现如下: <beans> ?<tx:advice id="txAdvice" transaction-manager="tra...
分类:
其他好文 时间:
2014-08-13 19:32:57
阅读次数:
200
一、需求分析
使用Spring Batch对XML文件进行读写操作: 从一个xml文件中读取商品信息, 经过简单的处理, 写入另外一个xml文件中.
二、代码实现
1. 代码结构图:
2. applicationContext.xml
<beans xmlns="http://www.springframework.org...
分类:
编程语言 时间:
2014-08-13 01:20:25
阅读次数:
371
使用BeanFactory从xml配置文件加载bean:importorg.springframework.beans.factory.xml.XmlBeanFactory;importorg.springframework.core.io.FileSystemResource;publicclas...
分类:
移动开发 时间:
2014-08-12 18:39:04
阅读次数:
257
用spring集成发布一个Webservice服务,老是报错:
java.lang.NoSuchMethodError: org.springframework.beans.factory.xml.XmlBeanDefinitionReader.setValidationMode(I)V
at org.apache.xbean.spring.context.v2.XBeanXmlBean...
分类:
编程语言 时间:
2014-08-12 13:42:54
阅读次数:
407