smile_elims

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年11月21日

摘要: integer a=123 integer b=123 integer c=250 integer d=250 a==b(true) c==d (false) Integer中把-128-127 缓存了下来 c==d 是对比的地址 这时候应该用 equals 可以参考:https://blog.cs 阅读全文
posted @ 2019-11-21 14:39 smile_elims 阅读(121) 评论(0) 推荐(0) 编辑

摘要: 问题出现原因是 集成mybaits时 会自动加上 select tmp_page.*, rownum row_id from ( abc )tmp_page 我的问题是 abc区域的列名有重名的,保持查询唯一列就好了 阅读全文
posted @ 2019-11-21 13:36 smile_elims 阅读(1074) 评论(0) 推荐(0) 编辑