
Spring
摄念子
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML doc
信息: Loading XML bean definitions from class path resource [beans-annotation.xml]Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsin原创 2014-10-28 23:07:57 · 15554 阅读 · 7 评论 -
ModelAndView
ModelAndView的构造方法有7个。但是它们都是相通的。这里使用无参构造函数来举例说明如何构造ModelAndView实例。 ModelAndView类别就如其名称所示,是代表了MVC Web程序中Model与View的对象,不过它只是方便您一次返回这两个对象的holder,Model与View两者仍是分离的概念。 最简单的ModelAndView是持有Vie转载 2014-11-19 21:56:22 · 444 阅读 · 0 评论 -
error at ::0 formal unbound in pointcut 报错
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'atithmeticCalculatorImpl' defined in file [D:\EclipseWorkspace\spring-2\bin\com\ltj\s原创 2014-10-31 18:48:12 · 14904 阅读 · 1 评论 -
spring笔记
1、BeanUtils.copyProperties(user, tuser);//两个对象之间进行属性复制2、原创 2014-12-20 23:59:36 · 427 阅读 · 0 评论 -
ssh整合
一、创建javaWeb项目目录结构:二、加入Spring1、在pom.xml中加入以下包 org.springframework spring-core 3.1.2.RELEASE org.springframework spring-context 3.1.2.RELEA原创 2014-12-06 16:43:30 · 488 阅读 · 0 评论