随笔分类 -  工具类

常用方法
摘要:public static String nickNameMasking(String nickName) { if (null!=nickName) { int length = nickName.length(); if (length == 1) { return maskReplce(nic 阅读全文
posted @ 2021-09-17 15:29 8ling1ling 阅读(274) 评论(0) 推荐(0) 编辑
摘要:public Boolean checkParamsNotNull(Object... params) { int a = 0; if (params != null && params.length > 0) { for (Object element : params) { if (elemen 阅读全文
posted @ 2021-09-17 14:29 8ling1ling 阅读(165) 评论(0) 推荐(0) 编辑
摘要:#常用方法 ##一、时间类 ###1.获取当前月的第一天和最后一天 public List<String> getMonthDate(Date date) { List<String> monthDate = new ArrayList<>(); SimpleDateFormat format = 阅读全文
posted @ 2021-08-29 16:03 8ling1ling 阅读(253) 评论(0) 推荐(0) 编辑
摘要:package cn.sunline.tiny.flow.owner.center.money; import cn.sunline.tiny.core.FlowCom; import cn.sunline.tiny.core.JavaFlow; import cn.sunline.tiny.cor 阅读全文
posted @ 2021-04-26 16:44 8ling1ling 阅读(40) 评论(0) 推荐(0) 编辑
摘要:/** * @Description: 时间格式转换处理类 */ public class DateUtil { //String-->Date 时间字符串转为 -yyyy-MM-dd HH:mm:ss-的时间格式 public Date strToDate(String dateStr) { Da 阅读全文
posted @ 2021-04-25 15:21 8ling1ling 阅读(79) 评论(0) 推荐(0) 编辑
摘要:package cn.sunline.tiny.flow.owner.center.money; import cn.sunline.tiny.core.FlowCom; import cn.sunline.tiny.core.JavaFlow; import cn.sunline.tiny.cor 阅读全文
posted @ 2021-01-29 16:26 8ling1ling 阅读(28) 评论(0) 推荐(0) 编辑

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