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).