Design patterns are common interactions of objects and methods that have been proven over time to resolve certain problems.
设计模式指对象和方法的常见交互,并且时间证明它可以解决某些问题。
Likewise, UDDI4J interprets response messages from a UDDI registry and presents a set of objects and methods used to access the response message.
同样地,UDDI4J解释来自uddi注册中心的响应消息,并提供一组用来访问响应消息的对象和方法。
It provides objects and methods for accessing the asset manifest in an object-oriented style and offers full control on the extended metadata of the assets.
它以一种面向对象的方式提供访问资产清单的对象和方法,并提供对资产已扩展元数据的完全控制。
Moreover, to anyone who is convinced of the mind's singleness of purpose, nothing is more futile than these distinctions based on methods and objects.
此为,对任何确信心智具有单一目的性的人来说,没有任何东西会比这些基于方法和目标的特征更加无用的了。
You should also review the Resources at the end of this tutorial for more information about database objects and programming methods.
还应查阅本教程最后的参考资料,获取关于数据库对象和编程方法的更多信息。
OQL queries can also invoke methods on the objects themselves, use regular expressions as part of the query, and use built-in query tools.
OQL查询同样可以调用对象的方法,将正则表达式作为查询的一部分,并使用内置查询工具。
The corresponding methods on the provider and resource objects can be called multiple times during the life of the object before being made available for garbage collection.
在对象的生命周期期间,在将提供者和资源对象中的相应方法作为垃圾回收之前,可对其进行多次调用。
By arranging for objects of different types to implement common methods, we move the dispatch decision into the objects and out of an explicit conditional block.
通过安排不同类型的对象来执行公共方法,我们将分派决定移到对象中并从显式条件块中消除。
DOM defines a standard set of interfaces for representing documents, a standard model of how these objects can be combined, and a standard set of methods for accessing and manipulating them.
DOM定义了一组表示文档的标准接口、一个用于组合这些对象的标准模型和一组用于访问和操纵它们的标准方法。
It would be nice to have similar operators that could take names of, say, methods and give you other metadata objects, like method infos, property infos, and so on.
要是还有相似的用来获取名称的操作符就好了。比如,给你其它元数据对象——诸如方法信息、属性信息等等——的方法。
Either way, when you call one of the service methods the stub handles converting request data objects to XML, and returned XML to response data objects, using your selected data-binding framework.
无论采用哪种方式,调用服务方法时,存根都将使用所选数据绑定框架处理将请求数据对象转换为XML,以及将返回的xml转换为响应数据对象的工作。
The ActivityStreamsEntry class also includes simple helper methods for adding an author, objects, and verbs to the entry, ensuring the proper variable type of these values.
activitystreamsentry类也包括了用于给项添加作者、对象和动词的简单帮助器方法,可以保证这些值的变量类型是正确的。
Since certain objects are being accessed via certain access methods and I/O operations, at least for the majority of all operations—the old rule is an 80-20 split.
由于某些对象是通过某些访问方法和I/O操作予以访问的,至少对大部分操作而言是这样 —原来的规则是 “二八开”。
Amazon S3 supports multiple methods of creating, editing, and deleting buckets and objects within buckets.
AmazonS3支持使用多种方法创建、编辑和删除桶以及其中的对象。
The find_business and find_service methods on UDDIProxy now accept a collection of 'Name' objects rather than a single value.
UDDIProxy上的find _ business和find_service方法现在接受“Name”对象的集合,而不是只接受一个单值。
Method chaining works best for the creation of simple data objects, yet here I'm using it both for the setter methods on Appointment and in AppointmentCalendar to start the method chain.
方法链接对于简单数据对象的创建最有效,但是这里我同时为Appointment上和AppointmentCalendar中的setter方法启用方法链接。
For instance, for querying, mobl exposes the collection type, which has methods to filter, sort and page the contents of a collection of entity objects. These methods would can be called as follows.
例如,对于查询,mobl暴露了Collection类型,它拥有对实体对象的集合进行过滤、排序和分页的方法。
There are many ways of representing the objects of mathematics in programs, and Martin Johansen's Dcas system demonstrates just how different these methods can be.
存在许多在程序中表示数学对象的方法,而MartinJohansen的Dcas系统则证明了这些方法可以如何的千差万别。
They still have this in common with Data Transfer Objects, though: They are only carriers of data and do not have application methods or business logic defined for them.
但 SDO与数据传输对象依然存在共性:仅传送数据,没有为之定义的应用方法或业务逻辑。
This tutorial introduces different types of database objects and programming methods. In this tutorial, learn about.
数据库对象和编程方法。
You then have an API for accessing runtime information of the objects running in your application, like what properties and methods they have, what interfaces they implement, etc.
这样你就可以在运行时获得对象的信息,比如对象包含的属性和方法以及实现的接口等等。
Each of these methods accepts a transformation context object that can be queried to gain access to the source and target objects.
这三个方法都接受转换环境对象,可以查询它们来访问源和目标对象。
These special methods include allocation, deallocation, and initialization of objects.
这些专用的方法包括对象的分配,存储单元分配以及初始化。
The second antipattern (also known as Pass the Parcel) relates to situations where the same transfer objects and methods are specified in the designs of the components in each architectural layer.
第二个反模式(也称为传递包裹(Passthe Parcel))与以下情况有关:每个架构层的组件设计中指定了相同的传输对象和方法。
RDO provides the objects, properties, and methods needed to access the more complex aspects of stored procedures and complex resultsets.
RDO提供了访问面向复杂的存储过程,及复杂结果集所需要的对象、属性及方法。
Each of these methods accepts a transformation context object, which you can query to gain access to the source and target objects.
其中每一个方法接受一个transformationcontextobject,您可以对它进行查询,以获取对资源以及目标对象的访问权。
The resolve and queryConfigObjects methods are provided to obtain the IDs of config objects.
可以用resolve 方法和queryConfigObjects方法获取配置对象的标识。
Sure, but as you'll soon see in Section 2.4.4, ByteBuffer objects possess a host of convenience methods for getting and putting the buffer content as other primitive data types.
当然,但是您将很快看见,在2.4.4,字节缓冲区对象拥有一大堆方便的方法,作为别的基本数据类型用来获取和存放缓冲区内容。
The state audit of the construction project has the characteristics of numerous contents , wide objects , flexible audit methods and audit running through the whole construction process .
国家建设项目审计具有内容多、客体广、审计方法灵活和审计贯穿于建设项目全过程的特点。
The state audit of the construction project has the characteristics of numerous contents , wide objects , flexible audit methods and audit running through the whole construction process .
国家建设项目审计具有内容多、客体广、审计方法灵活和审计贯穿于建设项目全过程的特点。
应用推荐