码迷,mamicode.com
首页 >  
搜索关键字:mapper    ( 3690个结果
myBatis,mapper查询方法参数传递出错
myBatis,mapper查询方法参数传递出错 ? 接口类mapper的方法: public string getData(String str); ? mapper.xml文件中sql语句: select * from table1 t where t.str=#{str} ? 这样可能会报错,报错内容是找不...
分类:移动开发   时间:2015-03-18 18:44:51    阅读次数:156
【转载】MyBatis+MySQL 返回插入的主键ID
转载出处:http://chenzhou123520.iteye.com/blog/1849881需求:使用MyBatis往MySQL数据库中插入一条记录后,需要返回该条记录的自增主键值。方法:在mapper中指定keyProperty属性,示例如下:xml代码 insert into use...
分类:数据库   时间:2015-03-18 06:24:39    阅读次数:181
nmap常用扫描命令
NMap,也就是Network Mapper,是Linux下的网络扫描和嗅探工具包。nmap是在网络安全渗透测试中经常会用到的强大的扫描器。功能之强大,不言而喻。下面介绍一下它的几种扫描命令。具体的还是得靠大家自己学习,因为实在太强大了。1) 获取远程主机的系统类型及开放端口nmap -sS -P0...
分类:其他好文   时间:2015-03-17 12:14:10    阅读次数:135
mybatis 常见问题
1、 mapper.xml中的resultMap中的parameterType INTEGER要大写。 中的 parameterType=”int”不是 parameterType=”Integer” 2、查询时数据库字段值如果为空,返回的结果集会有默认值 如果是Integer和String类型在实体类中,通过generator自动生成实体中已经处理了Null的情况 public Stri...
分类:其他好文   时间:2015-03-16 19:22:41    阅读次数:177
java.lang.IllegelArgumentException:Mapped Statements
错误栈信息java.lang.IllegelArgumentException:Mapped Statements collection does not contain value for xxx.xxx(com.xx.storage.mapper.InternalExchageMapper.fi...
分类:移动开发   时间:2015-03-15 12:14:03    阅读次数:140
grub.conf 丢失后进入系统
本案环境:[root@bright~]#uname-r 2.6.32-504.el6.x86_64 [root@bright~]#cat/etc/redhat-release CentOSrelease6.6(Final) [root@bright~]#df-h FilesystemSizeUsedAvailUse%Mountedon /dev/mapper/vg_bright-lv_root 18G2.7G14G17%/ tmpfs931M0931M0%/dev/shm /dev/sda1477M..
分类:其他好文   时间:2015-03-13 01:47:03    阅读次数:252
Mybatis自动生成代码
在mybatis自动生成代码有两种方式: 方式一:是通过使用eclipse作为开发工具,采用maven来构建项目生成的,下面的演示是通过第一种方式。 今天来记录下mybatis-generator插件自动生成xml mapper和model还有dao接口,这样我们就可以把精力放在业务代码上,而不需要关心数据库的具体操作。     这里我使用eclipse作为开发工具,...
分类:其他好文   时间:2015-03-12 19:15:52    阅读次数:237
CentOS6、7 LVM逻辑卷分区自动扩容Shell脚本编程思路与实例
应用场景和已知存在的问题:适用于CentOS6或CentOS7(可能适用于CentOS4或5等早些版本)根文件系统(被扩展的文件系统)采用LVM进行管理,例如mount命令输出“/dev/mapper/vg_$hostname-lv_rooton/typeext4(rw)”中含有“mapper”关键词自动扩容根文件系统,如果想扩展其他文件..
分类:系统相关   时间:2015-03-12 15:18:36    阅读次数:288
hdu 1065 I Think I Need a Houseboat 水题,不过看discuss,应该有很多人在PI上栽跟头了
Fred Mapper is considering purchasing some land in Louisiana to build his house on. In the process of investigating the land, he learned that the state of Louisiana is actually shrinking by 50 square miles each year, due to erosion caused by the Mississipp...
分类:其他好文   时间:2015-03-11 14:49:28    阅读次数:144
MyBatis直接执行SQL的工具SqlMapper
可能有些人也有过类似需求,一般都会选择使用其他的方式如Spring-JDBC等方式解决。 能否通过MyBatis实现这样的功能呢? 为了让通用Mapper更彻底的支持多表操作以及更灵活的操作,在2.2.0版本增加了一个可以直接执...
分类:移动开发   时间:2015-03-11 13:12:47    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!