cron表达式生成器CRON cron-generator

码农软件 · 软件分类 · 作业/任务调度 · 2019-09-04 14:27:31

软件介绍

介绍:

基于bootstrap3,用来生成quartz cron表达式,可配置弹出窗口的位置。

特别鸣谢:

http://www.cnblogs.com/yanweidie/p/3537144.html
https://github.com/hsal/cronGen

插件在这两者的基础上进行合并和优化,插件使用简单,下一步计划完善反向解析功能。

使用示例:

1.引入依赖

<link href="bootstrap.min.css" rel=" sheet">
    <link href="font/font-awesome.min.css" rel=" sheet">
    <link href="cronGen.css" rel=" sheet">
    <script src="jquery-2.1.4.min.js"></script>
    <script src="cronGen.min.js"></script>
    <script src="bootstrap.min.js"></script>


2. bootstrap form表单:

 <div class="container">
        <form role="form" class="form-inline">
            <div class="form-group">
                <label for="cron">Cron</label>
                <input id="cron" class="form-control" />
            </div>
        </form>
    </div>

3.初始化:

  $(function() {
        $("#cron").cronGen({
            direction : 'right'
            });
    });

本文地址:https://www.codercto.com/soft/d/13862.html

Introduction to the Design and Analysis of Algorithms

Introduction to the Design and Analysis of Algorithms

Anany Levitin / Addison Wesley / 2011-10-10 / USD 117.00

Based on a new classification of algorithm design techniques and a clear delineation of analysis methods, Introduction to the Design and Analysis of Algorithms presents the subject in a coherent a......一起来看看 《Introduction to the Design and Analysis of Algorithms》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具