摘要:
list set 遍历过程中添加或者删除元素,报异常。 使用iterator 也会报异常 ConcurrentModificationException remove只能用迭代器的remove,而不能用集合的remove方法,iterator的remove会维护索引的一致性 iterator it 阅读全文
摘要:
group by 最后一个时间是多少按多少分组 select count(1), trunc(a.refund_insert_time, 'hh24') + case when to_char(refund_insert_time,'mi') >= '30' then numtodsinterval 阅读全文