一个关键的对象实例化的时间是多少?
首先,将form对象实例化,然后设置它的动作和方法。
First, the form object is instantiated, and its action and method are set.
即使在对象更新它们状态的情况下,也应该谨慎地考虑对象实例化。
Even in the case when objects update their state, object instantiation should be carefully considered.
当参数对象实例化完成之后,您就准备好了调用REST服务。
Once the parameters object is instantiated, you are ready to invoke the REST service.
另外,它还创建应用程序对象的一个实例并开始初始化过程。
It also creates an instance of the application object and begins the initialization process.
只有当对象创建后,实例的初始化才开始执行。
Instance initializers are executed only if an object is constructed.
从该类实例化的任何对象属于该类定义的类型。
Any object instantiated from that class belongs to that type by definition.
实例化该类的一个对象。
需要实例化历史堆栈对象并从缓冲区加载它们。
The history stack object will need to be instantiated and loaded from cache.
测试定义是业务对象的序列化实例。
The Test definitions are serialised instances of a business object.
这就告诉PHP引擎您希望实例化一个新对象。
This tells the PHP engine that you wish to instantiate a new object.
可以实例化该对象,把请求转发给任何一个库。
The object can be instantiated to forward a request to any of the libraries.
至少在形式上,实例化对象与调用函数相似。
In form at least, instantiating an object is similar to calling a function.
我们也称用来实例化对象的类为那个对象的类型。
We also call the class used to instantiate an object the type of that object.
下一步,应用程序将控制器对象作为全局变量进行实例化。
Next, the application instantiates the controller object as a global.
最后,我将实例化的对象存储在Object数组中。
Finally, I store the instantiated object in an object array.
第3步:实例化参数对象。
在load方法中,您正在实例化一个新的GMap2对象。
In the load method, you are instantiating a new GMap2 object.
如果是,则一个StartElement对象被实例化。
然后调用new来实例化该模板,创建一个新对象。
Then, you call new to instantiate that template, creating a new object.
另一个类似行是File对象的实例化。
Another familiar line is the instantiation of the File object.
StringTokenizer对象是使用事件数据和分隔符“;”实例化的。
A StringTokenizer object is instantiated with the event data and the delimiter "; ".
第一件事就是实例化一个Persister对象。
UsernamePasswordToken对象由用户名和密码的组合实例化。
The UsernamePasswordToken object is instantiated with the user name and password combination.
下一行实例化 soap_server对象。
在测试中实例化数据池对象。
它首先读取Services _ trackback类文件并初始化services _ trackback类的对象实例。
It begins by reading the Services_Trackback class file and initializing an object instance of the Services_Trackback class.
实例化Collaborator对象的惟一方法是提供两个简单参数。
The only way of instantiating the Collaborator object is to provide two simple arguments.
首先,该代码使用一个空构造函数实例化一个DDXQDataSource对象。
First, the code instantiates (with an empty constructor) a DDXQDataSource object.
在第五行中,TestCase . setUp被重载,从而对测试下的对象进行初始化或者实例化。
In line 5, TestCase.setUp is overridden to initialize or instantiate the object under test.
应用推荐