Skip to content

Commit 4e4a027

Browse files
committed
update powerjob
1 parent fb1cb04 commit 4e4a027

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

Diff for: contents/Java/PowerJob/2/content.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PowerJob 的设计目标为企业级的分布式任务调度平台,即成为
3838

3939
3. 完成配置文件的修改后,可以直接通过启动类 `OhMyApplication` 启动调度服务器,观察启动日志,查看是否启动成功~启动成功后,访问 http://127.0.0.1:7700/ ,如果能顺利出现 Web 界面,则说明调度服务器启动成功!
4040

41-
4. 注册应用:点击主页**应用注册**按钮,填入 `oms-test` 和控制台密码(用于进入控制台),注册示例应用(当然你也可以注册其他的 appName,只是别忘记在示例程序中同步修改~)
41+
4. 注册应用:点击主页**应用注册**按钮,填入 `powerjob-agent-test` 和控制台密码(用于进入控制台),注册示例应用(当然你也可以注册其他的 appName,只是别忘记在示例程序中同步修改~)
4242
![](2.png)
4343

4444
## 三、STEP3: 编写示例代码

Diff for: contents/Java/PowerJob/catalog.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# 分布式任务调度平台 PowerJob
22

3-
![](cover.png)
4-
53
- 1、[PowerJob 的故事开篇:“玩够了,才有激情做开源啊!”](1/content.md)
64
- 2、[Java 分布式任务调度平台:PowerJob 快速开始+配置详解](2/content.md)

Diff for: contents/Python/cmdline/catalog.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Python 命令行之旅
22

3-
![](cover.jpg)
4-
53
- 1.1 [初探 argparse](argparse-1.md)
64
- 1.2 [深入 argparse(一)](argparse-2.md)
75
- 1.3 [深入 argparse(二)](argparse-3.md)

Diff for: contents/Python/unittest/catalog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 聊聊 Python 的单元测试框架
22

3-
- 3.1 [unittest](unittest.md)
4-
- 3.2 [nose 和它的继任者 nose2](nose.md)
5-
- 3.3 [pytest](pytest.md)
3+
- 1、[unittest](unittest.md)
4+
- 2、[nose 和它的继任者 nose2](nose.md)
5+
- 3[pytest](pytest.md)

0 commit comments

Comments
 (0)