摘要:
1. maven 依赖: 3.2.3.RELEASE 2.2.1 org.springframework spring-beans ${spring.version} org.springframework ... 阅读全文
摘要:
假设现在有张数据表 users:CREATE TABLE users ( userid INT(10) UNSIGNED NOT NULL, username VARCHAR(100) UNIQUE, passwd VARCHAR(100) DEFAULT '123456',... 阅读全文
摘要:
命令格式git tag [-a | -s | -u ] [-f] [-m | -F ] [ | ]git tag -d …git tag [-n[]] -l [--contains ] [--points-at ] [--column[=] | --no-column] [--... 阅读全文
摘要:
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... 阅读全文
摘要:
SchedulerListenersSchedulerListeners are much like TriggerListeners and JobListeners, except they receive notification of events within the Scheduler ... 阅读全文
摘要:
TriggerListeners and JobListenersListeners are objects that you create to perform actions based on events occurring within the scheduler. As indicated... 阅读全文