博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Quartz安装包中的15个example
阅读量:6940 次
发布时间:2019-06-27

本文共 1444 字,大约阅读时间需要 4 分钟。

Welcome

=======

Welcome to the Quartz Examples directory. 

This directory contains 15 examples that show you how to use various

features of Quartz.   Each example is located in its own subdirectory.
Every example can be run using Windows .bat files or Linux/UNIX .sh files. 

Additionally, each example directory contains a readme.txt file.  Please

read this file first, as it will contain useful information for running
the examples.

Running examples with Maven:

- All examples except 13 and 15 can be run with Maven command:

%> mvn install ( run at least once to compile the examples )

%> mvn exec:exec -P exampleX   (where X is 1 to 15)

Examples Listing

================

example1 -  Your first Quartz Program         你的第一个Quartz程序

example2 -  Simple Triggers                         简单的触发器
example3 -  Cron Triggers                            Cron触发器(周期性命令)
example4 -  Job State and Job Parameters      Job状态和Job参数
example5 -  Job Misfires                                     Job不发火,脾气很好,不启动,失败,
example6 -  Handling Job Exceptions                处理Job的异常
example7 -  Interrupting Jobs                             打断Job的腿
example8 -  How to use Quartz Calendars        看我怎么用Quartz日历
example9 -  Using Job Listeners                     哼哼,我要监视Job
example10 - Using Quartz Plug-Ins               使用Quartz的插件
example11 - Loading Up Quartz with Many Jobs                 导入多个Job
example12 - Remoting with Quartz using RMI                 使用RMI远程调用Quartz
example13 - Clustering Quartz and JDBC Job Stores                Quartz集群和JDBC存储Job
example14 - Quartz Trigger Priorities                            Quartz的触发属性
example15 - Clustering Quartz and Terracotta Job Store                  Quartz集群和Terracotta(陶瓦; 无釉赤陶; 赤褐色,土红色;) Job Store

转载地址:http://msfnl.baihongyu.com/

你可能感兴趣的文章
CI批量更新$this->db->update_batch();
查看>>
USB学习笔记连载(十六):USB数字签名
查看>>
android 自定义AlertDialog(一段)
查看>>
Git - 操作指南
查看>>
jstorm简介(转)
查看>>
Spark&Hadoop:scala编写spark任务jar包,运行无法识别main函数,怎么办?
查看>>
Kafka Java API操作topic
查看>>
Starting vsftpd for vsftpd: [FAILED]问题的解决
查看>>
tomcat 使用log4j进行日志切割
查看>>
Python之关于量化投资实现代码--根据策略提出的代码--还未完善
查看>>
动手解决困扰自己的事情——记屏蔽网页广告
查看>>
mvn -DskipTests和-Dmaven.test.skip=true区别
查看>>
代码保存、配色、公布-总体方案----一段代码的公布
查看>>
整理/总结/规划
查看>>
异步请求数据加载到表格后根据不同状态改变表格背景颜色【表格背景色】
查看>>
分享基于Qt5开发的一款故障波形模拟软件
查看>>
【intellij】intellij idea 建立与src级别的目录
查看>>
欢迎来到Hadoop
查看>>
洛谷P3038 [USACO11DEC]牧草种植Grass Planting
查看>>
微信小程序获取当前页面的路径的方式
查看>>