严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error cre...
分类:
编程语言 时间:
2014-12-30 15:19:59
阅读次数:
169
配置环境 使用也是非的方便。只要在applicationContext.xml中添加下边的内容,就可以了 ? Java代码?? <beans?profile="develop">?? ????????<context:property-placeholder?location="classpath*:...
分类:
编程语言 时间:
2014-12-29 13:53:14
阅读次数:
212
spring提供了有两种方式的bean definition解析器:PropertiesBeanDefinitionReader和XmLBeanDefinitionReader即属性文件格式的bean definition解析器和xml文件格式的bean definition解析器。我们先从简单的P...
分类:
编程语言 时间:
2014-12-29 12:01:08
阅读次数:
254
【hdu 3037】Saving Beans
Lucas定理模板题~...
分类:
其他好文 时间:
2014-12-29 09:05:34
阅读次数:
177
spring Ioc容器的实现,从根源上是beanfactory,但真正可以作为一个可以独立使用的ioc容器还是DefaultListableBeanFactory,因此可以这么说,DefaultListableBeanFactory 是整个spring ioc的始祖,研究透它的前生今世对我们理解s...
分类:
编程语言 时间:
2014-12-26 18:32:36
阅读次数:
238
开发环境
spring-webmvc-4.0.8.RELEASE
Jquery-easyui-1.4.0
以上是在整合layout页面所用的各自版本号。
配置
Spring-mvc.xml配置
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:context=...
分类:
编程语言 时间:
2014-12-26 06:14:31
阅读次数:
417
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContex...
分类:
编程语言 时间:
2014-12-26 06:06:16
阅读次数:
307
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:context="http://www.springframework.org/schema/context"
xmln...
分类:
编程语言 时间:
2014-12-25 16:32:00
阅读次数:
416
[html] view
plaincopy
beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www....
分类:
编程语言 时间:
2014-12-24 18:06:21
阅读次数:
437
applicationContext.xml
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jee="http://www.springframework.org/schema/jee"
xmlns:...
分类:
其他好文 时间:
2014-12-23 19:39:31
阅读次数:
222