摘要:
1.前端代码(ElementUI) <template> <el-upload class="upload-demo" ref="upload" drag action="" :limit="1" :multiple="true" :auto-upload="false" :http-request 阅读全文
摘要:
###1.创建logback-spring.xml文件 <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="60 seconds"> <!-- 文件最大保存历史数量 --> <property n 阅读全文
摘要:
##1. 常见实体类校验注解 @Null 只能是null @NotNull 不能为null 注意用在基本类型上无效,基本类型有默认初始值 @AssertFalse 必须为false @AssertTrue 必须是true 字符串/数组/集合检查:(字符串本身就是个数组) @Pattern(regex 阅读全文
摘要:
Java8 Stream用法研究 阅读全文
摘要:
Android使用高德地图api实现定位功能 阅读全文
摘要:
CentOS 8 安装JDK 阅读全文