App下載

詞條

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

341.Spring Cloud 編寫自定義GatewayFilter工廠

為了編寫GatewayFilter,您將需要實現(xiàn)GatewayFilterFactory。您可以擴展名為AbstractGatewayFilterFactory的抽象類。 PreGatewayFilterFactory.java。 public class PreGatewayFilterFactory extends AbstractGatewayFilterFactory<PreGatewayFilterFactory.Config> { public PreGatewayFi...

http://www.o2fo.com/scchinese/writing-a-custom-gatewayfilter-factory-in-spring-cloud.html

342.Spring Cloud 編寫自定義全局過濾器

為了編寫自定義全局過濾器,您將需要實現(xiàn)GlobalFilter接口。這會將過濾器應(yīng)用于所有請求。 如何分別設(shè)置全局前置和后置過濾器的示例 @Bean public GlobalFilter customGlobalFilter() { return (exchange, chain) -> exchange.getPrincipal() .map(Principal::g...

http://www.o2fo.com/scchinese/writing-custom-global-filters-in-spring-cloud.html

343.Spring Cloud Azure建立

./mvnw -U clean package

http://www.o2fo.com/scchinese/spring-cloud-azure-establishment.html

344.Spring Cloud Kubernetes命名空間

該項目中提供的大多數(shù)組件都需要知道名稱空間。對于Kubernetes(1.3+),名稱空間作為服務(wù)帳戶密碼的一部分可供Pod使用,并由客戶端自動檢測到。對于早期版本,需要將其指定為Pod的環(huán)境變量。一種快速的方法如下: env: - ...

http://www.o2fo.com/scchinese/spring-cloud-kubernetes-namespace.html

345.Spring Cloud Kubernetes簽署貢獻者許可協(xié)議

在我們接受不重要的補丁或請求請求之前,我們將需要您簽署“ 貢獻者許可協(xié)議”。簽署貢獻者協(xié)議并不會授予任何人對主存儲庫的提交權(quán),但這確實意味著我們可以接受您的貢獻,如果這樣做,您將獲得作者的榮譽。可能會...

http://www.o2fo.com/scchinese/spring-cloud-kubernetes-signs-contributor-license-agreement.html

346.Spring Cloud GCP消息傳遞

“ GCP消息傳遞”條目添加了“ GCP支持”條目和所有必需的依賴項,因此Google Cloud Pub / Sub集成即開即用。

http://www.o2fo.com/scchinese/spring-cloud-gcp-messaging.html

347.Spring Cloud GCP存儲

GCP存儲條目會添加GCP支持條目和所有必需的依賴項,以便Google Cloud Storage集成可以立即使用。

http://www.o2fo.com/scchinese/spring-cloud-gcp-storage.html

348.Spring Cloud GCP 代碼挑戰(zhàn)

在代碼挑戰(zhàn)中,您將使用一個集成逐步執(zhí)行任務(wù)。Google Developers Codelabs頁面中存在許多挑戰(zhàn)。

http://www.o2fo.com/scchinese/spring-cloud-gcp-code-challenge.html

349.Spring Cloud GCP 從訂閱中提取消息

Google Cloud Pub / Sub支持從訂閱中同步提取消息。這與訂閱是不同的,在某種意義上說,訂閱是一個異步任務(wù),它以設(shè)置的時間間隔輪詢訂閱。 pullNext()方法允許從訂閱中提取一條消息并自動對其進行確認。pull()方法從訂閱中提取了...

http://www.o2fo.com/scchinese/spring-cloud-gcp-extracts-messages-from-subscriptions.html

350.Spring Cloud GCP 創(chuàng)建主題

PubSubAdmin實現(xiàn)了一種創(chuàng)建主題的方法: public Topic createTopic(String topicName) 這是有關(guān)如何創(chuàng)建Google Cloud Pub / Sub主題的示例: public void newTopic() { pubSubAdmin.createTopic("topicName"); }

http://www.o2fo.com/scchinese/spring-cloud-gcp-create-theme.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

341.Spring Cloud 編寫自定義GatewayFilter工廠

為了編寫GatewayFilter,您將需要實現(xiàn)GatewayFilterFactory。您可以擴展名為AbstractGatewayFilterFactory的抽象類。 PreGatewayFilterFactory.java。 public class PreGatewayFilterFactory extends AbstractGatewayFilterFactory<PreGatewayFilterFactory.Config> { public PreGatewayFi...

http://www.o2fo.com/scchinese/writing-a-custom-gatewayfilter-factory-in-spring-cloud.html

342.Spring Cloud 編寫自定義全局過濾器

為了編寫自定義全局過濾器,您將需要實現(xiàn)GlobalFilter接口。這會將過濾器應(yīng)用于所有請求。 如何分別設(shè)置全局前置和后置過濾器的示例 @Bean public GlobalFilter customGlobalFilter() { return (exchange, chain) -> exchange.getPrincipal() .map(Principal::g...

http://www.o2fo.com/scchinese/writing-custom-global-filters-in-spring-cloud.html

343.Spring Cloud Azure建立

./mvnw -U clean package

http://www.o2fo.com/scchinese/spring-cloud-azure-establishment.html

344.Spring Cloud Kubernetes命名空間

該項目中提供的大多數(shù)組件都需要知道名稱空間。對于Kubernetes(1.3+),名稱空間作為服務(wù)帳戶密碼的一部分可供Pod使用,并由客戶端自動檢測到。對于早期版本,需要將其指定為Pod的環(huán)境變量。一種快速的方法如下: env: - ...

http://www.o2fo.com/scchinese/spring-cloud-kubernetes-namespace.html

345.Spring Cloud Kubernetes簽署貢獻者許可協(xié)議

在我們接受不重要的補丁或請求請求之前,我們將需要您簽署“ 貢獻者許可協(xié)議”。簽署貢獻者協(xié)議并不會授予任何人對主存儲庫的提交權(quán),但這確實意味著我們可以接受您的貢獻,如果這樣做,您將獲得作者的榮譽??赡軙?..

http://www.o2fo.com/scchinese/spring-cloud-kubernetes-signs-contributor-license-agreement.html

346.Spring Cloud GCP消息傳遞

“ GCP消息傳遞”條目添加了“ GCP支持”條目和所有必需的依賴項,因此Google Cloud Pub / Sub集成即開即用。

http://www.o2fo.com/scchinese/spring-cloud-gcp-messaging.html

347.Spring Cloud GCP存儲

GCP存儲條目會添加GCP支持條目和所有必需的依賴項,以便Google Cloud Storage集成可以立即使用。

http://www.o2fo.com/scchinese/spring-cloud-gcp-storage.html

348.Spring Cloud GCP 代碼挑戰(zhàn)

在代碼挑戰(zhàn)中,您將使用一個集成逐步執(zhí)行任務(wù)。Google Developers Codelabs頁面中存在許多挑戰(zhàn)。

http://www.o2fo.com/scchinese/spring-cloud-gcp-code-challenge.html

349.Spring Cloud GCP 從訂閱中提取消息

Google Cloud Pub / Sub支持從訂閱中同步提取消息。這與訂閱是不同的,在某種意義上說,訂閱是一個異步任務(wù),它以設(shè)置的時間間隔輪詢訂閱。 pullNext()方法允許從訂閱中提取一條消息并自動對其進行確認。pull()方法從訂閱中提取了...

http://www.o2fo.com/scchinese/spring-cloud-gcp-extracts-messages-from-subscriptions.html

350.Spring Cloud GCP 創(chuàng)建主題

PubSubAdmin實現(xiàn)了一種創(chuàng)建主題的方法: public Topic createTopic(String topicName) 這是有關(guān)如何創(chuàng)建Google Cloud Pub / Sub主題的示例: public void newTopic() { pubSubAdmin.createTopic("topicName"); }

http://www.o2fo.com/scchinese/spring-cloud-gcp-create-theme.html

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

w3cschool 建議您:

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

熱門課程