The path that is parsed in the example is a path to an instance of a class.
该示例中分析的路径是指向一个类的实例的路径。
The proxy will create one instance of a class loader for each XML schema version.
代理将为每个XML模式版本创建一个类实例。
Is it incorrect to create a new instance of a class with a static method on it?
这是不正确的创建类的新实例,静态方法吗?
In other words, you create an instance of a class which gives you an object to work with.
换句话说,你创建了类的一个实例,从而提供了一个可以操作的对象。
The first parameter is an instance of a class that implements the SensorListener interface.
第一个参数是实现 SensorListener 接口的类的实例。
The object to be marshalled must be an instance of a class that's defined with a global mapping in the binding.
要数据编组的对象必须是类的一个实例,该类是用绑定中的全局映射定义的。
Specifies that one or more declared member variables refer to an instance of a class that can raise events.
指定一个或多个已声明成员变量引用可引发事件的类的实例。
The instance_eval method of Object allows you to evaluate a string or block in the context of an instance of a class.
instance_eval方法,可以在一个类实例的上下文中对给定字符串或block进行求解。
There must be exactly one instance of a class, and it must be accessible to clients from a well-known access point.
必须有准确的一个类的实例,而且必须可从众所周知的接入点客户端。
Object diagrams to represent the values of attributes for a specific instance of a class and the relationship among objects.
对象关系图表示类的特定实例的属性值以及对象之间的关系。
In Listing 3, you can see that the CustomerLister constructor accepts an instance of a class that implements the CustomerFinder interface.
在清单3中,可以看到CustomerLister的构造函数接受一个实现CustomerFinder接口的类的实例。
The other way to say it is, never define a global (static global) instance of a class whose constructor or destructor may throw exceptions.
换一种说法就是永远都不要为那些其构造函数和析构函数可能抛出异常的类定义全局(静态全局)实例。
While an instance of a class contains a separate copy of all instance fields of the class, there is only one copy of each static field.
尽管类的实例包含该类所有实例字段的单独副本,但每个静态字段只有一个副本。
The actual class that represents an .aspx page in action is an instance of a class that derives from Page; hence, it can call into protected methods.
真正代表一个 .aspx活动页面的类是从Page派生的一个类的实例;因此,它能够调入受保护的方法。
If the DLL allocates some memory-for example, for the creation of a new instance of a class-this memory is marked in the allocation list of the DLL.
举例来说,如果DLL分配一些内存来创建类的实例,这些实例用的内存被标记到DLL里。
Listing 6 shows that the UserSearch bean is an instance of a class named org.acegisecurity.ldap.search.FilterBasedLdapUserSearch, whose constructor takes three parameters.
清单6展示了UserSearchbean是or g . acegisecurity . ldap . search .filterbasedldapusersearch类的一个实例,该类的构造函数具有三个参数。
The singleton pattern ensures that only a single instance of a class is normally used by an application, but still allows alternate instances to be created as required.
单元素模式可以确保应用程序通常只使用类的单个实例,但是仍然允许根据需要创建备用实例。
If you use this variable to pass a reference to an instance of a class, the members of the instance can be modified by the thread-pool thread and used as return values.
如果您使用这个变数将参考传回类别的执行个体,则执行绪共用执行绪可以修改执行个体的成员,并当做传回值使用。
For instance, the first tag of Listing 1 identifies a component instance named FilterChainProxy, which is an instance of a class named org.acegisecurity.util.FilterChainProxy.
比方说,清单1的第一个标记标识了名为FilterChainProxy的组件实例,它是名为or g . acegisecurity . ut il . FilterChainProxy的类的实例。
Other instances in which this pattern is useful include logging and printing, such as when you want only one instance of a class to access and control one particular printer at a time.
在其他实例中,此模式也是有用的,包括登录和打印,例如,当您想要一个能够每次访问并控制一个特别打印机的类实例。
We'll use the term instance to refer to a class instance generically, meaning either an object or an instance of a class, to avoid the potential for confusion between these two concepts.
我们会使用术语实例来称呼一个类的实例,意思是类的对象或者实例,用来避免两者之间的混淆。
Finally, the proxy creator creates an instance of a class named Cglib2AopProxy, passing all the bean names (from Step 2) and the interceptor (from Step 3) to the Cglib2AopProxy class.
最后,代理创建器创建一个cglib2aopproxy类的实例,将所有bean名称(步骤2)和拦截器(步骤3)传递到cglib2aopproxy类。
If you don't have this knowledge, presume that the application has created an instance of the sax parser and an instance of a class that implements the org.xml.sax.ContentHandler interface.
如果您还没有这一知识,则假设应用程序已经创建了sax语法分析器的实例以及能够实现or g . xml . sax .ContentHandler接口的类的实例。
This means, for instance, a CUNY student could reasonably expect to receive the same quality of instruction from a prestigious professor as they would if they were enrolled in the same class at NYU.
这意味着,比如说,纽约市立大学的学生可以跟随一位有声望的教授进行学习,得到与他们在纽约大学同一个班级所得到的同等质量的教育,这种期望十分合理。
Instead you can define some as an object (instead of a class) and it becomes a singleton instance of the class.
相反您可以定义一个对象(而不是类)并且它将成为类的一个单例实例。
The invocation handler will contain an instance of a real implementation class as an instance variable.
调用处理程序中会包含一个实际的实现类的实例,把它作为实例变量。
The idea here is to assign an instance of a special kind of class to an attribute within another class.
其原理就是将某种特殊类型的类的实例指派给另一个类的属性。
The idea here is to assign an instance of a special kind of class to an attribute within another class.
其原理就是将某种特殊类型的类的实例指派给另一个类的属性。
应用推荐