App下載

詞條

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

281.Spring Cloud Datastore 交易

...制 。 帶有@Transactional批注的聲明式事務(wù) 此功能要求使用spring-cloud-gcp-starter-data-datastore時(shí)提供的bean為DatastoreTransactionManager。 DatastoreTemplate和DatastoreRepository支持將@Transactional 注釋作為事務(wù)運(yùn)行的方法。如果用@Transactional注釋的方法...

http://www.o2fo.com/scchinese/spring-cloud-datastore-transactions.html

282.Spring Cloud Datastore Repositories 投影

Spring Data Cloud Datastore支持預(yù)測(cè)。您可以根據(jù)域類(lèi)型定義投影接口,并添加查詢(xún)方法以在存儲(chǔ)庫(kù)中返回它們: public interface TradeProjection { String getAction(); @Value("#{target.symbol + ' ' + target.action}") String getSymbolAndAction(); } public interface TradeR...

http://www.o2fo.com/scchinese/spring-cloud-datastore-repositories-projection.html

283.Spring Cloud Google Cloud Vision 檢測(cè)圖像標(biāo)簽示例

...簽是指產(chǎn)生描述圖像內(nèi)容的標(biāo)簽。以下是使用Cloud Vision Spring模板完成此操作的代碼示例。 @Autowired private ResourceLoader resourceLoader; @Autowired private CloudVisionTemplate cloudVisionTemplate; public void processImage() { Resource imageResource = this.resourceLoad...

http://www.o2fo.com/scchinese/spring-cloud-google-cloud-vision-image-label-detection-example.html

284.Spring Cloud Google Cloud Vision 示例

提供了一個(gè)示例Spring Boot應(yīng)用程序,以顯示如何使用Cloud Vision啟動(dòng)器和模板。

http://www.o2fo.com/scchinese/spring-cloud-google-cloud-vision-example.html

285.Spring Cloud Kotlin 示例

提供了Kotlin示例應(yīng)用程序,以演示Kotlin內(nèi)部 Maven的有效設(shè)置和各種Spring Cloud GCP集成。

http://www.o2fo.com/scchinese/spring-cloud-kotlin-example.html

286.Spring Cloud Vault 通用后端

Spring Cloud Vault在基本級(jí)別上支持通用秘密后端。通用機(jī)密后端允許將任意值存儲(chǔ)為鍵值存儲(chǔ)。單個(gè)上下文可以存儲(chǔ)一個(gè)或多個(gè)鍵值元組。上下文可以按層次進(jìn)行組織。Spring Cloud Vault允許將應(yīng)用程序名稱(chēng)和默認(rèn)上下文名稱(chēng)(applicati...

http://www.o2fo.com/scchinese/spring-cloud-vault-universal-backend.html

287.spring JdbcTemplate 查詢(xún),使用BeanPropertyRowMapper

spring JdbcTemplate 查詢(xún),使用BeanPropertyRowMapper -= 應(yīng)用: 使用Spring的JdbcTemplate查詢(xún)數(shù)據(jù)庫(kù),獲取List結(jié)果列表,數(shù)據(jù)庫(kù)表字段和實(shí)體類(lèi)自動(dòng)對(duì)應(yīng),可以使用BeanPropertyRowMapper。 注意: 1.自動(dòng)綁定,需要列名稱(chēng)和Java實(shí)體類(lèi)名字一致, -- ...

http://www.o2fo.com/wqf_java/wqf_java-wpoy2er7.html

288.Spring Cloud Ribbon在Kubernetes中發(fā)現(xiàn)

Spring Cloud調(diào)用微服務(wù)的客戶(hù)端應(yīng)用程序應(yīng)該對(duì)依靠客戶(hù)端負(fù)載平衡功能感興趣,以便自動(dòng)發(fā)現(xiàn)它可以在哪個(gè)端點(diǎn)到達(dá)給定服務(wù)。該機(jī)制已在 spring-cloud-kubernetes-ribbon 項(xiàng)目中實(shí)現(xiàn),其中Kubernetes客戶(hù)端填充Ribbon ServerList,其中包含有...

http://www.o2fo.com/scchinese/spring-cloud-ribbon-discovered-in-kubernetes.html

289.FastJson 在Spring中使用fastJSON

FastJson 提供了Spring MVC HttpMessageConverter的實(shí)現(xiàn) FastJsonHttpMessageConverter for Spring MVC Below 4.2 FastJsonHttpMessageConverter4 for Spring MVC 4.2+ 可在Spring Controller中使用FastJson進(jìn)行數(shù)據(jù)的序列化和反序列化 FastJsonConfig配置<bean id="fastJsonConfig" class="c...

http://www.o2fo.com/fastjson/fastjson-httpmessageconverter.html

290.Spring Cloud Vault AppRole身份驗(yàn)證

...驗(yàn)證包含兩個(gè)很難猜測(cè)(秘密)的令牌:RoleId和SecretId。 Spring Vault支持各種AppRole方案(推/拉模式和包裝)。 RoleId和可選的SecretId必須由配置提供,Spring Vault將不會(huì)查找它們或創(chuàng)建自定義SecretId。 示例102.6 具有AppRole身份驗(yàn)證屬性...

http://www.o2fo.com/scchinese/spring-cloud-vault-approle-authentication.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

281.Spring Cloud Datastore 交易

...制 。 帶有@Transactional批注的聲明式事務(wù) 此功能要求使用spring-cloud-gcp-starter-data-datastore時(shí)提供的bean為DatastoreTransactionManager。 DatastoreTemplate和DatastoreRepository支持將@Transactional 注釋作為事務(wù)運(yùn)行的方法。如果用@Transactional注釋的方法...

http://www.o2fo.com/scchinese/spring-cloud-datastore-transactions.html

282.Spring Cloud Datastore Repositories 投影

Spring Data Cloud Datastore支持預(yù)測(cè)。您可以根據(jù)域類(lèi)型定義投影接口,并添加查詢(xún)方法以在存儲(chǔ)庫(kù)中返回它們: public interface TradeProjection { String getAction(); @Value("#{target.symbol + ' ' + target.action}") String getSymbolAndAction(); } public interface TradeR...

http://www.o2fo.com/scchinese/spring-cloud-datastore-repositories-projection.html

283.Spring Cloud Google Cloud Vision 檢測(cè)圖像標(biāo)簽示例

...簽是指產(chǎn)生描述圖像內(nèi)容的標(biāo)簽。以下是使用Cloud Vision Spring模板完成此操作的代碼示例。 @Autowired private ResourceLoader resourceLoader; @Autowired private CloudVisionTemplate cloudVisionTemplate; public void processImage() { Resource imageResource = this.resourceLoad...

http://www.o2fo.com/scchinese/spring-cloud-google-cloud-vision-image-label-detection-example.html

284.Spring Cloud Google Cloud Vision 示例

提供了一個(gè)示例Spring Boot應(yīng)用程序,以顯示如何使用Cloud Vision啟動(dòng)器和模板。

http://www.o2fo.com/scchinese/spring-cloud-google-cloud-vision-example.html

285.Spring Cloud Kotlin 示例

提供了Kotlin示例應(yīng)用程序,以演示Kotlin內(nèi)部 Maven的有效設(shè)置和各種Spring Cloud GCP集成。

http://www.o2fo.com/scchinese/spring-cloud-kotlin-example.html

286.Spring Cloud Vault 通用后端

Spring Cloud Vault在基本級(jí)別上支持通用秘密后端。通用機(jī)密后端允許將任意值存儲(chǔ)為鍵值存儲(chǔ)。單個(gè)上下文可以存儲(chǔ)一個(gè)或多個(gè)鍵值元組。上下文可以按層次進(jìn)行組織。Spring Cloud Vault允許將應(yīng)用程序名稱(chēng)和默認(rèn)上下文名稱(chēng)(applicati...

http://www.o2fo.com/scchinese/spring-cloud-vault-universal-backend.html

287.spring JdbcTemplate 查詢(xún),使用BeanPropertyRowMapper

spring JdbcTemplate 查詢(xún),使用BeanPropertyRowMapper -= 應(yīng)用: 使用Spring的JdbcTemplate查詢(xún)數(shù)據(jù)庫(kù),獲取List結(jié)果列表,數(shù)據(jù)庫(kù)表字段和實(shí)體類(lèi)自動(dòng)對(duì)應(yīng),可以使用BeanPropertyRowMapper。 注意: 1.自動(dòng)綁定,需要列名稱(chēng)和Java實(shí)體類(lèi)名字一致, -- ...

http://www.o2fo.com/wqf_java/wqf_java-wpoy2er7.html

288.Spring Cloud Ribbon在Kubernetes中發(fā)現(xiàn)

Spring Cloud調(diào)用微服務(wù)的客戶(hù)端應(yīng)用程序應(yīng)該對(duì)依靠客戶(hù)端負(fù)載平衡功能感興趣,以便自動(dòng)發(fā)現(xiàn)它可以在哪個(gè)端點(diǎn)到達(dá)給定服務(wù)。該機(jī)制已在 spring-cloud-kubernetes-ribbon 項(xiàng)目中實(shí)現(xiàn),其中Kubernetes客戶(hù)端填充Ribbon ServerList,其中包含有...

http://www.o2fo.com/scchinese/spring-cloud-ribbon-discovered-in-kubernetes.html

289.FastJson 在Spring中使用fastJSON

FastJson 提供了Spring MVC HttpMessageConverter的實(shí)現(xiàn) FastJsonHttpMessageConverter for Spring MVC Below 4.2 FastJsonHttpMessageConverter4 for Spring MVC 4.2+ 可在Spring Controller中使用FastJson進(jìn)行數(shù)據(jù)的序列化和反序列化 FastJsonConfig配置<bean id="fastJsonConfig" class="c...

http://www.o2fo.com/fastjson/fastjson-httpmessageconverter.html

290.Spring Cloud Vault AppRole身份驗(yàn)證

...驗(yàn)證包含兩個(gè)很難猜測(cè)(秘密)的令牌:RoleId和SecretId。 Spring Vault支持各種AppRole方案(推/拉模式和包裝)。 RoleId和可選的SecretId必須由配置提供,Spring Vault將不會(huì)查找它們或創(chuàng)建自定義SecretId。 示例102.6 具有AppRole身份驗(yàn)證屬性...

http://www.o2fo.com/scchinese/spring-cloud-vault-approle-authentication.html

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

w3cschool 建議您:

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

熱門(mén)課程