摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
问题出现原因是 集成mybaits时 会自动加上 select tmp_page.*, rownum row_id from ( abc )tmp_page 我的问题是 abc区域的列名有重名的,保持查询唯一列就好了 阅读全文
|