摘要:
import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.net.NetworkInterface; /** * Twitter_Snowflake * SnowFlake的结构如下(每部分用-分开): * 0 - 0000000000 0000000000 000000... 阅读全文
摘要:
public enum TestTypeEnum { TEST("CODE", "name", "other"); private final String remark; private final String type; private final String other; TestTypeEnum(String type, String ... 阅读全文