#MyBatis Geneator详解 作者:abel533(isea533) 博客地址:[http://blog.csdn.net/isea533](http://blog.csdn.net/isea533) github:[https://github.com/abel533](https://github.com/abel533) gitosc:[http://g...
分类:
其他好文 时间:
2014-12-23 09:08:26
阅读次数:
234
背景: 在springmvc+mybatis+oracle项目中,使用java代码反编译输出的xml报错错误提示:The errors below were detected when validating the file "mybatis-3-mapper.dtd" via the file.....
分类:
移动开发 时间:
2014-12-22 21:10:44
阅读次数:
244
课程讲师:老牛课程分类:Java框架适合人群:初级课时数量:85课时更新程度:完成用到技术:Springmvc+Spring+Mybatis+Bootstrap+jQueryMobile涉及项目:PC端和手机端教务管理系统
需要更多相关资料可以联系 Q2748165793
课程大纲
技能储备
第1课springMVC概述和基础配置
第2课springMVC注解和参数传递
第3课sp...
分类:
数据库 时间:
2014-12-22 11:12:08
阅读次数:
594
MyBatis的二级缓存是Application级别的缓存,它可以提高对数据库查询的效率,以提高应用的性能。本文将全面分析MyBatis的二级缓存的设计原理。1.MyBatis的缓存机制整体设计以及二级缓存的工作模式 如上图所示,当开一个会话时,一个SqlSession对象会使用一个Executor...
分类:
其他好文 时间:
2014-12-21 17:57:54
阅读次数:
217
springmvc,mybatis,html5,bootstrap
分类:
数据库 时间:
2014-12-21 13:56:38
阅读次数:
218
一、学习加载maven的包的方法http://search.maven.org二、mybatis自动生成工具的方法真心好用mybatis-generator-core-1.3.1运行这个工具的命令java-jarD:\mybatis-generator-core-1.3.1\lib\mybatis-generator-core-1.3.1.jar-configfileD:\mybatis-generator-core-1.3.1\gener..
分类:
编程语言 时间:
2014-12-20 02:13:22
阅读次数:
510
一,在Spring3中使用MyBatis
1.MyBatis 例子
首先,单独使用MyBatis时:
[java]
view plaincopy
import java.io.IOException; import java.io.Reader; import org.apache.ibatis.io.Resources; import...
分类:
其他好文 时间:
2014-12-19 17:30:31
阅读次数:
388
目录(?)[-]
mybatis实战教程mybatis in action之一开发环境搭建mybatis实战教程mybatis in action之二以接口的方式编程mybatis实战教程mybatis in action之三实现数据的增删改查mybatis实战教程mybatis in action之四实现关联数据的查询mybatis实战教程mybatis in action之五与sprin...
分类:
其他好文 时间:
2014-12-18 15:19:36
阅读次数:
360
基于Springmvc+Spring+Mybatis+Bootstrap+jQuery Mobile +MySql教务管理系统(分为PC端和手机端)框架适合人群:初级课时数量:85课时用到技术:Springmvc+Spring+Mybatis+Bootstrap+jQuery Mobile涉及项目:...
分类:
编程语言 时间:
2014-12-18 11:55:26
阅读次数:
205
转自?jplus 文章 今天第一次接触这个模板引擎,感觉非常不错,平时都是使用spring mvc开发,目前教带学生做一个小项目,使用struts+guice+mybatis,于是想试试这个模板引擎开开实际使用情况。 因为目前项目完全采...
分类:
其他好文 时间:
2014-12-18 09:19:18
阅读次数:
157