码迷,mamicode.com
首页 >  
搜索关键字:ant mybatis mybatis-generator    ( 21331个结果
Sample Ant Build File - WAR--reference
I am using the Spring SimpleFormControllerexampleto illustrate the build process. The figure below shows the structure of the web application.All the ...
分类:其他好文   时间:2014-05-16 22:32:09    阅读次数:402
mybatis(单表增删改查)
(mybatis注意各个文件的映射问题)用到的t_user数据库脚本:-- 导出 mybatis 的数据库结构CREATE DATABASE IF NOT EXISTS `mybatis` /*!40100 DEFAULT CHARACTER SET utf8 */;USE `mybatis`;--...
分类:其他好文   时间:2014-05-14 03:19:55    阅读次数:396
mybatis(基于annotation的方法知道就行了)
MyBatisUtil.javaUserMapper.javapackage edu.hhxy.btais.util;import java.io.IOException;import java.io.InputStream;import org.apache.ibatis.io.Resources...
分类:其他好文   时间:2014-05-14 03:15:45    阅读次数:323
MyBatis在Oracle中插入数据并返回主键的问题解决
引言: 在MyBatis中,希望在Oracle中插入数据之时,同时返回主键值,而非插入的条数......
分类:数据库   时间:2014-05-13 23:15:44    阅读次数:401
找不到或无法加载主类
在linux下使用ant出现无法编译。在环境变量中添加Aspectj环境。结果原有的CLASSPATH环境变量被覆盖。修改LINUX操作系统exportCLASSPATH=.:$JAVA_HOME/lib/*.jar
分类:其他好文   时间:2014-05-13 01:58:47    阅读次数:300
mybatis(单表增删改查useMapper版)
数据库脚本(注意测试时先add-->load-->update-->delete-->list)UserMapper版-- ---------------------------------------------------------- 主机: ...
分类:移动开发   时间:2014-05-12 22:29:59    阅读次数:463
Ant编译MapReduce程序
本文记录Ant编译MapReduce程序的过程。程序使用《Hadoop MapReduce Cookbook》中的示例代码。1、安装AntAnt项目主页:http://ant.apache.org/下载二进制安装包,例如apache-ant-1.9.4-bin.tar.gz,上传到Hadoop集群环...
分类:其他好文   时间:2014-05-12 20:44:36    阅读次数:398
mybatis(入门)
首先创建表:建表Sql文件CREATE DATABASE IF NOT EXISTS `mybatis` /*!40100 DEFAULT CHARACTER SET utf8 */;USE `mybatis`;-- 导出 表 mybatis.t_user 结构CREATE TABLE IF NO....
分类:其他好文   时间:2014-05-11 23:56:06    阅读次数:564
Mybatis缓存报错org.apache.ibatis.exceptions.PersistenceException
错误信息如下:org.apache.ibatis.exceptions.PersistenceException:###Errorqueryingdatabase.Cause:org.apache.ibatis.cache.CacheException:Errordeserializingobject.Cause:java.lang.ClassNotFoundException:com.kytsoft.model.Adminlink###Cause:org.apache.ibatis.cache..
分类:其他好文   时间:2014-05-11 19:26:15    阅读次数:455
Mybatis分页插件更新
分页插件介绍:http://blog.csdn.net/isea533/article/details/23831273 分页插件示例:http://blog.csdn.net/isea533/article/details/24700339 如果你也在用Mybatis,建议尝试该分页插件,一定是最方便使用的分页插件。 下载最新版代码:http://pan.baidu.c...
分类:其他好文   时间:2014-05-11 03:44:59    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!