This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
增加YidHelper快速使用方法
tags/v1.0.0
zhouzj
3 years ago
parent
099db1bb94
commit
a873e95158
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Yitter.IdGenerator/YidHelper.cs
+ 1
- 1
src/Yitter.IdGenerator/YidHelper.cs
View File
@@ -43,7 +43,7 @@ namespace Yitter.IdGenerator
/// 否则将会初始化一个WorkerId为1的对象。
/// </summary>
/// <returns></returns>
public static long Ne
w
Id()
public static long Ne
xt
Id()
{
if (_IdGenInstance == null)
{
Write
Preview
Loading…
Cancel
Save