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://codercto.com/soft/d/13862.html

Pragmatic Thinking and Learning

Pragmatic Thinking and Learning

Andy Hunt / The Pragmatic Bookshelf / 2008 / USD 34.95

In this title: together we'll journey together through bits of cognitive and neuroscience, learning and behavioral theory; you'll discover some surprising aspects of how our brains work; and, see how ......一起来看看 《Pragmatic Thinking and Learning》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

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

Base64 编码/解码

SHA 加密
SHA 加密

SHA 加密工具