【MapSheep】
[好记性不如烂笔头]
摘要: List集合, 时间正序排列、倒序排序 import com.alibaba.fastjson.JSON; import com.example.demo.Demo.dto.Student; import com.example.demo.Demo.util.Order; import java.u 阅读全文
posted @ 2021-06-28 11:21 (Play) 阅读(2145) 评论(0) 推荐(0) 编辑
摘要: 定义常量类 public class ExchangeConstants { public static final String FORMAT = "yyyy-MM-dd HH:mm:ss"; public static final String FORMAT_T = "yyyy-MM-dd'T' 阅读全文
posted @ 2021-06-28 11:19 (Play) 阅读(2272) 评论(0) 推荐(0) 编辑
摘要: Json格式, 不能加注释 第一次写博客, 记录一下工作中遇到的一些问题和经历。 在项目中写了本地的接口数据, 用的 JSON Server快速搭建的模拟返回REST风格的后台数据, 保证前后端开发的分离。 在创建的 server.json 中加了注释, 结果在运行的时候 报错 后来去问一下百度才找 阅读全文
posted @ 2021-06-28 10:44 (Play) 阅读(148) 评论(0) 推荐(0) 编辑