摘要: 1: MD5加密-依赖 spring-core import org.springframework.util.DigestUtils; import java.nio.charset.StandardCharsets; DigestUtils.md5Digest("ass".getBytes(St 阅读全文
posted @ 2020-05-13 09:21 文字章 阅读(2168) 评论(0) 推荐(0)
摘要: import org.springframework.data.domain.PageRequest; import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Sort; impo 阅读全文
posted @ 2020-05-13 09:20 文字章 阅读(508) 评论(0) 推荐(0)
摘要: 1. 监听类 package com.dahuatech.bigfish.core.utils; import com.alibaba.excel.context.AnalysisContext; import com.alibaba.excel.event.AnalysisEventListene 阅读全文
posted @ 2020-05-13 09:18 文字章 阅读(490) 评论(0) 推荐(0)
摘要: import java.time.Instant; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.ZoneId; import java.time.format.DateTimeFormatt 阅读全文
posted @ 2020-05-13 09:17 文字章 阅读(7073) 评论(0) 推荐(0)
摘要: 今天安装sourcetree一直卡在注册界面,注册并登陆成功后,也无法继续安装。。。1、地址栏直接输入%LocalAppData%\Atlassian,接着进入SourceTree目录,创建accounts.json文件,并复制以下代码至accounts.json: 2、如果地址栏找不到目录:则点击 阅读全文
posted @ 2020-04-26 10:35 文字章 阅读(427) 评论(0) 推荐(0)