Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
install
Method · 0.95
add
Method · 0.95
add
Method · 0.95
createStaffLoginLogId
Method · 0.95
createPointLogId
Method · 0.95
createUserLoginLogId
Method · 0.95
createUserDynamicId
Method · 0.95
createLikeId
Method · 0.95
addPV
Method · 0.95
createRemindId
Method · 0.95
createPrivateMessageId
Method · 0.95
createFavoriteId
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
1
install
Method · 0.76