上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 92 下一页
摘要: ## 介绍 - `java.beans.Introspector` - `public class Introspector` - 对于每个类“Foo”,如果存在相应的“FooBeanInfo”类,在查询信息时提供非空值,则显式信息可能可用。我们首先通过获取目标 bean 类的完整包限定名称并附加“ 阅读全文
posted @ 2023-08-30 17:16 流星<。)#)))≦ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.FeatureDescriptor` - `public class FeatureDescriptor` - PropertyDescriptor、EventSetDescriptor 和 MethodDescriptor 等的公共基类 ## API - g 阅读全文
posted @ 2023-08-30 17:15 流星<。)#)))≦ 阅读(3) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.EventSetDescriptor` - `public class EventSetDescriptor extends FeatureDescriptor` ## API ### 构造器 - `EventSetDescriptor(Class sourc 阅读全文
posted @ 2023-08-30 17:15 流星<。)#)))≦ 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - `java.beans.BeanInfo` - `public interface BeanInfo` - 用于暴露 JavaBean 的属性、方法和事件等信息。它定义了访问 JavaBean 元数据和自省能力的标准方法,通过它可以查询 JavaBean 中的属性、方法、事件及其特征 阅读全文
posted @ 2023-08-30 17:15 流星<。)#)))≦ 阅读(7) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.net.http.HttpClient - public abstract class HttpClient ## API ### Builder - cookieHandler - `CookieHandler` - Cookie 处理器 - connectTimeout 阅读全文
posted @ 2023-08-29 17:05 流星<。)#)))≦ 阅读(46) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.net.URL - public final class URL implements java.io.Serializable - URI 是个纯粹的语法结构,包含用来指定 Web 资源的字符串的各种组成部分 - URL 是 URI 的一个特例,它包含了用于定位 Web 阅读全文
posted @ 2023-08-29 17:04 流星<。)#)))≦ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.net.URI - public final class URI implements Comparable, Serializable - URI 是个纯粹的语法结构,包含用来指定 Web 资源的字符串的各种组成部分 - URL 是 URI 的一个特例,它包含了用于定位 阅读全文
posted @ 2023-08-29 17:04 流星<。)#)))≦ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.net.Socket - public class Socket implements java.io.Closeable - 套接字( Socket )是网络软件中的一个抽象概念,负责启动该程序内部和外部之间的通信 ## API ### 构造器 - Socket() - 阅读全文
posted @ 2023-08-29 17:04 流星<。)#)))≦ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.net.ServerSocket - public class ServerSocket implements java.io.Closeable - 服务器套接字 - `ServerSocket` 类用于建立套接字,`accept` 用于告诉程序不停地等待,直到有客户端连 阅读全文
posted @ 2023-08-29 17:04 流星<。)#)))≦ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: ## 介绍 - java.net.InetSocketAddress - public class InetSocketAddress extends SocketAddress ## API ### 构造器 - InetSocketAddress(int port) - InetSocketAdd 阅读全文
posted @ 2023-08-29 17:04 流星<。)#)))≦ 阅读(9) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 92 下一页