02 2023 档案

摘要:获取学年的各个月份 Calendar cal = Calendar.getInstance(); int year = cal.get(Calendar.YEAR); //学年 String years; //获取现在的月份 int month = cal.get(Calendar.MONTH )+ 阅读全文
posted @ 2023-02-20 19:29 xingmeng1 阅读(30) 评论(0) 推荐(0) 编辑
摘要:取字符串中的数字 String charList = "乳儿班:044个23人 托小班:0个0人 托大班:3个60人 混合班:0个0人"; String integer = ""; //作为数字字符串的预备区 ArrayList<Integer> numList = new ArrayList<>( 阅读全文
posted @ 2023-02-07 15:40 xingmeng1 阅读(60) 评论(0) 推荐(0) 编辑
摘要:身份证验证相关公共方法 package com.iktapp.api.utils; import com.iktapp.api.constants.BusinessConstants; import org.apache.logging.log4j.util.Strings; import java 阅读全文
posted @ 2023-02-02 15:49 xingmeng1 阅读(68) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示