码迷,mamicode.com
首页 >  
搜索关键字:saving beans    ( 2930个结果
Java 反射
Java反射机制package com.utils;import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.lang.reflect.Field;import java.lang.reflect....
分类:编程语言   时间:2014-05-31 05:00:29    阅读次数:235
Bean、List、Map、Array、String与JSON字符串的相互转换
import java.beans.Introspector;import java.beans.PropertyDescriptor;import java.math.BigDecimal;import java.math.BigInteger;import java.util.ArrayList...
分类:Web程序   时间:2014-05-28 04:39:42    阅读次数:363
项目遇见问题解决记录
问题:ERRORorg.springframework.web.context.ContextLoader:(ContextLoader.java:215)-Contextinitializationfailedorg.springframework.beans.factory.BeanCreati...
分类:其他好文   时间:2014-05-26 20:17:33    阅读次数:205
Spring MVC与表单日期提交的问题
Spring MVC与表单日期提交的问题spring mvc 本身并不提供日期类型的解析器,需要手工绑定, 否则会出现非法参数异常. org.springframework.beans.BeanInstantiationException: Could not instantiate bean cl...
分类:编程语言   时间:2014-05-26 08:27:28    阅读次数:482
Spring Quartz结合Spring mail定期发送邮件
文件配置如下: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:sch...
分类:编程语言   时间:2014-05-22 07:38:58    阅读次数:388
J2EE技术
J2EE是一系列技术标准所组成的平台,包括:Applet- Java AppletEJB- 企业级JavaBean(Enterprise Java Beans)J2EE技术之所以赢得媒体广泛重视的原因之一就是EJB。它们提供了一个框架来开发和实施分布式商务逻辑,由此很显著地简化了具有可伸缩性和高度复...
分类:其他好文   时间:2014-05-21 04:42:35    阅读次数:241
Spring利用propertyConfigurer类 读取.property数据库配置文件
1.Spring的框架中,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer类可以将.properties(key/value形式)文件中 一些动态设定的值(value),在XML中替换为占位该键($key$)的值, .properties文件可以根据客户需求,自定义一些相关的参数,这样的设计可提供程序的...
分类:数据库   时间:2014-05-18 14:06:37    阅读次数:509
Saving Activity state in Android
You need to override onSaveInstanceState(Bundle savedInstanceState) and write the application state values you want to change to the Bundle parameter ...
分类:移动开发   时间:2014-05-17 14:49:13    阅读次数:292
Junit与spring TestContext框架整合
所需要的包: junit需要是4.5以上 org.springframework.test-XXX.RELEASE.jar package test; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; i...
分类:编程语言   时间:2014-05-15 04:21:45    阅读次数:357
Spring JPA 缺少 JAR 引起异常
记录整合中缺少 JAR 文件引起的异常版本 Spring 3+ Hibernate 4+ JPA 1、Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingExceptio....
分类:编程语言   时间:2014-05-14 23:25:27    阅读次数:488
2930条   上一页 1 ... 290 291 292 293 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!