摘要: LocalDateTime localDateTime = LocalDateTime.now(); LocalDateTime minTime = localDateTime.with(LocalTime.MIN); LocalDateTime maxTime = localDateTime.wi 阅读全文
posted @ 2023-07-15 17:38 刘百会 阅读(295) 评论(0) 推荐(0)
摘要: String picVehicle = obj.getPicVehicle(); // 根路径加上传参数的路径构成文件路径地址 String realPath = picVehicle; // 文件名编码 try { // 构造URL URL url = new URL(realPath); // 阅读全文
posted @ 2023-07-15 08:42 刘百会 阅读(291) 评论(0) 推荐(0)