上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 46 下一页
  2016年1月9日
摘要: If a JMS provider detects a problem with a connection, it will inform the connection’s ExceptionListener, if one has been registered. To retrieve an E... 阅读全文
posted @ 2016-01-09 18:59 huey2672 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: A Connection provides a ConnectionMetaData object. This object provides the latest version of JMS supported by the provider as well as the provider’s ... 阅读全文
posted @ 2016-01-09 17:04 huey2672 阅读(309) 评论(0) 推荐(0) 编辑
  2016年1月7日
摘要: 1. maven 依赖: 3.2.3.RELEASE 2.2.1 org.springframework spring-beans ${spring.version} org.springframework ... 阅读全文
posted @ 2016-01-07 17:26 huey2672 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 假设现在有张数据表 users:CREATE TABLE users ( userid INT(10) UNSIGNED NOT NULL, username VARCHAR(100) UNIQUE, passwd VARCHAR(100) DEFAULT '123456',... 阅读全文
posted @ 2016-01-07 13:07 huey2672 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 命令格式git tag [-a | -s | -u ] [-f] [-m | -F ] [ | ]git tag -d …​git tag [-n[]] -l [--contains ] [--points-at ] [--column[=] | --no-column] [--... 阅读全文
posted @ 2016-01-07 13:05 huey2672 阅读(296) 评论(0) 推荐(0) 编辑
摘要: About Job StoresJobStores are responsible for keeping track of all the work data you give to the scheduler: jobs, triggers, calendars, and so forth.Se... 阅读全文
posted @ 2016-01-07 12:42 huey2672 阅读(520) 评论(0) 推荐(0) 编辑
摘要: SchedulerListenersSchedulerListeners are much like TriggerListeners and JobListeners, except they receive notification of events within the Scheduler ... 阅读全文
posted @ 2016-01-07 10:56 huey2672 阅读(275) 评论(0) 推荐(0) 编辑
摘要: TriggerListeners and JobListenersListeners are objects that you create to perform actions based on events occurring within the scheduler. As indicated... 阅读全文
posted @ 2016-01-07 10:40 huey2672 阅读(336) 评论(0) 推荐(0) 编辑
  2016年1月6日
摘要: Cron is a UNIX tool that has been around for a long time, so its scheduling capabilities are powerful and proven. The CronTrigger class is based on th... 阅读全文
posted @ 2016-01-06 21:38 huey2672 阅读(399) 评论(0) 推荐(0) 编辑
摘要: SimpleTrigger should meet your scheduling needs if you need to have a job execute exactly once at a specific moment in time, or at a specific moment i... 阅读全文
posted @ 2016-01-06 20:34 huey2672 阅读(312) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 46 下一页