This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
fix
tags/v1.3.1
zhupengfei
3 years ago
parent
84c25c86ec
commit
ab4ebd19d9
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
TypeScript/snowflakeIdv1.ts
+ 0
- 4
TypeScript/snowflakeIdv1.ts
View File
@@ -372,11 +372,7 @@ export class snowflakeIdv1 {
* 生成ID
* @returns 始终输出bigint类型
*/
<<<<<<< HEAD
public NextBigId(): bigint {
=======
public NextId(): bigint {
>>>>>>> 91459b1538b24a03174b20eba10db410d8ef5268
if (this._IsOverCost) {
//
return this.NextOverCostId()
Write
Preview
Loading…
Cancel
Save