You start by creating an object.
首先创建一个对象。
Creating an object by specifying a class explicitly.
通过指定的显式类创建对象。
By declaring it static, you save client code the overhead of creating an object.
通过声明为静态,为客户机代码节省了创建对象的工作量。
From a global perspective, there can be many things involved in creating an object.
从全局的视角来看,在创建对象时有很多事情要处理。
Define an interface for creating an object, but let subclasses decide which class to instantiate.
在基类中定义创建对象的一个接口,让子类决定实例化哪个类。
Define an interface for creating an object, but let subclasses decide which class to instantiate.
定义了一个用于创建对象的接口,但是让子类去决定实例化哪一个类。
This designer provides a rich user interface for creating an object model from an existing database.
此设计器提供了用于从现有数据库创建对象模型的丰富用户界面。
Creating an object model that USES inheritance and corresponds to relational data can be somewhat confusing.
创建一个使用继承并对应于关系数据的对象模型可能有些不易理解。
In this case, the bean definition does not correspond to a single object, but is a recipe for creating an object.
在这种情况下,bean定义与一个单个对象没有关系,而是一个用来创建对象的配方。
When the mind and spirit recognizes the existence of self, it will manifest itself by creating an object to represent it.
当精神性意识到自身的存在,就会发挥作用并为自己创造出自我代言的必需品。
The Factory Method Pattern defines an interface for creating an object, but lets subclasses decide which class to instantiate.
工厂方法模式定义了一个创建对象的接口,但由子类决定实例化的逻辑。
Define an interface for creating an object, but let subclass decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
定义一个用于创建对象的接口,让子类决定实例化哪一个类。工厂方法使一个类的实例化延迟到其子类。
Define an interface for creating an object, but let subclasses decide which class to instantiate. Factory Method lets a class defer instantiation to subclasses.
定义一个用于创建对象的接口,让子类决定实例化哪一个类。工厂方法使一个类的实例化延迟到其子类。
The Factory Method Pattern is a creational pattern that defines an interface for creating an object but lets subclasses decide which actual class to instantiate.
Factory方法模式是一个创建的模式,它定义一个用来创建对象的接口,而让子类来决定实例化哪个类。
Creating a work item on an instance object for an additional person.
在一个实例对象上为另一个人创建一个工作项。
It begins by creating a request object and then popping up an informational message box.
它先是创建一个请求对象,然后再弹出一个信息消息框。
Of course, creating a handle every time you create an object can result in a lot of handles!
当然,每次你创建一个对象的时候都创建一个句柄将会产生很多句柄。
Now you can pass in an object directly that is compatible with the expected database connection object, and it will use that object instead of creating a new one.
现在您可以直接传入一个对象,它与预期数据库连接对象相兼容,然后直接使用这个对象,而非创建一个新对象。
The following code provides an example of creating a template for the global object and setting the built-in global functions.
下面的代码提供了一个为全局对象创建模板并且设置全局函数的例子。
So clearly, you won't learn about an amazing new GUI object or some sort of super-secret approach to creating user interaction; you will work with simple requests and simple responses.
显然,我们不会遇到特别新的GUI对象或者创建用户交互的某种超极神秘的方法,我们将使用非常简单的请求和非常简单的响应。
Whenever possible, avoid creating objects to prevent associated performance costs of calling the constructor, and subsequent cost of GC when an object reaches the end of its lifecycle.
只要有可能,应该避免创建对象,防止调用构造函数带来的相关性能成本,以及在对象结束其生命周期时进行垃圾收集所带来的成本。
When you add a listener to an object, you're creating a direct, strong association between the widget and your listener (see Figure 2).
当您向一个对象添加侦听器时,您是在小部件和侦听器之间创建了一个直接的、牢固的关联(参看图2)。
I have only one method — add, which begins by creating an empty Recipe object.
只有一个方法add,它首先创建一个空的Recipe对象。
Incorporating enumeration into your code is as easy as creating a RecordEnumeration object from an open record store and looping through each record.
为代码添加枚举功能非常简单,只需在一个打开的记录存储上创建一个RecordEnumeration对象并遍历所有记录即可。
The OrderProcessing module plays the role of a test client for the logical attachment scenario, by creating an Order data object with the logical attachment as input to the OrderToShipment module.
OrderProcessing模块在逻辑附件场景中充当测试客户端的角色,以逻辑附件为输入创建一个Order数据对象到OrderToShipment模块中。
Fire up an xterm session, and let's begin to explore object files by creating a clean workbench.
启动一个xterm会话,让我们先创建一个空白的工作台,并开始对目标文件进行研究。
Art and discipline of creating an actual, or implied, plan of any complex object or system.
创建任意复杂对象或系统的实际或隐含计划的艺术与规程。
To read audit entries from the current site collection you must start by creating an SPAuditQuery object and initializing it with an SPSite object.
在从当前网站集中读取审计信息前,我们首先要创建一个SPAuditQuery对象,并用一个SPSite对象初始化它。
For example, the previous article formed a box by creating a square Face object and calling the pushpull method with an argument of -9.
例如,前一篇文章通过创建一个正方形Face对象,并使用参数- 9调用pushpull方法,形成了一个盒状立体图形。
For example, the previous article formed a box by creating a square Face object and calling the pushpull method with an argument of -9.
例如,前一篇文章通过创建一个正方形Face对象,并使用参数- 9调用pushpull方法,形成了一个盒状立体图形。
应用推荐