MCPcopy Create free account
hub / github.com/diyhi/bbs / getUUID32

Method getUUID32

src/main/java/cms/utils/UUIDUtil.java:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public static String getUUID32() {
26 String uuid = UUID.randomUUID().toString();
27 uuid = uuid.replaceAll("-","");//删除横杆
28 return uuid;
29 }
30
31
32

Callers 15

installMethod · 0.95
addMethod · 0.95
addMethod · 0.95
createStaffLoginLogIdMethod · 0.95
createPointLogIdMethod · 0.95
createUserLoginLogIdMethod · 0.95
createUserDynamicIdMethod · 0.95
createLikeIdMethod · 0.95
addPVMethod · 0.95
createRemindIdMethod · 0.95
createFavoriteIdMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by 1

installMethod · 0.76