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
b8418615
authored
May 22, 2016
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
任务串行改位并行执行
parent
71a03377
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
doc/XXL-JOB1.3.x用户手册_20160522_1547.docx
doc/~$L-JOB1.3.x用户手册_20160522_1547.docx
xxl-job-admin/src/main/java/com/xxl/job/service/job/RemoteHttpJobBean.java
xxl-job-admin/src/main/webapp/WEB-INF/template/jobinfo/index.ftl
doc/XXL-JOB1.3.x用户手册_20160522_1547.docx
View file @
b8418615
No preview for this file type
doc/~$L-JOB1.3.x用户手册_20160522_1547.docx
deleted
100644 → 0
View file @
71a03377
No preview for this file type
xxl-job-admin/src/main/java/com/xxl/job/service/job/RemoteHttpJobBean.java
View file @
b8418615
...
@@ -4,7 +4,6 @@ import java.util.Date;
...
@@ -4,7 +4,6 @@ import java.util.Date;
import
java.util.HashMap
;
import
java.util.HashMap
;
import
java.util.Map
;
import
java.util.Map
;
import
org.quartz.DisallowConcurrentExecution
;
import
org.quartz.JobExecutionContext
;
import
org.quartz.JobExecutionContext
;
import
org.quartz.JobExecutionException
;
import
org.quartz.JobExecutionException
;
import
org.quartz.JobKey
;
import
org.quartz.JobKey
;
...
@@ -27,7 +26,7 @@ import com.xxl.job.core.util.DynamicSchedulerUtil;
...
@@ -27,7 +26,7 @@ import com.xxl.job.core.util.DynamicSchedulerUtil;
* “@DisallowConcurrentExecution” diable concurrent, thread size can not be only one, better given more
* “@DisallowConcurrentExecution” diable concurrent, thread size can not be only one, better given more
* @author xuxueli 2015-12-17 18:20:34
* @author xuxueli 2015-12-17 18:20:34
*/
*/
@DisallowConcurrentExecution
//
@DisallowConcurrentExecution
public
class
RemoteHttpJobBean
extends
QuartzJobBean
{
public
class
RemoteHttpJobBean
extends
QuartzJobBean
{
private
static
Logger
logger
=
LoggerFactory
.
getLogger
(
RemoteHttpJobBean
.
class
);
private
static
Logger
logger
=
LoggerFactory
.
getLogger
(
RemoteHttpJobBean
.
class
);
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/jobinfo/index.ftl
View file @
b8418615
...
@@ -188,7 +188,7 @@ public class DemoJobHandler extends IJobHandler {
...
@@ -188,7 +188,7 @@ public class DemoJobHandler extends IJobHandler {
<div
class=
"modal-dialog modal-lg"
>
<div
class=
"modal-dialog modal-lg"
>
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title"
>
新增
任务调度信息
</h4>
<h4
class=
"modal-title"
>
更新
任务调度信息
</h4>
</div>
</div>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<form
class=
"form-horizontal form"
role=
"form"
>
<form
class=
"form-horizontal form"
role=
"form"
>
...
...
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