摘要:
今天遇到了这个问题: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session:…… 找其原因是因 阅读全文
摘要:
一、基本概念 使用SSM(spring、SpringMVC和Mybatis) 1.1、Spring Spring是一个开源框架,Spring是于2003 年兴起的一个轻量级的Java 开发框架,由Rod Johnson 在其著作Expert One-On-One J2EE Development a 阅读全文
摘要:
一、Spring Mvc简介 Spring Mvc(Spring Web Mvc) 属于表现层的框架。 二、Spring结构图 Spring Mvc是Spring框架里面web模块的一部分,是在Spring3.0后发布的。 三、Spring Mvc请求流程图 解析:request发送请求给Dispa 阅读全文
摘要:
一、Spring Mvc简介 Spring Mvc也叫Spring Web Mvc,属于表现层额框架。Spring Mvc是Spring框架的一部分,是在Spring3.0后发布的。 二、Spring的架构图 解析:就是在Spring架构中Spring Web Mvc是属于Web模块的一部分。 三、 阅读全文