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) 编辑