|
1234567891011121314151617181920212223 |
- # idgenerator
-
- ## ʾRust
-
- 1**ȫ** ʼӦóʱִһΣ
- ```
- // IdGeneratorOptions ڹ캯 WorkerId
- let mut options = IdGeneratorOptions::New(1);
- // options.WorkerIdBitLength = 10; // WorkerIdBitLength Ĭֵ6ֵ֧ WorkerId ֵΪ2^6-1 WorkerId 64ø WorkerIdBitLength
- // ...... òο IdGeneratorOptions 壬һ˵ֻҪ WorkerIdBitLength WorkerId ֵ
-
- // IJöЧ
- YitIdHelper::SetIdGenerator(options);
- // ϳʼֻȫһΣұڵ2֮ǰá
- ```
-
- 2ID
- ```
- // ʼԺκҪIDĵط·
- long newId = YitIdHelper::NextId();
- ```
-
-
|