Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
47011ffd
authored
May 17, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
交互优化
parent
dfa6d42d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
1 deletions
README.md
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl
xxl-job-admin/src/main/webapp/static/plugins/pace/pace-theme-minimal.css
xxl-job-admin/src/main/webapp/static/plugins/pace/pace.min.js
README.md
View file @
47011ffd
...
@@ -23,6 +23,7 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
...
@@ -23,6 +23,7 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
9、支持任务失败次数超阈值邮件报警;
9、支持任务失败次数超阈值邮件报警;
10、支持在线查看,执行器详细日志;
10、支持在线查看,执行器详细日志;
11、支持远程任务执行终止;
11、支持远程任务执行终止;
12、支持登录验证;
# 新版本 V1.2.x,新特性
# 新版本 V1.2.x,新特性
1、支持任务分组;
1、支持任务分组;
...
@@ -41,4 +42,6 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
...
@@ -41,4 +42,6 @@ git.osc地址:http://git.oschina.net/xuxueli0323/xxl-job
# 其他说明
# 其他说明
清楚僵尸任务:qrtz_cron_triggers、qrtz_triggers、qrtz_job_details顺序删除
清楚僵尸任务:qrtz_cron_triggers、qrtz_triggers、qrtz_job_details顺序删除
V1.2新增任务日志,记得执行“tables_xxl_log.sql”生成表结构
# 规划中
1、任务执行器支持远程加载Groovy;
\ No newline at end of file
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl
View file @
47011ffd
...
@@ -26,6 +26,8 @@
...
@@ -26,6 +26,8 @@
<!-- scrollup -->
<!-- scrollup -->
<link rel="stylesheet" href="${request.contextPath}/static/plugins/scrollup/image.css">
<link rel="stylesheet" href="${request.contextPath}/static/plugins/scrollup/image.css">
<!-- pace -->
<link rel="stylesheet" href="${request.contextPath}/static/plugins/pace/pace-theme-minimal.css">
</#macro>
</#macro>
<#macro commonScript>
<#macro commonScript>
...
@@ -40,6 +42,8 @@
...
@@ -40,6 +42,8 @@
<!-- scrollup -->
<!-- scrollup -->
<script src="${request.contextPath}/static/plugins/scrollup/jquery.scrollUp.min.js"></script>
<script src="${request.contextPath}/static/plugins/scrollup/jquery.scrollUp.min.js"></script>
<!-- pace -->
<script src="${request.contextPath}/static/plugins/pace/pace.min.js"></script>
<script src="${request.contextPath}/static/plugins/jquery/jquery.cookie.js"></script>
<script src="${request.contextPath}/static/plugins/jquery/jquery.cookie.js"></script>
<script src="${request.contextPath}/static/js/common.1.js"></script>
<script src="${request.contextPath}/static/js/common.1.js"></script>
</#macro>
</#macro>
...
...
xxl-job-admin/src/main/webapp/static/plugins/pace/pace-theme-minimal.css
0 → 100644
View file @
47011ffd
/* This is a compiled file, you should be editing the file in the templates directory */
.pace
.pace-progress
{
background
:
#22df80
;
position
:
fixed
;
z-index
:
2000
;
top
:
0
;
left
:
0
;
height
:
2px
;
-webkit-transition
:
width
1s
;
-moz-transition
:
width
1s
;
-o-transition
:
width
1s
;
transition
:
width
1s
;
}
.pace-inactive
{
display
:
none
;
}
xxl-job-admin/src/main/webapp/static/plugins/pace/pace.min.js
0 → 100644
View file @
47011ffd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment