Android代码 基于Snowflake算法而写的一种unique id生成器
ASnowflake A library which uses to generate Global Unique Ids based on snowflake,An alternative of UUID. Usage allprojects { repositories { ... maven { url 'https://jitpack.io' } } } dependencies { compile 'com.github.zjutkz:ASnowflake:1.0.0' } SnowFlake.getInstance().nex
下载地址
用户评论