05 2024 档案
摘要:LocalDateTime now = LocalDateTime.now();int hour = now.getHour();int min = now.getMinute();String currentTime = hour < 10 ? "0" : "" + hour + ":" + mi
阅读全文
摘要:1、 配置依赖 <dependency> <groupId>com.genesyslab</groupId> <artifactId>genesyslab</artifactId> <version>1.0.0</version> <scope>system</scope> <systemPath>
阅读全文