上一页 1 2 3 4 5 6 7 8 9 10 ··· 92 下一页
摘要: ## 介绍 - `java.lang.Class` - `public final class Class implements java.io.Serializable, GenericDeclaration, Type, AnnotatedElement, TypeDescriptor.OfFi 阅读全文
posted @ 2023-09-04 10:34 流星<。)#)))≦ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.lang.annotation.RetentionPolicy` - `public enum RetentionPolicy` - 注解保存策略 - 和 `@Retention` 元注解一起使用 - 只对声明此注解的代码元素的被注解声明有效 ## API ### enu 阅读全文
posted @ 2023-09-04 10:34 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.lang.annotation.ElementType` - `public enum ElementType` - 可以配合 `@Target` 元注解使用 ## API ### enum - `TYPE` - 类、接口(包括注解接口)、枚举、记录 - `FIELD` 阅读全文
posted @ 2023-09-04 10:34 流星<。)#)))≦ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.ZoneOffset - 类声明 ```java @jdk.internal.ValueBased public final class ZoneOffset extends ZoneId implements TemporalAccessor, Temporal 阅读全文
posted @ 2023-09-04 10:33 流星<。)#)))≦ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.ZoneId - 类声明 ```java @jdk.internal.ValueBased public abstract class ZoneId implements Serializable ``` ## API ### 常量 - SHORT_IDS - 短 阅读全文
posted @ 2023-09-04 10:33 流星<。)#)))≦ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.ZonedDateTime - 类声明 ```java @jdk.internal.ValueBased public final class ZonedDateTime implements Temporal, ChronoZonedDateTime, Seri 阅读全文
posted @ 2023-09-04 10:33 流星<。)#)))≦ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.temporal.TemporalAdjusters - public final class TemporalAdjusters ## API ### static - ofDateAdjuster - `TemporalAdjuster ofDateAdjus 阅读全文
posted @ 2023-09-04 10:33 流星<。)#)))≦ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.temporal.ChronoUnit - public enum ChronoUnit implements TemporalUnit ## API ### 枚举值 - NANOS:纳秒 - MICROS:微秒 - MILLIS:毫秒 - SECONDS:秒 - 阅读全文
posted @ 2023-09-04 10:33 流星<。)#)))≦ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.time.Period - public final class Period implements ChronoPeriod, Serializable - 基于日期的时间量 - 两个 `LocalDate` 之间的时长是 `Period` - `Period` 是一个基 阅读全文
posted @ 2023-09-04 10:33 流星<。)#)))≦ 阅读(26) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.net.http.HttpResponse - public interface HttpResponse ## API ### public - uri - `URI` - request - `HttpRequest` - statusCode - 状态码 - vers 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 92 下一页