摘要:
java Quartz定时器任务与Spring task定时的几种实现 基于java 的定时任务实现, Quartz 时间详细配置 请查阅 http://www.cnblogs.com/sihuanian/p/5010872.html Quartz 时间简单介绍 请查阅最底部 spring框架来介绍 阅读全文
摘要:
方案步骤: 1、查锁 select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time; 阅读全文