实例化一个回调处理程序实例。
比如,每遇到一个标记,就实例化一个元素类。
For example, when it sees a tag, it instantiates the element class.
这就告诉PHP引擎您希望实例化一个新对象。
This tells the PHP engine that you wish to instantiate a new object.
我们可以定义实例化一个公司所必需的类型和属性。
We can define the Types and Properties necessary to instantiate a company.
第一件事就是实例化一个Persister对象。
实例化一个DII Call对象代理并对其进行设置。
首先,我们实例化一个标题行并向其添加一个左上角单元格。
First, we instantiate a header row and add a corner cell to it.
在load方法中,您正在实例化一个新的GMap2对象。
In the load method, you are instantiating a new GMap2 object.
代理主机实例化一个代理对象,该对象是从该JAR文件获得的。
The surrogate host instantiates a surrogate object, which is obtained from the JAR file.
您可以实例化一个新对象并使用箭头表示法来填充文档内的字段。
You would instantiate a new object and use arrow notation to fill in the fields in the document.
我们不能实例化一个抽象类,即使它们的字段和方法都是具体的。
We can't instantiate instances of abstract classes, even when all their field and method members are concrete.
然后通过传入数据源的jndi名称实例化一个PHP数据对象。
A PHP data object is then instantiated by passing in the jndi name of the datasource.
“每次实例化一个对象”的中心思想有可能会引起性能和容量问题。
The focus on "one object at a time," instantiated, has the potential to create performance and capacity problems.
作为另一种选择,清单5说明如何通过引用远程XML资源来实例化一个实例。
As an alternative, Listing 5 shows how you would instantiate an instance by referencing a remote XML resource.
知道了所需要的字节数后,我就实例化一个具有适当大小的字节数组。
When I know the required number of bytes, I instantiate an array of bytes of an appropriate size.
在Web服务的应用程序中实例化一个代理(可能还要设置该代理)。
Instantiate a proxy to the Web service's application (and possibly set up that proxy).
应用程序通过实例化一个LoginContext对象开始认证过程。
Applications begin the authentication process by instantiating a LoginContext object.
实例化一个service类,这个类在客户端代表了一个Web服务。
Instantiate a service class, which is the client-side representation of a Web service.
首先,该代码使用一个空构造函数实例化一个DDXQDataSource对象。
First, the code instantiates (with an empty constructor) a DDXQDataSource object.
这一映射允许服务器端的中间件在服务器进程中定位并实例化一个目标对象。
This mapping allowed server-side middleware to locate and instantiate a target object in the server process.
Web容器为它所加载的每个 Web模块实例化一个JSP扩展处理器。
The Web container instantiates one JSP extension processor for each Web module that it loads.
这个类还必须具有一个no-arg构造函数,该函数将被Flex用来实例化一个实例。
The class also must have a no-arg constructor which will be used by Flex to instantiate an instance.
在原型生命周期中,ApacheWink运行时为每个传入请求实例化一个新的对象。
In a prototype life cycle, the Apache Wink run time instantiates a new object for every incoming request.
这个方法实例化一个名为noOptions 的 5 字节数组,它初始化为五个零。
This method instantiates a 5-byte array named noOptions initialized to five zeros.
清单9中的代码实例化一个Python桌面应用程序,然后通过调用run方法启动桌面。
The code in Listing 9 instantiates a Python desktop application and then starts the desktop by calling the run method.
你可以直接实例化一个CipherService-没有奇怪或让人混乱的工厂方法;
You can instantiate a CipherService directly - no strange or confusing factory methods.
然后,在匹配的情况下,这个 factory实例化一个 ConfigGetter。
The factory then instantiates a ConfigGetter in the case of a match.
如果使用BoxImpl .make工厂实例化一个Box,您只需要指定一次类型参数。
If you instantiate a Box using the BoxImpl.make factory, you need only specify the type parameter once.
清单1实例化一个默认的树查看器;您也可以定制树,并用树对象作为参数,用构造函数实例化树查看器。
Listing 1 instantiates a default tree viewer; you can also customize the tree and instantiate the tree viewer by using a constructor with a tree object as the parameter.
再接下来,实例化一个File对象,它的名称是将成为XML文档的那个文件的名称。
Next, you instantiate a File object with the name of the file that will be the XML document.
应用推荐