Convert the people instance variable to XML.
把people实例变量转换成xml。
It also creates a constructor that sets this instance variable.
同时也创建了用于设置这个实例变量的构造函数。
Select for each view component the corresponding instance variable.
为每个视图组件选择相应的实例变量。
Using a static member through an instance variable should be discouraged.
不鼓励通过实例变量来使用静态成员。
Suppose the getX() method only answers the value of an instance variable.
假定getX()方法只提供某一实例变量的值。
We also used an instance variable to store a reference to the mock object.
我们还使用了实例变量来存储对模仿对象的引用。
The only values you can assign to an instance variable are simple constants.
只能把简单的常量值赋给实例变量。
This is the instance variable you were previously asked to provide a name for.
这就是之前要求您输入名称的实例变量。
With each key, an instance variable is created on the object with that name and data.
对于每个键,会在对象上创建一个具有对象名称和数据的实例变量。
You can use the instance variable called prototype to specify the basis for your object.
您还可以使用名为prototype实例变量来指定对象的基础。
You'll set a prototype instance variable to point to the parent in the inheritance chain.
方法是设置prototype实例变量使其指向继承链的父。
You can store a collection of orders in an instance variable for the appropriate customer.
您可以在适当客户的实例变量中存储订单集合。
The "sale" bean is a flow instance variable allocated when an execution of this flow starts.
sale “bean是流转开始时分配的流转变量实例。”
A select_card method picks a card at random and assigns it the @current_card instance variable.
select_card方法随机选取一张卡片,并将它赋给 @current_card实例变量。
The best way to cache is for an object to store any JNDI reference it USES in an instance variable.
为对象缓存的最好的方式是存储任何的它要在实例变量中使用的JNDI引用。
Note that this operation cannot be achieved reliably by making the value instance variable volatile.
注意,通过使值实例变量成为可变变量并不能可靠地完成这项操作。
The invocation handler will contain an instance of a real implementation class as an instance variable.
调用处理程序中会包含一个实际的实现类的实例,把它作为实例变量。
Unless an instance variable is decorated with an annotation, it will be a transient instance variable.
除非一个实例变量被标注修饰,否则他将成为一个瞬时变量。
Specifically, you need to create an instance variable for each dynamic component that you defined on the view.
具体地,您需要为您在视图上定义的每一个动态组件创建一个实例变量。
renders a heading with the content in the instance variable count, which contains the value of a simple counter.
使用实例变量count中的内容呈现了一个标题,该变量包含了一个简单计数器的值。
N.B. the keyword "def", used here as an instance variable modifier, indicates that the variables are properties.
请注意,关键字“def”在这儿作为一个实例变量的修饰符使用,指明变量是属性。
If you create an instance variable in your controller, that variable will magically be available to your view template.
如果您在控制器中创建了一个实例变量,那么这个变量就可以直接在视图模板中使用。
To distinguish different types of clients (in this case, we have only two), you create an instance variable isDesktop.
为了区别不同类型的客户机(在本例中只有两种客户机),将创建实例变量isDesktop。
The respond_to method accepts a single code block and passes one instance variable (labeled wants) into the code block.
respond _ to方法接受单个代码块,并传递一个实例变量(标为wants)到代码块。
A view class has a special instance variable called @main_view_component that references its corresponding Swing class.
视图类有一个专用的实例变量 @main_view_component,它引用相应的Swing 类。
My ModelMBeanExtension implements the same constructors but stores a copy of the ModelMBeanInfo in an instance variable.
我的ModelMBeanExtension实现了同样的构造函数,但是在一个实例变量中存储了ModelMBeanInfo的一个副本。
Because Ruby does not require instance variable declaration, the simplest way to model instance variables is with a hash.
由于Ruby并不需要声明实例变量,因此建模实例变量最简单的方式就是使用散列。
It can recognize something as a local variable, instance variable, expression, if statement - more than 60 language elements.
它可以识别象局部变量、实例变量、表达式以及if语句等六十多种不同的语言元素。
As you do this, note that the COMPONENT_ID instance variable should be left alone, as it's the same for all custom connectors.
在这样做时,注意COMPONENT _ ID实例变量应该不变,因为它对于所有定制连接器都是相同的。
This component does not have an assigned instance variable inside the view controller class, but you need to define the class delegate.
虽然此组件在视图控制器类内不具有已分配的实例变量,但是您需要定义类delegate。
应用推荐