在这个函数的第一部分中,您设置了创建报告需要的对象,比如画布的宽度和高度以及填充变量。
In the first section of this function, you set up objects needed to create the report, like the width and height of the canvas, as well as padding variables.
将对象中所有的实例变量设置为它们的默认值。
Sets all the instance variables in the object to their default values.
上述模块显示了如何使用表达式和多个输入值添加人员解析到您的人工任务,使用一个含有数组输入的业务对象变量。
The above module showed how to add people resolution to your human task using expressions and multiple input values, which USES a business object variable with array inputs.
一个操作规则,它为内部变量创建新的业务对象,并向它们赋予某些值。
An action rule that creates new business objects for the internal variables and assigns some values to them.
除了它捕获的关于流程的一般信息,全球监控模型还以字符串指标的形式捕获每个流程所使用的所有变量或业务对象。
In addition to the generic information it captures about processes, the global monitor model also captures all variables, or business objects, used by each process as string metrics.
它们允许您在应用程序中初始化一些变量或对象,然后在应用程序的其他位置使用。
They allow you to have variables or objects that can be initialized early in your application, and then can be leveraged anywhere in the application.
请侧重于这样的测试:那些涉及到作为实例变量存储的对象的测试,因为它们最有可能出现问题。
You should emphasize tests that touch objects stored as instance variables, because they are the most likely to cause problems.
您创建的每一个对象和变量都需要在测试之后删除。
Every object and variable you set is also one you need to remove after the fact.
如果用空的初始化器列表对变量进行初始化,对象为初始化值。
If a variable is initialized with an empty initializer list, the object is value initialized.
可以将库添加到项目中,以提供特定于用户目标运行时环境的对象和变量集。
Libraries can be added to a project to provide object and variable sets specific to the users' target runtime environment.
访问数据点变得和访问对象变量一样简单。
Accessing data points becomes as easy as accessing object variables.
全局变量是非事务性状态对象。
正如我们在前面提到过的,属于业务对象类型的变量未自动初始化。
As we mentioned before, variables that are business objects are not automatically initialized.
目前不支持访问数组、实例变量和对象引用。
Accessing arrays, instance variables, and object references are not supported as of now.
该指南建议您在应用程序启动时使用一个静态最终变量来创建这个对象,然后根据需要获取该对象。
The guide recommends you use a static final variable to create the object once at application startup and then get this object when needed.
JSDT使用库机制管理项目中的通用对象、变量和类型。
JSDT USES a library mechanism to manage common objects, variables, and types in a project.
分配对象的参数变量。
具有不同生存期的对象之间的引用规则可能会禁止线程对象自身的成员变量包含对这些对象的引用。
The rules for references between objects of different lifetimes may prohibit member variables in the thread object itself from containing references to these objects.
因此,在使用业务对象变量前,必须首先将新的业务对象实例赋值给它。
Therefore, you must first assign a new business object instance to a business object variable before using it.
对象不变量则将特定条件运用于对象的状态上,确保其不会拥有非法的值。
Object invariants are used to enforce certain conditions on objects to make sure they don't obtain illegal values.
如果DMLsql语句、触发器、视图或例程内引用了一个全局变量,将为语句或对象记录关于完全限定全局变量名的依赖关系。
When a global variable is referenced within a DML SQL statement or within a trigger, view or routine, a dependency on the fully-qualified global variable name is recorded for the statement or object.
大部分程序员在考虑变量或对象类型时都会联想起计算机CPU的奇特行为——即使是那些使用诸如python这种高级语言的程序员也是如此。
What most programmers think about when they think about variable or object type owes a lot to the vagaries of computer CPUs — even among programmers of high level languages like Python.
但是,您可以为eval调用提供自己的Bindings对象,以限制哪些变量和对象对于该特定脚本可见。
You can, however, supply your own Bindings object on an eval call to restrict which variables and objects are visible to that specific script.
下面的代码打印了AppConfig对象中每个变量的内容。
The code below prints out the contents of every variable in an AppConfig object.
实例化XMLHttpRequest (xhr)对象变量。
您还可以使用名为prototype实例变量来指定对象的基础。
You can use the instance variable called prototype to specify the basis for your object.
包,模块,对象,重载,绑定变量。
Packages, modules, objects, overloading, and tied variables.
必须这样做是因为,当执行函数时,内置的this变量需要指向FadingTooltip对象。
You must do this because the built-in this variable needs to point at a FadingTooltip object while the function executes.
而有了Scala的模式匹配,你的case可以包含类型,通配符,序列,甚至是对象变量的深度检查。
With Scala's pattern matching, your cases can include types, wild-cards, sequences, and even deep inspections of an object's variables.
所有代码片段的变量都是String对象。
应用推荐