
Quartz
zuoanlove
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
org.quartz.impl.jdbcjobstore.LockException: Failure obtaining db row lock: ORA-00942: table or view
转载自: http://hithoper.blog.hexun.com/44424458_d.html 今天在SPRING上配置一个QUARTZ来做定时任务, 配置好了,启动程序,老是报如下错误: 11:03:05,296 INFO [STDOUT] 02-22 11:03:05 [ERROR] org.springframework.web.context.ContextLoader转载 2012-06-05 20:28:11 · 6127 阅读 · 1 评论 -
Quartz CronTrigger最完整配置说明
http://www.blogjava.net/xmatthew/archive/2009/02/15/253864.html Quartz CronTrigger最完整配置说明 CronTrigger配置格式: 格式: [秒] [分] [小时] [日] [月] [周] [年] 序号 说明 是否必填 允许填写的值 允许的通配符 1转载 2012-08-08 19:13:53 · 806 阅读 · 0 评论