单词 | instance variables | ||||||||||||
释义 | instance variables
更多释义 收起释义 例句释义: 实例变量,实例变数,声明实例变量 1. Finally, it dawned on me that they had declared many variables with global scope (class instance variables) via declaration elements. 最后,我发现他们通过声明元素声明了很多全局变量(类实例变量)。 www.ibm.com 2. Method to compare instance variables in an Equals implementation, as shown in the following code example. 方法比较实例变量是适当的,如下面的代码示例所示。 msdn2.microsoft.com 3. Is an instance of the same class as this object, and that the inherited instance variables match. 是否是与此对象相同的类的实例,以及继承的实例变量是否匹配。 msdn2.microsoft.com 4. And returns the result of comparing the instance variables of the two objects. 并返回两个对象实例变量的比较结果。 msdn2.microsoft.com 5. Because Ruby does not require instance variable declaration, the simplest way to model instance variables is with a hash. 由于Ruby并不需要声明实例变量,因此建模实例变量最简单的方式就是使用散列。 www.infoq.com 6. Variables defined at this level are called instance variables, or ivars for short, and are stored as part of each object. 这个层次定义的变量就成为实体变量,或者简称为ivars,这些变量作为每个对象的一部分来存储。 www.bing.com 7. Declare the instance variables that correspond to the exposed properties, and initialize them in the constructor. 声明与公开的属性对应的实例变量,并在构造函数中对其初始化。 msdn2.microsoft.com 8. Columns that are named and typed on your database are renamed and re-typed as instance variables in your application code. 在你数据库中命名和输入的“列”却被重新命名和构造,被当成了程序代码中的实体变量。 www.infoq.com 9. JavaFX will insert the instance variables into the place holders in the string denoted using curly-braces. JavaFX将把实例变量插入到使用花括号表示的字符串的占位符中。 www.ibm.com 10. To simplify the example (and to lighten my workload) we've defined instance variables that hold the values of the nodes we intend to serve. 为了简化这个示例(并减少我的工作量),我们定义了一些实例变量来保存准备为其提供服务的节点的值。 www.ibm.com 1. As noted, the new code-behind model does not require explicit instance variables in the code-behind page. 如前所述,新的代码隐藏模型在代码隐藏页中不需要显式实例变量。 msdn2.microsoft.com 2. SAX2BestDeal has a few instance variables to store the content of the current name and price-quote. SAX2BestDeal有几个实例变量来存储当前name和price-quote的内容。 www.ibm.com 3. Tapestry must perform runtime class modifications to support instance variables, and may only do so for private variables. Tapestry必须执行运行时类的修改来支持实例变量,并且只对私有变量。 www.javaeye.com 4. You start by filling out the instance variables, constructor, and some helper methods that are not specific to Lotus Sametime. 首先需要填充实例变量、构造器和一些帮助器方法,这些内容并非特定于LotusSametime。 www.ibm.com 5. Simply assigning the new values to the instance variables will automatically update the user interface. 我们只需要简单的把最新的值赋给成员变量,用户界面会自动的变化。 kjam.org 6. These instance variables are not reset and, if they are not null, are used to provide the username and password on every request. 这些实例变量不能重新设置,如果它们不为空,则用于为每个请求提供用户名和密码。 www.ibm.com 7. The simple solution is to dump the values of all the instance variables to the screen as needed. 简单的解决方案是根据需要将所有实例变量的值都显示到屏幕上。 www.ibm.com 8. Add the following instance variables right after the class definition as shown in listing 1. 在类定义之后添加以下实例变量,如清单1所示。 www.ibm.com 9. In fill(dbRecord) the Vehicle object parses the data from the dbRecord (a data row), and fills in its own instance variables. 在fill(dbRecord)中Vehicle对象解析从dbRecord(一个数据组)获得的数据,填进自己的实例变量。 www.ibm.com 10. You will repeat this action for all the view components with the corresponding instance variables. 您将使用相应的实例变量对所有视图组件重复此操作。 www.ibm.com 1. Notice the instance variables (or ivars, as Cocoa and Cappuccino usually refer to them) for your controller in Listing 3. 注意清单3中您的控制器的实例变量(或ivar—Cocoa和Cappuccino通常这样称呼它们)。 www.ibm.com 2. Accessing arrays, instance variables, and object references are not supported as of now. 目前不支持访问数组、实例变量和对象引用。 www.ibm.com 3. C: The default constructor initializes the instance variables declared in the class. 默认的构造函数初始化类的实例变量。 community.csdn.net 4. You can include controls on a page without having to explicitly create instance variables for them in the code-behind class. 您可以在页中包含控件,而无需在代码隐藏类中为其显式创建实例变量。 msdn2.microsoft.com 5. If you scope variables appropriately and reduce the use of instance variables, you can reduce this kind of object retention. 如果您适当地限制了变量的范围并且减少实例变量的使用,则可以减少此类对象保留。 www.ibm.com 6. First, you must change the fields from individual instance variables to a hash table of field and value pairs. 首先,必须把字段从单个实例变量修改成字段和值组合构成的散列表。 www.ibm.com 7. In the present context it is enforced by selection of instance variables to represent computed intermediate and summary results. 在当前环境下,通过选择实例变量来表示计算得到的中间值和汇总结果,从而实施了该原则。 www-128.ibm.com 8. The code in Listing 3 sets up the instance variables Rails needs to show a paginated list of trails. 清单3的代码设置了Rails显示线路的分页列表时需要的实例变量。 www.ibm.com 9. True does the method compare the instance variables introduced in the derived class. 时,方法才比较派生类中引入的实例变量。 msdn2.microsoft.com 10. The action method sets up instance variables for the view and renders the view. 动作参数为视图设置实例变量,并呈现视图。 www.ibm.com 1. Specifically, how an object stores its instance variables in memory. 特别是对象如何在内存中存储其实例变量。 www.infoq.com 2. When modeling a statistical test or procedure, you need to figure out which instance variables to declare. 当对统计测试或过程进行建模时,您需要指出声明哪些实例变量。 www.ibm.com 3. The instance variables were declared as part of the bean implementation, which was a concrete class. 它将实例变量声明为Bean实现(一个实际的类)的一部分。 www.ibm.com 4. This includes the instance variables in the object's superclasses. 这包括对象超类中的实例变量。 www.ibm.com 5. The issue is for classes that have a small number of instance variables. 问题出在拥有少量实例变量的类上。 www.infoq.com 6. Using Action handler, attached to a task node enter event to create multiple node instances 10, based on the process instance variables. 使用动作处理器(Actionhandler):附加到任务节点的进入事件(enterevent),基于流程实例变量创建多个节点实例10。 www.infoq.com 7. The action method copies any instance variables to the view. 动作方法把实例变量拷贝到视图。 www.ibm.com 8. Sets all the instance variables in the object to their default values. 将对象中所有的实例变量设置为它们的默认值。 www.ibm.com 9. An anti-pattern is a proven worst practice, such as "violating object state encapsulation with publicly exposed instance variables. " 反模式是已知的最坏的模式,例如“通过公开地暴露实例变量来违反对象状态封装”。 www.ibm.com 10. From the methods, we build a table of all instance variables those methods use. 我们通过这些方法构建出他们所用的所有的实例变量表。 www.infoq.com 1. In other words they are class variables, not instance variables. 换句话说它们是类变量,不是实例变量。 blog.163.com 2. As instance variables in your connector. 存储为连接器中的实例变量。 www-128.ibm.com 3. You should emphasize tests that touch objects stored as instance variables, because they are the most likely to cause problems. 请侧重于这样的测试:那些涉及到作为实例变量存储的对象的测试,因为它们最有可能出现问题。 www.ibm.com 4. For example, the class does not contain instance variables for controls on the page. 例如,类不包含页上控件的实例变量。 msdn2.microsoft.com 5. The instance variables have not yet received any values and therefore have a value of nil (no reference). 由于实例变量还没有接受到任何的赋值,所以就有一个NULL的数值(没有参考索引)。 blog.csdn.net 6. Both class and instance variables, static and non-static fields, can be declared 类以及实例变量、静态和非静态字段都可声明为 msdn2.microsoft.com 7. Say you ve determined that the percentage of instance variables declared 假定您已经确定,某一给定应用程序中,声明为 www-128.ibm.com 8. Number of Instance Variables per class 每类实例化变量数 bbs.cntesting.com 9. local variables and instance variables 局部变量和实例变量 blog.hjenglish.com 10. Using the Equals Method to Compare Instance Variables 使用Equals方法比较实例变量 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。