码迷,mamicode.com
首页 >  
搜索关键字:ibatis 批量操作    ( 2035个结果
ibatis 循环迭代
一、指定参数类型为Listdelete FROM STUDYBOOK WHERE ID IN #bookList[]#二、不制定参数三、必须要propertyupdate users set user_name=#userInfo.user_name# where user_id in #list[...
分类:其他好文   时间:2014-11-11 18:32:57    阅读次数:254
http://ibatis.apache.org/dtd/ibatis-3-config.dtd Cause: java.net.ConnectException: Connection timed out: connect
最近发现我的一个web项目只要在家启动时候就出现一个连接错误的问题,大概如下:Related cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderVer...
分类:编程语言   时间:2014-11-09 13:53:07    阅读次数:526
常见Struts、Hibernate、Spring、J2EE、ibatis、Oracle等开发框架架构图及其简介
各种系统架构图及其简介转载请保留出处,不胜人生一场醉汇总。以下文字和架构图均在本人相关系统设计和架构方案中有所应用。原文出处:http://space.itpub.net/6517/viewspace-6096541.Spring架构图Spring是一个开源框架,是为了解决企业应用程序开发复杂性而创...
分类:数据库   时间:2014-11-09 11:08:10    阅读次数:276
用lambda表达式替代 for循环进行批量操作。
IEnumerable rectlist3 = rectlist.Select(rect =>newRect(rect.X + 2000, rect.Y, rect.rect.Width, rect.rect.Height));
分类:其他好文   时间:2014-11-09 06:12:19    阅读次数:329
org.apache.ibatis.builder.IncompleteElementException: Could not find parameter map
同事让我帮他找一个错误,他说明明写的对的,怎么老是报错。其实,使用MyBaties在编写sql配置文件时,都会遇到的一个小问题,问题虽小,对初学者可能都会碰到。org.apache.ibatis.builder.IncompleteElementException:Couldnotfindparametermapcom.boco.fsmsys.amuse.dao.Amuse..
分类:Web程序   时间:2014-11-07 15:05:49    阅读次数:551
iBatis 使用总结
http://blog.csdn.net/caihaijiang/article/details/6438633--日期格式化date_format(createtime,'%Y-%m-%d') = '2011-10-17'得到指定年份、月份、日期date_format(STR_TO_DATE(bi...
分类:其他好文   时间:2014-11-06 17:14:09    阅读次数:188
ibatis-java.lang.RuntimeException: Error setting property 'setFileSize'
ibatis查询问题:ibatis-java.lang.RuntimeException: Error setting property 'setFileSize'
分类:编程语言   时间:2014-11-06 16:56:55    阅读次数:192
iBatis in或not in 查询
iBatis in或not in 查询open:内容开头close:内容结尾conjunction:分隔符 weibouid [in | not in] #uidList[]# 使用in将not in去掉,not in反之
分类:其他好文   时间:2014-11-06 16:51:26    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!