- 授权协议: Apache
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://git.oschina.net/wjggwm/cron-generator
- 软件文档: https://git.oschina.net/wjggwm/cron-generator
软件介绍
介绍:
基于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'
});
});
Programming Collective Intelligence
Toby Segaran / O'Reilly Media / 2007-8-26 / USD 39.99
Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the......一起来看看 《Programming Collective Intelligence》 这本书的介绍吧!
