{"id":23087659,"url":"https://github.com/exp-codes/cron-expression","last_synced_at":"2025-08-16T07:30:30.636Z","repository":{"id":49965578,"uuid":"139094793","full_name":"EXP-Codes/cron-expression","owner":"EXP-Codes","description":"cron表达式生成器","archived":false,"fork":false,"pushed_at":"2023-07-17T03:25:53.000Z","size":2380,"stargazers_count":13,"open_issues_count":3,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-05-01T13:12:07.360Z","etag":null,"topics":["cron","crontab","programming"],"latest_commit_sha":null,"homepage":"https://crontab.guru/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EXP-Codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://lyy289065406.github.io/sponsor/"]}},"created_at":"2018-06-29T03:09:34.000Z","updated_at":"2024-03-03T05:46:50.000Z","dependencies_parsed_at":"2023-02-10T05:31:14.305Z","dependency_job_id":null,"html_url":"https://github.com/EXP-Codes/cron-expression","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fcron-expression","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fcron-expression/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fcron-expression/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EXP-Codes%2Fcron-expression/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EXP-Codes","download_url":"https://codeload.github.com/EXP-Codes/cron-expression/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230019728,"owners_count":18160590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cron","crontab","programming"],"created_at":"2024-12-16T19:59:34.339Z","updated_at":"2024-12-16T19:59:35.066Z","avatar_url":"https://github.com/EXP-Codes.png","language":"Java","readme":"# cron-expression\r\n\r\n\u003e \u003cb\u003ecron\u0026nbsp;表达式在线生成器\u0026nbsp;:\u0026nbsp;\u003c/b\u003e[[ Cron-Page ]](https://lyy289065406.github.io/cron-expression/)\r\n\r\n------\r\n\r\n\r\n## 运行环境\r\n\r\n　![](https://img.shields.io/badge/Platform-Windows%20x64-brightgreen.svg)  ![](https://img.shields.io/badge/JDK-1.6%2B-brightgreen.svg)\r\n\r\n\r\n## 软件介绍\r\n\r\n　抛弃艰涩的语法规则，通过界面配置cron表达式。\r\n\r\n　同时提供CS版和BS版的配置界面（推荐使用CS版，功能更全面）\r\n\r\n\r\n## 运行界面展示\r\n\r\n### ※ CS版界面\r\n\r\n　![秒域](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)\r\n　![分域](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)\r\n　![时域](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)\r\n　![天域](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)\r\n　![月域](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)\r\n　![周域](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)\r\n　![年域](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)\r\n　![复制](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)\r\n\r\n### ※ BS版界面\r\n\r\n　![秒域](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)\r\n　![分域](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)\r\n　![时域](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)\r\n　![天域](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)\r\n　![月域](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)\r\n　![周域](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)\r\n　![年域](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)\r\n\r\n\r\n## 版权声明\r\n\r\n　[![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)\r\n\r\n- Site: [http://exp-blog.com](http://exp-blog.com) \r\n- Mail: \u003ca href=\"mailto:289065406@qq.com?subject=[EXP's Github]%20Your%20Question%20（请写下您的疑问）\u0026amp;body=What%20can%20I%20help%20you?%20（需要我提供什么帮助吗？）\"\u003e289065406@qq.com\u003c/a\u003e\r\n\r\n\r\n------\r\n","funding_links":["https://lyy289065406.github.io/sponsor/"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexp-codes%2Fcron-expression","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexp-codes%2Fcron-expression","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexp-codes%2Fcron-expression/lists"}