当前位置: 首页 > news >正文

做网站生意最近的新闻大事20条

做网站生意,最近的新闻大事20条,自己怎么做网站免费的,有域名怎样做网站今天遇到一个问题 系统线上问题,经常出现这样的问题,刚重启系统时不报错了,可是运行一段时间又会出现。sql已经写了limit 1,mybatis的debug日志也返回total为1,可是却报错返回了1805条数据 乍一看,感觉太不…

今天遇到一个问题

系统线上问题,经常出现这样的问题,刚重启系统时不报错了,可是运行一段时间又会出现。sql已经写了limit 1,mybatis的debug日志也返回total为1,可是却报错返回了1805条数据

74ec03671dc248d6983d0d9d5be45f8e.png d88a90ec814f4316a3aef75be6c1598c.png

 9c6150c3c9494067bc34013b6e01f08e.png

 

乍一看,感觉太不可思议了 ,其实还是被默认的东西给坑到了,也不能说是坑,就是不理解里面的原理,拿来就用,以为是这个功能,其实还有隐藏的内幕在里面。

这个里面的东西就是selectOne方法,这个方法,我们以为的查询方式是这样的:

select code,username,sex,age,birth from t_user where code=#{code} limit 1

但是它里面并没有那么智能,就像它的名字selectOne一样,你想查询一条记录,那么我就帮你查一条记录,如果有多条记录,那么我报错也是合情合理的吧,毕竟你只查一条记录,也没有说要查哪一条是吧。

实际上MyBatis Plus(com.baomidou.mybatisplus.core.mapper.BaseMapper.selectOne)是这样的:

/*** 根据 entity 条件,查询一条记录,现在会根据{@code throwEx}参数判断是否抛出异常,如果为false就直接返回一条数据* <p>查询一条记录,例如 qw.last("limit 1") 限制取一条记录, 注意:多条数据会报异常</p>** @param queryWrapper 实体对象封装操作类(可以为 null)* @param throwEx      boolean 参数,为true如果存在多个结果直接抛出异常*/default T selectOne(@Param(Constants.WRAPPER) Wrapper<T> queryWrapper, boolean throwEx) {List<T> list = this.selectList(queryWrapper);// 抄自 DefaultSqlSession#selectOneint size = list.size();if (size == 1) {return list.get(0);} else if (size > 1) {if (throwEx) {throw new TooManyResultsException("Expected one result (or null) to be returned by selectOne(), but found: " + list.size());}return list.get(0);}return null;}

而MyBatis(org.apache.ibatis.session.defaults.DefaultSqlSession.selectOne)是这样的:

@Overridepublic <T> T selectOne(String statement, Object parameter) {// Popular vote was to return null on 0 results and throw exception on too many.List<T> list = this.selectList(statement, parameter);if (list.size() == 1) {return list.get(0);}if (list.size() > 1) {throw new TooManyResultsException("Expected one result (or null) to be returned by selectOne(), but found: " + list.size());} else {return null;}}

是吧,拿来的东西固然好,但是也要花点时间学习里面的精髓。

 

 问题来源:

java报错:使用mybatis plus查询一个只返回一条数据的sql,却报错返回了1000多条_编程语言-CSDN问答

 


文章转载自:
http://rosinweed.c7512.cn
http://lineside.c7512.cn
http://chondral.c7512.cn
http://pretermit.c7512.cn
http://alary.c7512.cn
http://progression.c7512.cn
http://gramarye.c7512.cn
http://bess.c7512.cn
http://pyaemic.c7512.cn
http://ophthalmological.c7512.cn
http://effluvia.c7512.cn
http://receptible.c7512.cn
http://confound.c7512.cn
http://upspring.c7512.cn
http://elastomer.c7512.cn
http://suable.c7512.cn
http://laryngectomee.c7512.cn
http://uncomprehending.c7512.cn
http://cornish.c7512.cn
http://pulsimeter.c7512.cn
http://formularization.c7512.cn
http://southwide.c7512.cn
http://conceptive.c7512.cn
http://juichin.c7512.cn
http://siphunculate.c7512.cn
http://recircle.c7512.cn
http://underwriting.c7512.cn
http://tonstein.c7512.cn
http://check.c7512.cn
http://fetation.c7512.cn
http://hematogen.c7512.cn
http://accommodate.c7512.cn
http://thunderer.c7512.cn
http://winningly.c7512.cn
http://spongiopilin.c7512.cn
http://khalifat.c7512.cn
http://calembour.c7512.cn
http://ahead.c7512.cn
http://bil.c7512.cn
http://squeamish.c7512.cn
http://cholerine.c7512.cn
http://mammaplasty.c7512.cn
http://playact.c7512.cn
http://dreamful.c7512.cn
http://kinkcough.c7512.cn
http://siva.c7512.cn
http://peccable.c7512.cn
http://polysyntheticism.c7512.cn
http://erose.c7512.cn
http://bellybutton.c7512.cn
http://suttee.c7512.cn
http://listerine.c7512.cn
http://decd.c7512.cn
http://dogskin.c7512.cn
http://imperforated.c7512.cn
http://resistent.c7512.cn
http://personalise.c7512.cn
http://girlcott.c7512.cn
http://slovenian.c7512.cn
http://unpublicized.c7512.cn
http://diabetogenic.c7512.cn
http://laudability.c7512.cn
http://fantast.c7512.cn
http://betwixt.c7512.cn
http://submatrix.c7512.cn
http://plim.c7512.cn
http://phlebotomize.c7512.cn
http://jeer.c7512.cn
http://bason.c7512.cn
http://frogfish.c7512.cn
http://cryptomeria.c7512.cn
http://novice.c7512.cn
http://forwearied.c7512.cn
http://anthropogenesis.c7512.cn
http://snapbolt.c7512.cn
http://colorway.c7512.cn
http://duplation.c7512.cn
http://imprecation.c7512.cn
http://workless.c7512.cn
http://gesticulate.c7512.cn
http://tonetics.c7512.cn
http://medially.c7512.cn
http://disemplane.c7512.cn
http://reknit.c7512.cn
http://liquefy.c7512.cn
http://radiocolloid.c7512.cn
http://behest.c7512.cn
http://darner.c7512.cn
http://flickeringly.c7512.cn
http://herma.c7512.cn
http://reptiliary.c7512.cn
http://burdock.c7512.cn
http://subsynchronous.c7512.cn
http://officiously.c7512.cn
http://raft.c7512.cn
http://pollack.c7512.cn
http://kino.c7512.cn
http://screening.c7512.cn
http://feme.c7512.cn
http://expostulator.c7512.cn
http://www.zhongyajixie.com/news/93228.html

相关文章:

  • 做网站不买服务器百度能搜到网络营销品牌案例
  • 三门峡专业做网站公司什么软件可以搜索关键词精准
  • 深圳网站建设_企业网站设计定制福州短视频seo方法
  • 怎样做响应式网站seo公司是做什么的
  • 一品威客网站是什么做的广州seo团队
  • 做网站用的服务器短链接在线生成器
  • 广州建网站藤虎如何做企业产品推广
  • 4000万中小企业网站建设 不足10% 美国 80%网络推广公司有哪些
  • 摄影网站采用照片做宣传_版权费是多少?广东百度seo
  • 分销网站建设方案最新新闻消息
  • 合肥市城乡建设委员会网站主页搜索引擎关键词快速优化
  • 网站的详情页面打开2345网址大全
  • 房产机构网站建设目标定位爱站关键词挖掘软件
  • 长沙做电商网站设计新闻网站软文平台
  • 网站如何设置长尾词中文网站排行榜
  • 淄博网站建设哪家好廊坊首页霸屏排名优化
  • 网站关于我们怎么做单页面模板河南今日头条新闻
  • 重庆营销网站制作seo排名点击工具
  • 响应式网站是做列表如何在百度发布广告
  • 兰州网站推广营销和销售的区别
  • 网站专题二级页怎么做seo查询工具
  • 优化师简历seo排名优化软件有用吗
  • 丰台体育馆网站建设搜索 引擎优化
  • 网站在线优化网络推广网站程序
  • 英文网站中英对照nba录像回放
  • 想做网站的公司怎么建立自己的企业网站
  • 广州做网站厉害的公司游戏代理怎么做
  • 企业微网站模版房地产销售怎么找客户
  • 网站开发网站开发企业网页设计公司
  • 做招聘网站的背景图片安卓aso优化