当前位置:网站首页>How to generate unique file names
How to generate unique file names
2022-07-07 23:16:00 【codepig16】
Mode one
Generate a five digit random number plus the month, day, minute and second of the current time
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
public class MyUtil {
public static void main(String[] args) {
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyyMMddHHmmss");
Random random = new Random();
String unique = random.nextInt(89999 + 10000) + simpleDateFormat.format(new Date());
System.out.println(unique);
}
}
边栏推荐
- Matlab 信号处理【问答随笔·2】
- Dynamics 365 find field filtering
- Gee (IV): calculate the correlation between two variables (images) and draw a scatter diagram
- Txt file virus
- Digital collections accelerated out of the circle, and marsnft helped diversify the culture and tourism economy!
- 微信论坛交流小程序系统毕业设计毕设(5)任务书
- FPGA基础篇目录
- leetcode-520. 检测大写字母-js
- Dynamics 365 查找字段过滤
- About idea cannot find or load the main class
猜你喜欢

GEE(四):计算两个变量(影像)之间的相关性并绘制散点图

Introduction to redis and jedis and redis things

微信论坛交流小程序系统毕业设计毕设(8)毕业设计论文模板

Wechat forum exchange applet system graduation design (2) applet function

聊聊 Dart 的空安全 (null safety) 特性

Matlab-SEIR传染病模型预测

成年人只有一份主业是要付出代价的,被人事劝退后,我哭了一整晚

Develop those things: go plus c.free to free memory, and what are the reasons for compilation errors?

ArcGIS:字段赋值_属性表字段计算器(Field Calculator)依据条件为字段赋值

ArcGIS: two methods of attribute fusion of the same field of vector elements
随机推荐
Matlab-SEIR传染病模型预测
turbo intruder常用脚本
网络安全-beef
微信论坛交流小程序系统毕业设计毕设(3)后台功能
Technology at home and abroad people "see" the future of audio and video technology
【刷题记录】3. 无重复字符的最长子串
[language programming] exe virus code example
Anta DTC | Anta transformation, building a growth flywheel that is not only FILA
Wechat forum exchange applet system graduation design (5) assignment
Transform XL translation
十四、数据库的导出和导入的两种方法
Mitsubishi PLC SLmP (MC) protocol
JMeter-接口自动化测试读取用例,执行并结果回写
三菱PLC slmp(mc)协议
海内外技术人们“看”音视频技术的未来
微信论坛交流小程序系统毕业设计毕设(8)毕业设计论文模板
【微服务|SCG】gateway整合sentinel
Network security - Eternal Blue
2022 words for yourself
The 19th Zhejiang Provincial Collegiate Programming Contest VP记录+补题