摘要:
The so-called phantom problem occurs within a transaction when the same query produces different sets of rows at different times. For example, if a SE 阅读全文
摘要:
看代码 public static void main(String[] args) { // TODO Auto-generated method stub new MyThread().start(); new MyThread().start(); } class MyThread exten 阅读全文