现在可选的框架 现在我们开发一个.net应用,面临的选择比较多。我们可以选择entity framework, enterprise library, nhibernate, 还有一个mybatis.net, 即java世界mybatis/ibatis的.net版。IOC的框架可以选择Unity, ...
分类:
其他好文 时间:
2014-12-23 12:04:10
阅读次数:
182
#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
1、???????? 配置Tomcat 配置Tomcat所在路径 配置Tomcat使用JDK版本 如果Tomcat为7.0则添加Tomcat-juli.jar包 2、???????? new一个web project。 2、右键项目,为项目添加Struts支持。 ? 点击F...
分类:
编程语言 时间:
2014-12-21 12:45:14
阅读次数:
347
一、学习加载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