摘要:
dealDateFormat("2021-04-05T13:08:22+08:00"); public static Date dealDateFormat(String oldDateStr) { DateFormat df = new SimpleDateFormat("yyyy-MM-dd'T 阅读全文
摘要:
public static File multipartFileToFile(MultipartFile file) throws Exception { File toFile = null; if (file.equals("") || file.getSize() <= 0) { file = 阅读全文
摘要:
使用alibaba的fastjson: import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; @Autowired privat 阅读全文