摘要: 记一次ElementUI上传文件,Current request is not a multipart request与the request was rejected because no multipart boundary was found 1.前端代码(ElementUI) <template> <el-upload class="upload-demo" ref="upload" drag action="" :limit="1" :multiple="true" :auto-upload="false" :http-request 阅读全文
posted @ 2022-03-10 17:51 Awsly 阅读(1416) 评论(0) 推荐(0) 编辑
摘要: Springboot整合logback日志系统 ###1.创建logback-spring.xml文件 <?xml version="1.0" encoding="UTF-8"?> <configuration scan="true" scanPeriod="60 seconds"> <!-- 文件最大保存历史数量 --> <property n 阅读全文
posted @ 2021-08-13 17:46 Awsly 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Springboot @Valid 参数校验 ##1. 常见实体类校验注解 @Null 只能是null @NotNull 不能为null 注意用在基本类型上无效,基本类型有默认初始值 @AssertFalse 必须为false @AssertTrue 必须是true 字符串/数组/集合检查:(字符串本身就是个数组) @Pattern(regex 阅读全文
posted @ 2021-08-13 16:57 Awsly 阅读(635) 评论(0) 推荐(0) 编辑
摘要: Java8 Stream用法研究 阅读全文
posted @ 2020-12-01 19:23 Awsly 阅读(601) 评论(0) 推荐(0) 编辑
摘要: Android使用高德地图api实现定位功能 阅读全文
posted @ 2020-11-11 15:51 Awsly 阅读(1507) 评论(0) 推荐(0) 编辑
摘要: CentOS 8 安装JDK 阅读全文
posted @ 2020-11-04 11:11 Awsly 阅读(302) 评论(0) 推荐(1) 编辑
摘要: Vue全局配置文件 Vue创建全局配置文件 阅读全文
posted @ 2020-10-12 19:30 Awsly 阅读(906) 评论(0) 推荐(0) 编辑