网站首页  词典首页

请输入您要查询的英文单词:

 

单词 class instance
释义

class instance

  • 网络类实例;类别实体;类别实例
1.
类实例
  不支持类实例class instance)的终结(finalization),即不存Object.finalize()方法。(注:finalization指的是java中提供的有 …
java.chinaitlab.com
2.
类别实体
vocabulary English Learning English... ... class initializer 类别初始设定式 class instance 类别实体 class library 类别库 ...
rwhdavid1979.bokee.com
3.
类别实例
程式设计语言"_馆档网 ... "类别初始器"," class initializer" "类别实例"," class instance" "分类间隔"," class interval" ...
www.guandang.com
4.
类创建一个实例
(5)为页面类创建一个实例class instance);(6)将页面实例作为客户响应(response)发送回客户端; 下面的步骤是没 …
hi.baidu.com
5.
类别实例变数
大标: ... Classes 类别定义 * Class Instance 类别实例变数 * Files 档案 ...
www.chinesepython.org
6.
类别执行个体
记录器类别 English, 翻译,... ... 类别选取器 class selector 类别执行个体 class instance 类别中继资料 class meta-data ...
zh.glosbe.com
7.
类的实体
这个概念和“类的实体class instance)”等同互用。
www.haogongju.net

例句

释义:
1.
When you make changes to members of the object referred to by the object reference, the changes apply to the actual class instance.
当您对由对象引用所引用的对象的成员进行更改时,这些更改将应用于实际的类实例。
msdn2.microsoft.com
2.
Furthermore, the owner of the Auction class instance must be able to modify the acceptance flag in the related Bid class instances.
而且,Auction类实例的所有者必须能够修改相关的Bid类实例中的接受标志。
www.ibm.com
3.
Finally, it dawned on me that they had declared many variables with global scope (class instance variables) via declaration elements.
最后,我发现他们通过声明元素声明了很多全局变量(类实例变量)。
www.ibm.com
4.
Delegates, which are data structures that refer to a static method or to a class instance, are also non-blittable.
委托(它是引用静态方法或类实例的数据结构)也是非直接复制到本机结构中的。
msdn2.microsoft.com
5.
Some nodes do not show the class name because those instances do not contribute significantly to the size of the root class instance.
某些节点并未显示类名,这是由于这些实例对根类实例的大小无显著影响。
www.ibm.com
6.
Modifiers can be used to make a class instance behave more like a JScript object.
修饰符可用于使类实例的行为更像JScript对象的行为。
msdn2.microsoft.com
7.
With a little bit of work, we can extend JAAS to include a generalized class instance-level authorization framework.
只要做一点工作,我们将可以扩展JAAS,使其包含一个通用的、类实例级的授权框架。
www.ibm.com
8.
The data table (dt) with all types is retrieved by means of the inspection handler class instance (inspectionHandler).
通过检查处理程序类实例(inspectionHandler)检索具有所有类型的数据表(dt)。
msdn2.microsoft.com
9.
You dissociate it from any class instance , and you cannot access any members through the variable until you assign another instance to it .
将其与任何类实例断开关联,在给它赋予另一个实例前,不能通过变量访问其他成员。
www.bing.com
10.
In the relationship modeled in Figure 13, a Company class instance will always have at least one Department class instance.
在图13中的关系建模中,一个Company类实例至少总有一个Department类实例。
www-128.ibm.com
1.
The Body property can be any serializable object, such as a text string, structure object, class instance, or embedded object.
Body属性可以是任何可序列化的对象,如文本字符串、结构对象、类实例或嵌入对象等。
msdn2.microsoft.com
2.
cargo might also be a database connection, a complex class instance, or a list with several items in it.
cargo还可能是数据库连接、复杂的类实例或带有几个项的列表。
www.ibm.com
3.
Initializes the class for use by an inherited class instance.
初始化该类供继承的类实例使用。
msdn2.microsoft.com
4.
Gets the class instance on which the current delegate invokes the instance method.
获取类实例,当前委托将对其调用实例方法。
msdn2.microsoft.com
5.
Inside the get method, a bean should be returned from the session if its instance is not set in the current action class instance.
在get方法中,如果某个bean的实例没有在当前操作类实例中设置,那么应该从会话返回那个bean。
www.ibm.com
6.
Gets the mutually exclusive lock that protects the class instance during a state transition.
获取在状态转换过程中保护类实例的相互排斥锁。
msdn2.microsoft.com
7.
This invoke method takes two arguments, which supply the class instance and an array of parameter values for the call.
这种invoke方法使用两个参数,为调用提供类实例和参数值数组。
www.ibm.com
8.
Creates a delegate of the specified type that represents the specified instance method to invoke on the specified class instance.
创建指定类型的委托,该委托表示要对指定的类实例调用的指定实例方法。
msdn2.microsoft.com
9.
Passes a persistent string value to a class instance on construction of the instance.
在构造实例时,将持久性字符串值传递到类实例。
msdn2.microsoft.com
10.
It compares the owner of the class instance with the subject (user) executing the code.
它将类实例的所有者与执行代码的subject(用户)进行比较。
www.ibm.com
1.
Reference to the class instance on which the method is being invoked.
这个隐藏参数是指向调用这个方法的类实例的。
www-128.ibm.com
2.
Class for use by an inherited class instance.
类以供继承的类实例使用。
msdn2.microsoft.com
3.
If a relationship is defined, then the class instance (Resource) being protected must be passed into the ResourcePermission constructor.
如果定义了一个关系,那么必须把受保护的类实例(Resource)传递到ResourcePermission构造函数中。
www.ibm.com
4.
Controls the schema generated by the XmlSerializer when a class instance is serialized as SOAP encoded XML.
将类实例序列化为SOAP编码的XML时,控制XmlSerializer生成的架构。
msdn2.microsoft.com
5.
A user-defined method object combines a class, a class instance (or None ) and any callable object (normally a user-defined function).
用户自定义方法合并了一个类,一个类实例(或None)和任何可调用对象(一般是用户自定义函数)。
man.ddvip.com
6.
After creating the proxy class instance, you can set its callback functions and optionally set its time-out or user-context properties.
在创建代理类实例之后,可设置其回调函数,还可以有选择地设置其超时属性或用户上下文属性。
technet.microsoft.com
7.
After you create a Nessus class instance, it needs to be initialized.
创建了Nessus类实例后,需要对其进行初始化。
www.ibm.com
8.
Classes that require class instance-level access control must implement the Resource interface.
要求类实例级访问控制的类必须实现Resource接口。
www.ibm.com
9.
Initializes a delegate that invokes the specified instance method on the specified class instance.
初始化一个委托,该委托对指定的类实例调用指定的实例方法。
technet.microsoft.com
10.
Each resource accessed by a class instance, or object, enlists in the transaction.
类实例或对象访问的每个资源都在事务中登记。
msdn2.microsoft.com
1.
A class object can be called (see above) to yield a class instance (see below).
一个类对象可以创建(见上),这样会产生一个类实例(下述)。
man.ddvip.com
2.
Next, notice how the HTML tag is opened by creating a new xforms_lib class instance by passing in the three namespaces.
接下来,注意HTML标记的打开方式,即,传入三个名称空间,创建一个新的xforms_lib类实例。
www.ibm.com
3.
The Exception class instance corresponds to the error that occurred in the Try block.
Exception类实例与Try块中发生的错误相对应。
msdn2.microsoft.com
4.
If the class hasn't been loaded yet, the class loader will load it now and return the newly constructed class instance.
如果类未被装入,类装入器将现在装入并返回新创建的类实例。
www.ibm.com
5.
Represents a reference to the current local class instance.
表示对当前本地类实例的引用。
msdn2.microsoft.com
6.
Parser errors are returned in the Compilation Unit class instance.
解析器错误是在编译单元类实例中返回的。
www.ibm.com
7.
The serialized class instance might resemble the following, if two items are ordered.
如果订购了两件商品,则序列化的类实例可能如下
msdn2.microsoft.com
8.
Provides a way to refer to the base class of the current class instance.
提供一种方法以引用当前类实例的基类。
msdn2.microsoft.com
9.
This helps the service class instance relinquish the resources it is using.
方法。这有助于服务类实例放弃它正在使用的资源。
www-128.ibm.com
10.
In this section, we will model a concrete Java class (instance of EClassX) having two concrete methods whose implementation we will model.
在本节中,我们将对一个具体的Java类(EClassX的实例)进行建模,这个类包含两个具体的方法,我们将对这两个方法的实现进行建模。
www.ibm.com
1.
The ID name you ll use to reference this class instance in the XML document.
用于在XML文档中引用这个类实例的ID名。
www-128.ibm.com
2.
Action shows a special data entry form for one class instance.
动作显示来自一个类实例的特殊数据条目。
www-128.ibm.com
3.
After the user is authenticated, the program tries to create a UserProfile class instance, modify it, and read from it.
在认证了用户之后,程序设法创建一个UserProfile类实例,修改它并从中读取。
www.ibm.com
4.
To delete the class instance, select it and click the delete (X) button.
若要删除类实例,请选中该实例并单击删除(X)按钮。
msdn2.microsoft.com
5.
For now, let's take a look at a simple class instance. To begin, we created a Python module named persist. py
现在,我们看一个简单的类实例。
www.ibm.com
6.
An explicitly implemented member cannot be accessed through a class instance, but only through an instance of the interface, for example
显式实现的成员不能通过类实例访问,而只能通过接口实例访问,例如
msdn2.microsoft.com
7.
The class instance on which the delegate invokes
类实例,委托对其调用
msdn2.microsoft.com
8.
Step 4. Add the above class instance to the body of the SOAP message
步骤4.将上述类实例添加到SOAP消息的主体
www.ibm.com
9.
In this case, you can access the English units from the class instance and access the metric units from the interface instance
这种情况下,可以从类实例访问英制单位,而从接口实例访问公制单位
msdn2.microsoft.com
10.
Resolves a single merged object into target class instance
将合并的对象分解成目标类别实例
www.drados.com
1.
Pass the structure or class instance to the
参数将结构或类实例传递给
msdn2.microsoft.com
2.
Listing 4: Initializing a Nessus class instance
清单4:初始化Nessus类实例
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/20 2:25:12