1)binding[英]['ba?nd??][美]['ba?nd??]绑定
1.Analysis on the data source binding based on ASP.NET;基于ASP.NET数据源绑定技术的分析与研究
2.Correspondent Node Binding of Method Based Mobile Option in Hierarchical Mobile IPv6 Inter-region Handoff;基于移动选项的HMIPv6域间切换对端绑定方法
3.Naming and binding technique in COM;COM中的命名和绑定技术
英文短句/例句
1.Advanced binding allows you to bind properties of the control.高级绑定使您能够绑定控件的属性。
2.Directory contains invalid binding values. Please verify the bindings.目录包含无效绑定值。请验证绑定。
3.Pricing (versioning, bundling)定价(版本控制、捆绑定价)
4.Void - The lack of any sort of bond (particularly a chemical bond) at the site of bonding.无效-在应该绑定的地方没有绑定(特别是化学绑定)。
5.The binding does not contain an entry name.绑定不包含登录项名字。
6.The binding handle is not the correct type.绑定句柄的类型不正确。
7.Orchestration "{0}" port "{1}" binding:业务流程“{0}”端口“{1}”绑定:
8.Do not use late-binding invocation when early-binding is possible.只要可以用前期绑定就不要用后期绑定。
9.Cannot schema bind %S_MSG '%.*ls'. '%.*ls' is not schema bound.无法将 %1! ''%2!'' 绑定到架构。''%4!'' 尚未绑定到架构。
10.This would cause two bindings in the collection to bind to the same property.这会使集合中的两个绑定绑定到同一个属性。
11.More than one binding named '{0}' was specified. Each binding must have a unique name.指定了一个以上名为“{0}”的绑定。每个绑定必须具有唯一的名称。
12.Where conflicts occur, the parameters bound using the Component annotation will take precendence over parameter bindings in the template.当两种绑定方式有冲突的时候,使用组件标注绑定的参数将接管在模板中绑定的参数。
13.Returns the name of the field bound to the specified column.返回绑定到指定列的字段的名称。
14.Customized Bundling for Internet Information Goods;网络信息商品的定制化捆绑定价策略
15.To create a new bond, tap New. Tap and hold an existing bond for more options.要创建新绑定,请点击“新建”。点击并按住现有绑定可查看更多选项。
16.%1 wants to bond over Bluetooth with your phone. Add %2 to your bonded device list?%1 要通过 蓝牙 与您的电话绑定。将 %2 添加到您的绑定设备列表中吗?
17.Deathwing Brood Cloak: These cloaks are now bound on equip instead of bound on pickup.死亡之翼血脉披风:这些披风现在由“拾取后绑定”改为“装备后绑定”。
18.Error: Binding type not supported, at column (%0)%1错误: 不支持绑定类型,位于 (%0)%1 列
相关短句/例句
bind绑定
1.Unbind the tactical of MAC address and IP address bindingMAC地址与IP地址绑定策略的破解
2.net, including how to add data item, sort and bind ArrayList control to RadioButtonList control.net中ArrayList控件的使用方法,其中包括数据项的添加,排序以及将ArrayList控件绑定到adioButtonList控件的方法。
3.This article described a security way that binding IP address and MAC address combine with using access-list.介绍了绑定IP地址和MAC地址与访问列表相结合的安全管理办法 。
3)Bonding Capillary毛细绑定
1.Realization of Bonding Capillary Technology;毛细绑定技术(BC)的实现
4)electrodes-binding technique绑定电极
5)bundling pricing捆绑定价
1.This paper introduces three kinds of price discrimination,and analyzes a prevalent price discrimination--bundling pricing.介绍了3种形式的价格歧视,并分析了一种比较流行的价格歧视——捆绑定价。
6)Binding of ARPARP绑定
延伸阅读
绑定绑定binding bangding绑定(binding)一个对象(或事物)与其某种属性建立某种联系的过程。如:一个变量与其类型或值建立联系,一个进程与一个处理器建立联系等。这种联系的建立,实际上就是建立了某种“约束”。 绑定主要用于程序设计语言、数据库等方面。 在程序设计语言中,它指把数据名转换为机器地址的过程,把类型或值赋予变量或参数的过程等。 在数据库系统中,则指把数据的一种视图转换为另一种视图的过程。在应用程序可以使用数据之前,先要把应用程序的局部逻辑视图(子模式)绑定到数据库的全局逻辑视图(模式),尔后再绑定到物理视图(存储模式)。绑定可以早在编译时进行,也可以迟至取数据时进行。一般而言,及早进行绑定可提高运行效率,但适应修改的灵活性就较差;延迟绑定则可取得相反的效果。程序设计语言的设计必须在灵活性和效率之间求得平衡,绑定时间的控制正是达到这种平衡的一个重要手段。 绑定还分静态螂定和动态娜定,静态绑定只需检查程序正文就可以判定绑定出现与给定的应用出现是否对应。至于动态绑定,绑定出现与给定的应用出现是否相对应要取决于程序的动态控制流,IJSP和3nalltalk等语言有动态绑定,即有动态类型,大多数程序设计语言(包括FORTRAN,AL〔X〕L,Ada,PASCAL等)均选择了静态绑定。