App下載

詞條

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

271.Spring Cloud Sleuth覆蓋自動配置

Spring Cloud Sleuth支持從2.1.0版開始將跟蹤發(fā)送到多個跟蹤系統(tǒng)。為了使其正常工作,每個跟蹤系統(tǒng)都需要具有Reporter<Span>和Sender。如果要覆蓋提供的beans,則需要給它們指定一個特定的名稱。 為此,您可以分別使用StackdriverTrace...

http://www.o2fo.com/scchinese/spring-cloud-sleuth-overlay-automatic-configuration.html

272.Spring Cloud Stackdriver記錄 通過API記錄

可使用org/springframework/cloud/gcp/autoconfigure/logging/logback-appender.xml使用Stackdriver附加程序。此附加程序從JUL或Logback日志條目構(gòu)建Stackdriver Logging日志條目,向其添加跟蹤ID,然后將其發(fā)送到Stackdriver Logging。 STACKDRIVER_LOG_NAME和STACKDRIVER_LO...

http://www.o2fo.com/scchinese/spring-cloud-stackdriver-recording-through-api.html

273.Spring Cloud Stackdriver記錄 示例

提供了一個示例Spring Boot應(yīng)用程序,以顯示如何使用Cloud Logging Starter。

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

274.Spring Cloud Cloud Spanner 結(jié)構(gòu)列表

...RRAY(SELECT STRUCT(1 as val1, 2 as val2)) as pair FROM Users的ARRAY中。 Spring Data Cloud Spanner將嘗試將STRUCT列值讀入屬性,該屬性是Iterable實體類型,該實體類型與STRUCT列的值兼容。 對于前面的數(shù)組選擇示例,可以將以下屬性與構(gòu)造的ARRAY<STRUC...

http://www.o2fo.com/scchinese/spring-cloud-cloud-spanner-structure-list.html

275.Spring Cloud 分頁和排序Repository

您也可以將PagingAndSortingRepository與Spanner Spring Data一起使用。此接口可用的排序和可分頁的findAll方法在Spanner數(shù)據(jù)庫的當(dāng)前狀態(tài)下運行。結(jié)果,當(dāng)在頁面之間移動時,請注意數(shù)據(jù)庫的狀態(tài)(和結(jié)果)可能會改變。

http://www.o2fo.com/scchinese/spring-cloud-paging-and-sorting-repositories.html

276.Spring Cloud 投影

Spring Data Spanner支持投影。您可以根據(jù)域類型定義投影接口,并添加查詢方法以在存儲庫中返回它們: public interface TradeProjection { String getAction(); @Value("#{target.symbol + ' ' + target.action}") String getSymbolAndAction(); } public interface TradeRepositor...

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

277.Spring Cloud Datastore 鍵

...有Long ID屬性的POJO實例以null作為ID值寫入Cloud Datastore,則Spring Data Cloud Datastore將從Cloud Datastore獲取新分配的ID值并將其設(shè)置在POJO中保存。 由于原始long ID屬性不能為null,并且默認(rèn)值為0,因此不會分配密鑰。

http://www.o2fo.com/scchinese/scchinese-e5x43x1x.html

278.Spring Cloud Datastore 支持的類型

Spring Data Cloud Datastore支持常規(guī)字段和集合元素的以下類型: 類型 儲存為 com.google.cloud.Timestamp com.google.cloud.datastore.TimestampValue com.google.cloud.datastore.Blob com.google.cloud.datastore.BlobValue com.google.cloud.datastore.LatLng com.google.cloud.datastore.LatLn...

http://www.o2fo.com/scchinese/types-supported-by-spring-cloud-datastore.html

279.Spring Cloud Datastore 關(guān)鍵參考關(guān)系

常規(guī)關(guān)系可以使用@Reference批注進(jìn)行存儲。 import org.springframework.cloud.gcp.data.datastore.core.mapping.Reference; import org.springframework.data.annotation.Id; @Entity public class ShoppingOrder { @Id long id; @Reference List<Item> items; @Reference Item specialSingleItem; }...

http://www.o2fo.com/scchinese/key-reference-relationships-for-spring-cloud-datastore.html

280.Spring Cloud Datastore 按ID查找

...字段的索引編制,可以使用@Unindexed注釋。 例: import org.springframework.cloud.gcp.data.datastore.core.mapping.Unindexed; public class ExampleItem { long indexedField; @Unindexed long unindexedField; } 直接或通過查詢方法使用查詢時,如果select語句不是SELECT *或W...

http://www.o2fo.com/scchinese/spring-cloud-datastore-search-by-id.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

271.Spring Cloud Sleuth覆蓋自動配置

Spring Cloud Sleuth支持從2.1.0版開始將跟蹤發(fā)送到多個跟蹤系統(tǒng)。為了使其正常工作,每個跟蹤系統(tǒng)都需要具有Reporter<Span>和Sender。如果要覆蓋提供的beans,則需要給它們指定一個特定的名稱。 為此,您可以分別使用StackdriverTrace...

http://www.o2fo.com/scchinese/spring-cloud-sleuth-overlay-automatic-configuration.html

272.Spring Cloud Stackdriver記錄 通過API記錄

可使用org/springframework/cloud/gcp/autoconfigure/logging/logback-appender.xml使用Stackdriver附加程序。此附加程序從JUL或Logback日志條目構(gòu)建Stackdriver Logging日志條目,向其添加跟蹤ID,然后將其發(fā)送到Stackdriver Logging。 STACKDRIVER_LOG_NAME和STACKDRIVER_LO...

http://www.o2fo.com/scchinese/spring-cloud-stackdriver-recording-through-api.html

273.Spring Cloud Stackdriver記錄 示例

提供了一個示例Spring Boot應(yīng)用程序,以顯示如何使用Cloud Logging Starter。

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

274.Spring Cloud Cloud Spanner 結(jié)構(gòu)列表

...RRAY(SELECT STRUCT(1 as val1, 2 as val2)) as pair FROM Users的ARRAY中。 Spring Data Cloud Spanner將嘗試將STRUCT列值讀入屬性,該屬性是Iterable實體類型,該實體類型與STRUCT列的值兼容。 對于前面的數(shù)組選擇示例,可以將以下屬性與構(gòu)造的ARRAY<STRUC...

http://www.o2fo.com/scchinese/spring-cloud-cloud-spanner-structure-list.html

275.Spring Cloud 分頁和排序Repository

您也可以將PagingAndSortingRepository與Spanner Spring Data一起使用。此接口可用的排序和可分頁的findAll方法在Spanner數(shù)據(jù)庫的當(dāng)前狀態(tài)下運行。結(jié)果,當(dāng)在頁面之間移動時,請注意數(shù)據(jù)庫的狀態(tài)(和結(jié)果)可能會改變。

http://www.o2fo.com/scchinese/spring-cloud-paging-and-sorting-repositories.html

276.Spring Cloud 投影

Spring Data Spanner支持投影。您可以根據(jù)域類型定義投影接口,并添加查詢方法以在存儲庫中返回它們: public interface TradeProjection { String getAction(); @Value("#{target.symbol + ' ' + target.action}") String getSymbolAndAction(); } public interface TradeRepositor...

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

277.Spring Cloud Datastore 鍵

...有Long ID屬性的POJO實例以null作為ID值寫入Cloud Datastore,則Spring Data Cloud Datastore將從Cloud Datastore獲取新分配的ID值并將其設(shè)置在POJO中保存。 由于原始long ID屬性不能為null,并且默認(rèn)值為0,因此不會分配密鑰。

http://www.o2fo.com/scchinese/scchinese-e5x43x1x.html

278.Spring Cloud Datastore 支持的類型

Spring Data Cloud Datastore支持常規(guī)字段和集合元素的以下類型: 類型 儲存為 com.google.cloud.Timestamp com.google.cloud.datastore.TimestampValue com.google.cloud.datastore.Blob com.google.cloud.datastore.BlobValue com.google.cloud.datastore.LatLng com.google.cloud.datastore.LatLn...

http://www.o2fo.com/scchinese/types-supported-by-spring-cloud-datastore.html

279.Spring Cloud Datastore 關(guān)鍵參考關(guān)系

常規(guī)關(guān)系可以使用@Reference批注進(jìn)行存儲。 import org.springframework.cloud.gcp.data.datastore.core.mapping.Reference; import org.springframework.data.annotation.Id; @Entity public class ShoppingOrder { @Id long id; @Reference List<Item> items; @Reference Item specialSingleItem; }...

http://www.o2fo.com/scchinese/key-reference-relationships-for-spring-cloud-datastore.html

280.Spring Cloud Datastore 按ID查找

...字段的索引編制,可以使用@Unindexed注釋。 例: import org.springframework.cloud.gcp.data.datastore.core.mapping.Unindexed; public class ExampleItem { long indexedField; @Unindexed long unindexedField; } 直接或通過查詢方法使用查詢時,如果select語句不是SELECT *或W...

http://www.o2fo.com/scchinese/spring-cloud-datastore-search-by-id.html

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

w3cschool 建議您:

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

熱門課程