App下載

詞條

大約有 4,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0421秒)

2251.Liveness 存活探針

...知擴(kuò)展暫無默認(rèn)實(shí)現(xiàn)擴(kuò)展示例Maven 項(xiàng)目結(jié)構(gòu):src |-main |-java |-com |-xxx |-XxxLivenessProbe.java (實(shí)現(xiàn)LivenessProbe接口) |-resources |-META-INF |-dubbo |-org.apache.dubbo.qos.probe.LivenessProbe (純文本文件,內(nèi)容為:xxx=com.xxx.XxxLivenessProbe) XxxLivenessProbe.java...

http://www.o2fo.com/dubbo/dubbo-xpr53np5.html

2252.Readiness 就緒探針

...e.impl.ProviderReadinessProbe擴(kuò)展示例Maven 項(xiàng)目結(jié)構(gòu):src |-main |-java |-com |-xxx |-XxxReadinessProbe.java (實(shí)現(xiàn)ReadinessProbe接口) |-resources |-META-INF |-dubbo |-org.apache.dubbo.qos.probe.ReadinessProbe (純文本文件,內(nèi)容為:xxx=com.xxx.XxxReadinessProbe) XxxReadinessProbe...

http://www.o2fo.com/dubbo/dubbo-wa5q3np6.html

2253.Startup 啟動(dòng)探針

...e.impl.BootstrapLivenessProbe擴(kuò)展示例Maven 項(xiàng)目結(jié)構(gòu):src |-main |-java |-com |-xxx |-XxxStartupProbe.java (實(shí)現(xiàn)StartupProbe接口) |-resources |-META-INF |-dubbo |-org.apache.dubbo.qos.probe.StartupProbe (純文本文件,內(nèi)容為:xxx=com.xxx.XxxStartupProbe) XxxStartupProbee.java:p...

http://www.o2fo.com/dubbo/dubbo-9b8u3np7.html

2254.鴻蒙OS FunctionalInterface

...` 一種信息性注釋類型,用于指示接口類型聲明旨在成為 Java 語言規(guī)范定義的功能接口。從概念上講,函數(shù)式接口只有一個(gè)抽象方法。由于默認(rèn)方法有一個(gè)實(shí)現(xiàn),它們不是抽象的。如果一個(gè)接口聲明了一個(gè)覆蓋 java.lang.Object 的公...

http://www.o2fo.com/harmonyos/harmonyos-wlxk3nvd.html

2255.鴻蒙OS CacheRequest

# CacheRequest > java.lang.Object > > |---java.net.CacheRequest ``` public abstract class CacheRequest extends Object ``` 表示用于在 ResponseCache 中存儲(chǔ)資源的通道。 此類的實(shí)例提供了一個(gè) OutputStream 對(duì)象,該對(duì)象由協(xié)議處理程序調(diào)用以將資源數(shù)據(jù)存...

http://www.o2fo.com/harmonyos/harmonyos-ta163ocf.html

2256.鴻蒙OS CacheResponse

# CacheResponse > java.lang.Object > > |---java.net.CacheResponse ``` public abstract class CacheResponse extends Object ``` 表示用于從 ResponseCache 檢索資源的通道。 此類的實(shí)例提供了一個(gè)返回實(shí)體主體的 InputStream,以及一個(gè)返回相關(guān)響應(yīng)標(biāo)頭的 getHe...

http://www.o2fo.com/harmonyos/harmonyos-f38k3ocg.html

2257.鴻蒙OS PasswordAuthentication

# PasswordAuthentication > java.lang.Object > > |---java.net.PasswordAuthentication ``` public final class PasswordAuthentication extends Object ``` PasswordAuthentication 類是 Authenticator 使用的數(shù)據(jù)持有者。 它只是用戶名和密碼的存儲(chǔ)庫。 ## 構(gòu)造函數(shù)摘要 | 構(gòu)...

http://www.o2fo.com/harmonyos/harmonyos-koxe3ocz.html

2258.鴻蒙OS SocketAddress

# SocketAddress > java.lang.Object > > |---java.net.SocketAddress ``` public abstract class SocketAddress extends Object implements Serializable ``` 此類表示沒有協(xié)議附件的套接字地址。 作為一個(gè)抽象類,它意味著是一個(gè)特定的、依賴于協(xié)議的實(shí)現(xiàn)的子類...

http://www.o2fo.com/harmonyos/harmonyos-dmf83od6.html

2259.鴻蒙OS EventListenerProxy

# EventListenerProxy > java.lang.Object > > |---java.util.EventListenerProxy<T> ``` public abstract class EventListenerProxy<T extends EventListener> extends Object implements EventListener ``` EventListener 類的抽象包裝類,它將一組附加參數(shù)與偵聽器相關(guān)聯(lián)...

http://www.o2fo.com/harmonyos/harmonyos-wpke3op5.html

2260.鴻蒙OS EventObject

# EventObject > java.lang.Object > > |---java.util.EventObject ``` public class EventObject extends Object implements Serializable ``` 派生所有事件狀態(tài)對(duì)象的根類。 所有事件都是通過對(duì)對(duì)象“源”的引用來構(gòu)建的,“源”在邏輯上被認(rèn)為是所討論事...

http://www.o2fo.com/harmonyos/harmonyos-nigf3op6.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

2251.Liveness 存活探針

...知擴(kuò)展暫無默認(rèn)實(shí)現(xiàn)擴(kuò)展示例Maven 項(xiàng)目結(jié)構(gòu):src |-main |-java |-com |-xxx |-XxxLivenessProbe.java (實(shí)現(xiàn)LivenessProbe接口) |-resources |-META-INF |-dubbo |-org.apache.dubbo.qos.probe.LivenessProbe (純文本文件,內(nèi)容為:xxx=com.xxx.XxxLivenessProbe) XxxLivenessProbe.java...

http://www.o2fo.com/dubbo/dubbo-xpr53np5.html

2252.Readiness 就緒探針

...e.impl.ProviderReadinessProbe擴(kuò)展示例Maven 項(xiàng)目結(jié)構(gòu):src |-main |-java |-com |-xxx |-XxxReadinessProbe.java (實(shí)現(xiàn)ReadinessProbe接口) |-resources |-META-INF |-dubbo |-org.apache.dubbo.qos.probe.ReadinessProbe (純文本文件,內(nèi)容為:xxx=com.xxx.XxxReadinessProbe) XxxReadinessProbe...

http://www.o2fo.com/dubbo/dubbo-wa5q3np6.html

2253.Startup 啟動(dòng)探針

...e.impl.BootstrapLivenessProbe擴(kuò)展示例Maven 項(xiàng)目結(jié)構(gòu):src |-main |-java |-com |-xxx |-XxxStartupProbe.java (實(shí)現(xiàn)StartupProbe接口) |-resources |-META-INF |-dubbo |-org.apache.dubbo.qos.probe.StartupProbe (純文本文件,內(nèi)容為:xxx=com.xxx.XxxStartupProbe) XxxStartupProbee.java:p...

http://www.o2fo.com/dubbo/dubbo-9b8u3np7.html

2254.鴻蒙OS FunctionalInterface

...` 一種信息性注釋類型,用于指示接口類型聲明旨在成為 Java 語言規(guī)范定義的功能接口。從概念上講,函數(shù)式接口只有一個(gè)抽象方法。由于默認(rèn)方法有一個(gè)實(shí)現(xiàn),它們不是抽象的。如果一個(gè)接口聲明了一個(gè)覆蓋 java.lang.Object 的公...

http://www.o2fo.com/harmonyos/harmonyos-wlxk3nvd.html

2255.鴻蒙OS CacheRequest

# CacheRequest > java.lang.Object > > |---java.net.CacheRequest ``` public abstract class CacheRequest extends Object ``` 表示用于在 ResponseCache 中存儲(chǔ)資源的通道。 此類的實(shí)例提供了一個(gè) OutputStream 對(duì)象,該對(duì)象由協(xié)議處理程序調(diào)用以將資源數(shù)據(jù)存...

http://www.o2fo.com/harmonyos/harmonyos-ta163ocf.html

2256.鴻蒙OS CacheResponse

# CacheResponse > java.lang.Object > > |---java.net.CacheResponse ``` public abstract class CacheResponse extends Object ``` 表示用于從 ResponseCache 檢索資源的通道。 此類的實(shí)例提供了一個(gè)返回實(shí)體主體的 InputStream,以及一個(gè)返回相關(guān)響應(yīng)標(biāo)頭的 getHe...

http://www.o2fo.com/harmonyos/harmonyos-f38k3ocg.html

2257.鴻蒙OS PasswordAuthentication

# PasswordAuthentication > java.lang.Object > > |---java.net.PasswordAuthentication ``` public final class PasswordAuthentication extends Object ``` PasswordAuthentication 類是 Authenticator 使用的數(shù)據(jù)持有者。 它只是用戶名和密碼的存儲(chǔ)庫。 ## 構(gòu)造函數(shù)摘要 | 構(gòu)...

http://www.o2fo.com/harmonyos/harmonyos-koxe3ocz.html

2258.鴻蒙OS SocketAddress

# SocketAddress > java.lang.Object > > |---java.net.SocketAddress ``` public abstract class SocketAddress extends Object implements Serializable ``` 此類表示沒有協(xié)議附件的套接字地址。 作為一個(gè)抽象類,它意味著是一個(gè)特定的、依賴于協(xié)議的實(shí)現(xiàn)的子類...

http://www.o2fo.com/harmonyos/harmonyos-dmf83od6.html

2259.鴻蒙OS EventListenerProxy

# EventListenerProxy > java.lang.Object > > |---java.util.EventListenerProxy<T> ``` public abstract class EventListenerProxy<T extends EventListener> extends Object implements EventListener ``` EventListener 類的抽象包裝類,它將一組附加參數(shù)與偵聽器相關(guān)聯(lián)...

http://www.o2fo.com/harmonyos/harmonyos-wpke3op5.html

2260.鴻蒙OS EventObject

# EventObject > java.lang.Object > > |---java.util.EventObject ``` public class EventObject extends Object implements Serializable ``` 派生所有事件狀態(tài)對(duì)象的根類。 所有事件都是通過對(duì)對(duì)象“源”的引用來構(gòu)建的,“源”在邏輯上被認(rèn)為是所討論事...

http://www.o2fo.com/harmonyos/harmonyos-nigf3op6.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程