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
editreadme
tags/v1.0.0
zhouzj
4 years ago
parent
8baa83777f
commit
633f1fed03
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
C#/source/Yitter.IdGenTest/GenTest.cs
+ 1
- 1
C#/source/Yitter.IdGenTest/GenTest.cs
View File
@@ -38,7 +38,7 @@ namespace Yitter.OrgSystem.TestA
{
{
var id = IdGen.NewLong();
var id = IdGen.NewLong();
//ids.Add(id, i);
//ids.Add(id, i);
idList.Add(id);
//
idList.Add(id);
}
}
DateTime end = DateTime.Now;
DateTime end = DateTime.Now;
Write
Preview
Loading…
Cancel
Save