Sets all the instance variables in the object to their default values.
将对象中所有的实例变量设置为它们的默认值。
You should utilize the initializer syntax for both static and instance variables.
你应该在静态变量和实例变量上面利用初始化语法。
Accessing arrays, instance variables, and object references are not supported as of now.
目前不支持访问数组、实例变量和对象引用。
Ensure that the following db2 instance variables are set, if not add it using db2set command.
确保设置了以下db 2实例变量,如果没有,使用db2set命令添加它。
The simple solution is to dump the values of all the instance variables to the screen as needed.
简单的解决方案是根据需要将所有实例变量的值都显示到屏幕上。
SAX2BestDeal has a few instance variables to store the content of the current name and price-quote.
SAX2BestDeal有几个实例变量来存储当前name和price - quote的内容。
The code in Listing 3 sets up the instance variables rails needs to show a paginated list of trails.
清单3的代码设置了Rails显示线路的分页列表时需要的实例变量。
The instance variables were declared as part of the bean implementation, which was a concrete class.
它将实例变量声明为Bean实现(一个实际的类)的一部分。
When modeling a statistical test or procedure, you need to figure out which instance variables to declare.
当对统计测试或过程进行建模时,您需要指出声明哪些实例变量。
First, you must change the fields from individual instance variables to a hash table of field and value pairs.
首先,必须把字段从单个实例变量修改成字段和值组合构成的散列表。
Because Ruby does not require instance variable declaration, the simplest way to model instance variables is with a hash.
由于Ruby并不需要声明实例变量,因此建模实例变量最简单的方式就是使用散列。
Notice the instance variables (or ivars, as Cocoa and Cappuccino usually refer to them) for your controller in Listing 3.
注意清单3中您的控制器的实例变量(或ivar—Cocoa和Cappuccino通常这样称呼它们)。
Columns that are named and typed on your database are renamed and re-typed as instance variables in your application code.
在你数据库中命名和输入的“列”却被重新命名和构造,被当成了程序代码中的实体变量。
If you scope variables appropriately and reduce the use of instance variables, you can reduce this kind of object retention.
如果您适当地限制了变量的范围并且减少实例变量的使用,则可以减少此类对象保留。
Variables defined at this level are called instance variables, or ivars for short, and are stored as part of each object.
这个层次定义的变量就成为实体变量,或者简称为ivars,这些变量作为每个对象的一部分来存储。
You start by filling out the instance variables, constructor, and some helper methods that are not specific to Lotus Sametime.
首先需要填充实例变量、构造器和一些帮助器方法,这些内容并非特定于Lotus Sametime。
You should emphasize tests that touch objects stored as instance variables, because they are the most likely to cause problems.
请侧重于这样的测试:那些涉及到作为实例变量存储的对象的测试,因为它们最有可能出现问题。
In the present context it is enforced by selection of instance variables to represent computed intermediate and summary results.
在当前环境下,通过选择实例变量来表示计算得到的中间值和汇总结果,从而实施了该原则。
These instance variables are not reset and, if they are not null, are used to provide the username and password on every request.
这些实例变量不能重新设置,如果它们不为空,则用于为每个请求提供用户名和密码。
Unlike instance variables, class variables are associated with all objects of a particular class and not with individual objects.
与实例变量不同的是,类变量与该类所有的对象关联在一起而非某个特定的对象。
When you created the OneViewController class, you defined instance variables to manage the view components. These variables are.
在您创建oneviewcontroller类时,您定义了实例变量来管理视图组件。
As you transition from one state to the next, the framework captures the current state, with all instance variables, automatically.
当从一个状态转换到下一个状态时,框架自动捕获当前状态,包括所有实例变量。
Finally, it dawned on me that they had declared many variables with global scope (class instance variables) via declaration elements.
最后,我发现他们通过声明元素声明了很多全局变量(类实例变量)。
With this ID, the servlet creates (in Step 6) a customer object, directing it to populate its instance variables using the customer ID.
在第6步,servlet用这个ID创建了一个Customer对象,将它送给populate,用客户ID组装它的实例变量。
Using Action handler, attached to a task node enter event to create multiple node instances 10, based on the process instance variables.
使用动作处理器(Action handler):附加到任务节点的进入事件(enter event),基于流程实例变量创建多个节点实例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.
为了简化这个示例(并减少我的工作量),我们定义了一些实例变量来保存准备为其提供服务的节点的值。
The selection of instance variables can be determined by noting the intermediate and summary values to be generated by the analytic procedure.
实例变量的选择可以通过说明由分析过程生成的中间值和汇总值来确定。
The list of instance variables in this class is worth noting because they define the result object that is generated by the analysis procedure.
这个类中的实例变量列表值得注意,因为它们定义了由分析过程生成的结果对象。
Call with continuation gives you a code block, and the continuation (or a saved call stack, with instance variables), which you assign to a variable.
用continuation进行调用使您获得一个代码块和指派给变量的continuation(或已保存的调用堆栈,其中有实例变量)。
Call with continuation gives you a code block, and the continuation (or a saved call stack, with instance variables), which you assign to a variable.
用continuation进行调用使您获得一个代码块和指派给变量的continuation(或已保存的调用堆栈,其中有实例变量)。
应用推荐