随笔分类 -  Java

摘要:Java订单号生成唯一公司需要开发商城项目,用到了,记录一下 Java订单号生成唯一 ```java package com.iot.store.utils; import org.apache.commons.lang3.RandomStringUtils; import java.time.LocalDateTime 阅读全文
posted @ 2023-05-26 14:45 AnNing21 阅读(298) 评论(0) 推荐(0)
摘要:Java格式化时间 yyyy-MM-dd HH:mm:ss import java.text.SimpleDateFormat; import java.util.Date; public class DateFormat { public String Date() { Date time = n 阅读全文
posted @ 2021-01-22 16:01 AnNing21 阅读(388) 评论(0) 推荐(0)