会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jice's Blog
博客园
首页
新随笔
联系
订阅
管理
01 2015 档案
sql优化-隐形转换危害
摘要:level整形字段a:select * form t_user where level =2;b:select * form t_user where level='2';b里面的隐形字段可能导致该字段的索引应用不了而进行全表扫描
阅读全文
posted @
2015-01-28 11:10
zbjice
阅读(229)
评论(0)
推荐(0)
mybatis 关联映射传递多参数方法
摘要:<resultMap type="com.xxx.my.bean.OrderItemComment" id="orderItemResult"> <id column="id" property="id"/> <result column="_productCode" property="produ
阅读全文
posted @
2015-01-26 18:03
zbjice
阅读(310)
评论(0)
推荐(0)
公告