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
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
本身并不提供日期类型的解析器,需要手工绑定, 否则会出现非法参数异常.
org.springframework.beans.BeanInstantiationException: Could not instantiate bean
cl...
分类:
编程语言 时间:
2014-05-26 08:27:28
阅读次数:
482
文件配置如下:
<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是一系列技术标准所组成的平台,包括:Applet- Java AppletEJB-
企业级JavaBean(Enterprise Java
Beans)J2EE技术之所以赢得媒体广泛重视的原因之一就是EJB。它们提供了一个框架来开发和实施分布式商务逻辑,由此很显著地简化了具有可伸缩性和高度复...
分类:
其他好文 时间:
2014-05-21 04:42:35
阅读次数:
241
1.Spring的框架中,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer类可以将.properties(key/value形式)文件中
一些动态设定的值(value),在XML中替换为占位该键($key$)的值,
.properties文件可以根据客户需求,自定义一些相关的参数,这样的设计可提供程序的...
分类:
数据库 时间:
2014-05-18 14:06:37
阅读次数:
509
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需要是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
记录整合中缺少 JAR 文件引起的异常版本 Spring 3+ Hibernate 4+
JPA 1、Exception in thread "main"
org.springframework.beans.factory.parsing.BeanDefinitionParsingExceptio....
分类:
编程语言 时间:
2014-05-14 23:25:27
阅读次数:
488