An open API service indexing awesome lists of open source software.

https://github.com/exp-codes/cron-expression

cron表达式生成器
https://github.com/exp-codes/cron-expression

cron crontab programming

Last synced: 6 months ago
JSON representation

cron表达式生成器

Awesome Lists containing this project

README

        

# cron-expression

> cron 表达式在线生成器 : [[ Cron-Page ]](https://lyy289065406.github.io/cron-expression/)

------

## 运行环境

 ![](https://img.shields.io/badge/Platform-Windows%20x64-brightgreen.svg) ![](https://img.shields.io/badge/JDK-1.6%2B-brightgreen.svg)

## 软件介绍

 抛弃艰涩的语法规则,通过界面配置cron表达式。

 同时提供CS版和BS版的配置界面(推荐使用CS版,功能更全面)

## 运行界面展示

### ※ CS版界面

 ![秒域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/01-CS-%E7%A7%92.png)
 ![分域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/02-CS-%E5%88%86.png)
 ![时域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/03-CS-%E6%97%B6.png)
 ![天域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/04-CS-%E5%A4%A9.png)
 ![月域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/05-CS-%E6%9C%88.png)
 ![周域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/06-CS-%E5%91%A8.png)
 ![年域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/07-CS-%E5%B9%B4.png)
 ![复制](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/08-CS-%E5%A4%8D%E5%88%B6.png)

### ※ BS版界面

 ![秒域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/09-BS-%E7%A7%92.png)
 ![分域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/10-BS-%E5%88%86.png)
 ![时域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/11-BS-%E6%97%B6.png)
 ![天域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/12-BS-%E5%A4%A9.png)
 ![月域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/13-BS-%E6%9C%88.png)
 ![周域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/14-BS-%E5%91%A8.png)
 ![年域](https://raw.githubusercontent.com/lyy289065406/cron-expression/master/doc/%E8%BF%90%E8%A1%8C%E6%88%AA%E5%9B%BE/15-BS-%E5%B9%B4.png)

## 版权声明

 [![Copyright (C) EXP,2016](https://img.shields.io/badge/Copyright%20(C)-EXP%202016-blue.svg)](http://exp-blog.com) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

- Site: [http://exp-blog.com](http://exp-blog.com)
- Mail: [email protected]

------