上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: 第一步、第二步工具类相互引用 一、创建...UploadUtil数据识别工具类 import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellType; import org.apache.poi.ss 阅读全文
posted @ 2021-12-09 14:40 怕黑,可是却恋上了夜 阅读(49) 评论(0) 推荐(0) 编辑
摘要: import io.swagger.annotations.ApiModelProperty; import lombok.extern.slf4j.Slf4j; import org.apache.commons.collections4.map.LinkedMap; import org.apa 阅读全文
posted @ 2021-12-09 14:33 怕黑,可是却恋上了夜 阅读(55) 评论(0) 推荐(0) 编辑
摘要: import com.github.stuxuhai.jpinyin.PinyinFormat; import com.github.stuxuhai.jpinyin.PinyinHelper; import lombok.extern.slf4j.Slf4j; import org.springf 阅读全文
posted @ 2021-12-09 14:29 怕黑,可是却恋上了夜 阅读(99) 评论(0) 推荐(0) 编辑
摘要: import org.joda.time.DateTime; import org.joda.time.DateTimeZone; import org.joda.time.Days; import org.joda.time.LocalDate; import org.joda.time.form 阅读全文
posted @ 2021-12-09 14:26 怕黑,可是却恋上了夜 阅读(52) 评论(0) 推荐(0) 编辑
摘要: import java.text.SimpleDateFormat; import java.util.Date; import java.util.GregorianCalendar; /** * @ClassName DateLunarUtil * @Author ZhangRF * @Crea 阅读全文
posted @ 2021-12-09 14:24 怕黑,可是却恋上了夜 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 先显示提交的记录: git log commit e499aac9257354c54ac2e1ff6a393ac7c8d2f342 Author: xx <xxx@xx.com> ...... 回到指定版本: git reset --hard e499aac9257354c54ac2e1ff6a39 阅读全文
posted @ 2021-12-09 14:22 怕黑,可是却恋上了夜 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 一、自定义数据方法注入 EasySqlInjector import com.baomidou.mybatisplus.core.injector.AbstractMethod; import com.baomidou.mybatisplus.core.injector.DefaultSqlInje 阅读全文
posted @ 2021-12-09 09:32 怕黑,可是却恋上了夜 阅读(892) 评论(0) 推荐(0) 编辑
摘要: 一:过滤器 import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.auth0.jwt.interfaces.DecodedJWT; import com.roncoo.educatio 阅读全文
posted @ 2021-11-29 10:38 怕黑,可是却恋上了夜 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 一:创建启动脚本 course-reload.sh 二:脚本内容,10检测一次 while : do run=$(ps -ef | grep course-service.jar | grep -v grep) if [ "$run" ] ; then echo "运行中!" else echo " 阅读全文
posted @ 2021-07-07 14:44 怕黑,可是却恋上了夜 阅读(637) 评论(0) 推荐(0) 编辑
摘要: import java.util.Locale; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.github.stuxu 阅读全文
posted @ 2021-06-23 10:25 怕黑,可是却恋上了夜 阅读(104) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页