摘要: Type genType = getClass().getGenericSuperclass(); if (!(genType instanceof ParameterizedType)) { genType = getClass().getSuperclass().getGenericSuperc 阅读全文
posted @ 2020-05-13 21:32 yytxdy 阅读(1541) 评论(0) 推荐(0)
摘要: LocalDateTime.now(ZoneOffset.UTC) 阅读全文
posted @ 2020-05-13 14:14 yytxdy 阅读(4764) 评论(0) 推荐(1)