摘要: dealDateFormat("2021-04-05T13:08:22+08:00"); public static Date dealDateFormat(String oldDateStr) { DateFormat df = new SimpleDateFormat("yyyy-MM-dd'T 阅读全文
posted @ 2021-04-26 19:34 岁月淡忘了谁 阅读(1950) 评论(0) 推荐(0)
摘要: public static File multipartFileToFile(MultipartFile file) throws Exception { File toFile = null; if (file.equals("") || file.getSize() <= 0) { file = 阅读全文
posted @ 2021-04-26 19:29 岁月淡忘了谁 阅读(630) 评论(0) 推荐(0)
摘要: 使用alibaba的fastjson: import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; @Autowired privat 阅读全文
posted @ 2021-04-26 19:27 岁月淡忘了谁 阅读(650) 评论(0) 推荐(0)