摘要: 创建Spring项目时出现以下错误 org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [Applicati 阅读全文
posted @ 2020-10-26 15:49 DurianTRY 阅读(4655) 评论(0) 推荐(0) 编辑
摘要: 关键类 Instant:瞬时实例。 LocalDate:本地日期,不包含具体时间 例如:2014-01-14 可以用来记录生日、纪念日、加盟日等。 LocalTime:本地时间,不包含日期。 LocalDateTime:组合了日期和时间,但不包含时差和时区信息。 ZonedDateTime:最完整的 阅读全文
posted @ 2020-10-26 10:51 DurianTRY 阅读(108) 评论(0) 推荐(0) 编辑