Commit bcafcb38 by 许雪里 Committed by GitHub

Merge pull request #1307 from oszhugc/master

Update XXL-JOB官方文档.md
parents fbae6e18 352a37b9
Showing with 2 additions and 2 deletions
## 《分布式任务调度平台XXL-JOB》 ## 《分布式任务调度平台XXL-JOB》
...@@ -747,7 +747,7 @@ public XxlJobSpringExecutor xxlJobExecutor() { ...@@ -747,7 +747,7 @@ public XxlJobSpringExecutor xxlJobExecutor() {
#### 步骤二:开发任务代码: #### 步骤二:开发任务代码:
选中指定任务,点击该任务右侧“GLUE”按钮,将会前往GLUE任务的Web IDE界面,在该界面支持对任务代码进行开发(也可以在IDE中开发完成后,复制粘贴到编辑中)。 选中指定任务,点击该任务右侧“GLUE”按钮,将会前往GLUE任务的Web IDE界面,在该界面支持对任务代码进行开发(也可以在IDE中开发完成后,复制粘贴到编辑中)。
该模式的任务实际上是一段 "nodejS" 脚本; 该模式的任务实际上是一段 "nodeJS" 脚本;
### 3.6 GLUE模式(PHP) ### 3.6 GLUE模式(PHP)
同上 同上
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment