Info
Version: | 1.0.0 |
Author(s): | sunnyfish |
Last Update: | Wednesday, December 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitee.com/sunnyfish/CommonLibs |
NuGet Url: | https://www.nuget.org/packages/CommonLibs.IdGenerator.BySunnyFish |
Install
Install-Package CommonLibs.IdGenerator.BySunnyFish
dotnet add package CommonLibs.IdGenerator.BySunnyFish
paket add CommonLibs.IdGenerator.BySunnyFish
CommonLibs.IdGenerator.BySunnyFish Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 3.5
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
获取mongodb算法生成的Id
IdGen.GetMongodbId()
获取雪花算法生成的Id,16为机器编号
IdGen.GetSnowFlakeId(16).