摘要:
1. maven 依赖: 3.2.3.RELEASE 2.2.1 org.springframework spring-beans ${spring.version} org.springframework ...
阅读全文
posted @ 2016-01-07 17:26
huey2672
阅读(300)
推荐(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
阅读(210)
推荐(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
阅读(298)
推荐(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
阅读(526)
推荐(0)
编辑
摘要:
SchedulerListenersSchedulerListeners are much like TriggerListeners and JobListeners, except they receive notification of events within the Scheduler ...
阅读全文
posted @ 2016-01-07 10:56
huey2672
阅读(278)
推荐(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
阅读(351)
推荐(0)
编辑