Convert the people instance variable to XML.
把people实例变量转换成xml。
It also creates a constructor that sets this instance variable.
同时也创建了用于设置这个实例变量的构造函数。
How to add an instance variable using Refactoring Browser?
如何添加一个实例变量使用重构浏览器吗?
Select for each view component the corresponding instance variable.
为每个视图组件选择相应的实例变量。
Using a static member through an instance variable should be discouraged.
不鼓励通过实例变量来使用静态成员。
The only values you can assign to an instance variable are simple constants.
只能把简单的常量值赋给实例变量。
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实例变量使其指向继承链的父。
The "sale" bean is a flow instance variable allocated when an execution of this flow starts.
sale “bean是流转开始时分配的流转变量实例。”
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.
调用处理程序中会包含一个实际的实现类的实例,把它作为实例变量。
How do I have a breakpoint get triggered if an instance variable in the class has its value changed?
我怎么有一个断点得到如果在类的一个实例变量的值的变化引起的?
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)到代码块。
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实例变量应该不变,因为它对于所有定制连接器都是相同的。
Name instance variable for the role they play in the computation. Make the name plural if the variable will hold a Collection.
用计算中实例变量所承担的角色对它命名。如果变量持有一个集合,使用复数。
An instance variable and an if statement are used skillfully in the process of design, which solves the problem of picture flash.
在设计过程中,巧妙地使用了一个窗口实例变量和一个条件语句,解决了图片闪烁的问题。
This component does not have an assigned instance variable inside the view controller class, but you need to define the class delegate.
虽然此组件在视图控制器类内不具有已分配的实例变量,但是您需要定义类delegate。
To resolve the problem, I refactored my connector so that it would no longer rely on a BrowseService object stored in an instance variable.
为了解决这个问题,我重构了连接器,使其不再依赖存储在实例变量中的BrowseService对象。
Therefore the suggested programming practice is to look up the service in the init method of the portlet and store it in an instance variable.
因此,建议的编程实践是在Portlet的init方法中查找服务,并将其存储在一个实例变量中。
应用推荐