2019年3月29日

Java生成树关系的菜单

摘要: 1.菜单bean public class Menu { private String id; private String menuname; private String parentid; private String sort; public String getId() { return 阅读全文

posted @ 2019-03-29 15:27 贾广祥 阅读(917) 评论(0) 推荐(0)

UUID生成工具

摘要: public class UUIDUtils { private static SecureRandom SEEDER_STATIC = null; private static byte[] ADDRESS = null; private static String MID_VALUE_STATI 阅读全文

posted @ 2019-03-29 15:21 贾广祥 阅读(1160) 评论(0) 推荐(0)

导航