一。并发引起的问题 脏读:能读取未提交的数据 不可重复读:T1事务读取数据后,T2事务执行更新操作,使T1无法再现前一次读取的结果。分三种情况: 1.值不同 2.少了记录 3.多了记录 幻象读(后两种不可重复读):T1时间执行查询,在T2时间重新查询时,有更多或更少的行满足条件。 二。ANSI隔离级 Read More
posted @ 2013-09-05 21:23 等风来。。 Views(294) Comments(0) Diggs(0)
参考: Read More
posted @ 2013-09-05 12:11 等风来。。 Views(1095) Comments(0) Diggs(0)
1.<context:annotation-config/>注册多个处理器 <context:annotation-config/>作用是向 Spring 容器注册 AutowiredAnnotationBeanPostProcessor(@Autowired)、 CommonAnnotationB Read More
posted @ 2013-09-05 12:03 等风来。。 Views(256) Comments(0) Diggs(0)
1.Looper Looper used to run a message loop for a thread. Threads by default do not have a message loop associated with them; to create one, callprepa... Read More
posted @ 2013-09-05 11:54 等风来。。 Views(187) Comments(0) Diggs(0)
------------------------------------------------------------------------------------------------------------ --------------- 欢迎联系 x.guan.ling@gmail.com--------------- ------------------------------------------------------------------------------------------------------------