当前位置:网站首页>生成一个包含日期的随机编码
生成一个包含日期的随机编码
2022-08-04 05:33:00 【Jorge666】
private static String genCode() {
String prefix = new SimpleDateFormat("MMdd").format(new Date());
String suffix = UUID.randomUUID().toString().replace("-", "").substring(8, 16).toUpperCase();
return "ZP_" + prefix + suffix;
}
边栏推荐
猜你喜欢
随机推荐
文件编辑器
以太网 ARP
jdbc:mysql://localhost:3306/student?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8时报错
Fabric v1.1 environment construction
[daily office][ssh]cheatsheet
Unity Day01
对渗透测试工程师来说,学历重要嘛?
通用解决端口占用问题
学好网络安全看这篇文章让你少走弯路
MVC custom configuration
数据库JDBC DAO层方法
LeetCode_Dec_1st_Week
C# 剪裁图片内容区域
gRPC intro 1:RPC
counting cycle
MySQL stored procedure study notes (based on 8.0)
【HIT-SC-LAB1】哈工大2022软件构造 实验1
Janus转发丢包导致音视频不同步原因分析
tmux concept and usage
MySQL之SQL结构化查询语言