青年中文青年中文

data binding的意思

data binding中文翻譯:

數據綁定

相似詞語短語

binding───n.裝訂;捆綁;粘合物;v.捆綁(bind的ing形式);n.(Binding)人名;(德)賓丁;adj.有約束力的;捆綁的

binding group───結合基團

binding tape───捆條;包裝帶

binding as───n.(Binda)人名;(匈)賓道;(法)班達;(英、西、意、瑞典)賓達

binding affinity───[醫]親合力

binding contract───有法律約束力的契約;有約束力的合同

legally binding───有法律約束力;受法律約束;[法]有法律約束力

binding buffer───結合緩沖液

binding energy───[核]結合能;[物]束縛能;鍵能

雙語使用場景

I thought this was data binding!───我認為這就是數據綁定!

This is called data binding.───這稱為數據綁定。

What is custom data binding?───什么是自定義數據綁定?

And like those other terms, data binding is often defined incorrectly.───而且和其他術語一樣,數據綁定也常常被錯誤的定義。

First, it's easy to tightly couple your data binding code to the endpoint that you control.───首先,數據綁定代碼很容易和能夠控制的端點緊緊捆綁在一起。

Essentially, data binding is an automatic way of setting any run-time accessible property of any control on a form.───基本上,資料系結是一種可自動在表單上的任何控制項上,設定任何可在執行階段存取的屬性的方式。

By this point, you might have forgotten that you're reading an article in a series about data binding.───現在您可能已經忘記正在閱讀的是一篇關于數據綁定的文章。

When you control one endpoint, you still write the interface into and out of your data binding as if you don't control either endpoint.───在控制一個端點時,仍然要像兩個端點都不能控制那樣編寫和數據綁定交互的接口。

Experiment with using SQL and XML data binding in the same application to understand how the same sort of mapping paradigm is used for both.───在同一個應用程序中使用SQL和XML數據綁定,兩者采用了同樣的映射范型。

英語使用場景

Data binding is performed using braces (for example, the TextArea element's text attribute is bound to the ActionScript message instance variable).

While that's the most common approach to data binding, APIs that take an XML document and represent the entire document as an object are also a form of data binding.

The data binding is configured with the appropriate map names, which are invoked at run time to convert the native data to the data object format, and vice versa.

With data binding you maintain control over the XML representation of data.

Figures 1 through 6 illustrate how the data binding frameworks perform in extended test runs that are representative of server environments.

The Data Binding class reads the native MQ message, parses it, and populates a business object of a previously defined type with that data.

Without the custom data binding, running the WSDL2Java command below generates SEI as shown in Listing 7, where its parameter type, as dictated by JAX-RPC, is javax.xml.soap.SOAPElement.

Read the first installment of the Practical data binding column in which Brett examines several important concepts in data binding, including round-tripping and semantic equivalence.

First, data binding in general can greatly simplify programming tasks, especially when you need to persist data to some type of static storage (like a file, as shown in this article).