- 授权协议: 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'
});
});
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》 这本书的介绍吧!
