This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
hummingbird
/
idgenerator
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
6
Wiki
Activity
Issues
5
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
editreadme
tags/v1.0.0
zhouzj
4 years ago
parent
5f156f57e9
commit
4aee67cfe6
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+ 1
- 1
README.md
View File
@@ -107,7 +107,7 @@
2.指定唯一的 WorkerId。必须由外部系统确保 WorkerId 的全局唯一性,并赋值给本算法入口方法。
2.指定唯一的 WorkerId。必须由外部系统确保 WorkerId 的全局唯一性,并赋值给本算法入口方法。
3.异常处理。本算法内部会抛出所有Exception,
当本算法内部问题时,外部系统最好Log相关信息并做好应对处理,免得外部
系统崩溃。
3.异常处理。本算法内部会抛出所有Exception,
外部系统 catch 相关信息并做好应对处理,免得引起更大的
系统崩溃。
4.同步或同步调用。你可以在外部系统的异步(async标记)方法中同步调用本算法。
4.同步或同步调用。你可以在外部系统的异步(async标记)方法中同步调用本算法。
Write
Preview
Loading…
Cancel
Save