摘要: import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.net.NetworkInterface; /** * Twitter_Snowflake * SnowFlake的结构如下(每部分用-分开): * 0 - 0000000000 0000000000 000000... 阅读全文
posted @ 2019-03-13 20:32 宇枫 阅读(1516) 评论(0) 推荐(0) 编辑
摘要: public enum TestTypeEnum { TEST("CODE", "name", "other"); private final String remark; private final String type; private final String other; TestTypeEnum(String type, String ... 阅读全文
posted @ 2019-03-13 15:29 宇枫 阅读(181) 评论(0) 推荐(0) 编辑