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
edit
tags/v1.0.0
zhouzj
4 years ago
parent
cfaa4a2afe
commit
89c80a3af7
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
@@ -99,7 +99,7 @@ var options = new IdGeneratorOptions()
var newId = new YitIdGenerator(options).NewLong();
var newId = new YitIdGenerator(options).NewLong();
```
```
## options说明
##
## options说明
options参数(Method、StartTime除外)只支持漂移算法,不支持传统雪花算法。
options参数(Method、StartTime除外)只支持漂移算法,不支持传统雪花算法。
```
```
Write
Preview
Loading…
Cancel
Save