码迷,mamicode.com
首页 >  
搜索关键字:beans    ( 2634个结果
springside4启动报错
严重: 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
spring3.1 profile 配置不同的环境
配置环境 使用也是非的方便。只要在applicationContext.xml中添加下边的内容,就可以了 ? Java代码?? <beans?profile="develop">?? ????????<context:property-placeholder?location="classpath*:...
分类:编程语言   时间:2014-12-29 13:53:14    阅读次数:212
spring beans源码解读之--bean definiton解析器
spring提供了有两种方式的bean definition解析器:PropertiesBeanDefinitionReader和XmLBeanDefinitionReader即属性文件格式的bean definition解析器和xml文件格式的bean definition解析器。我们先从简单的P...
分类:编程语言   时间:2014-12-29 12:01:08    阅读次数:254
【hdu 3037】Saving Beans
【hdu 3037】Saving Beans Lucas定理模板题~...
分类:其他好文   时间:2014-12-29 09:05:34    阅读次数:177
spring beans源码解读之 ioc容器之始祖--DefaultListableBeanFactory
spring Ioc容器的实现,从根源上是beanfactory,但真正可以作为一个可以独立使用的ioc容器还是DefaultListableBeanFactory,因此可以这么说,DefaultListableBeanFactory 是整个spring ioc的始祖,研究透它的前生今世对我们理解s...
分类:编程语言   时间:2014-12-26 18:32:36    阅读次数:238
spring-mvc 与jquery-easyui-layout整合
开发环境 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
Spring AOP annotation 错误
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in class path resource [applicationContex...
分类:编程语言   时间:2014-12-26 06:06:16    阅读次数:307
Spring MVC 配置文件dispatcher-servlet.xml 文件详解
<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
Spring 配置文件XML中<beans>中属性概述
[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
Atomikos多数据源配置项目实例
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!