你可以使用相同的语句初始化变量。
这将初始化变量,使其可用于流程中。
This initializes the variable so you can use it in the process.
初始点:初始化变量和属性。
提出了引用未初始化变量自动测试算法。
The automatic testing algorithm of referencing uninitialized variables is proposed.
未初始化变量是如何得到一个随机的价值?
通过使用 exec命令,可以用值来初始化变量。
The exec command can be used to initialize the variable with a value.
然后初始化变量,通过调用unpack来得到串的长度。
We initialize our variables, finding the length of the string from a call to unpack .
现在可以按照WS - BPEL 2.0规范初始化变量。
Variables can now be initialized, in accordance with the WS-BPEL 2.0 specification.
在某些情况下,在过程中使用变量之前需要初始化变量。
In some cases, it is required to initialize variables before they are used in a process.
一定要初始化变量,否则很可能会造成同步失败的情况。
Always make sure to initialize variables. Even if the value doesnt seem to matter it might unsync the simulation.
赋值活动允许您将值从一个变量复制到另一个变量或复制到初始化变量。
An assign activity lets you copy values from one variable to another or to initialize variables.
然而,有时候需要在一行放多个程序语句,例如初始化变量时。
Sometimes, however, it's desirable to place multiple program statements on a single line -- when you're initializing variables, for example.
当定义没有初始化式的变量时,系统有时候会帮我们初始化变量。
When we define a variable without an initializer, the system sometimes initializes the variable for us.
如果在初始化修改用于初始化变量的位,值将根据这些位来生成。
If in the initializer you modify the bits of the variable used for initialization, the value will be generated according to those bits.
一旦跟踪到程序崩溃的位置,就可以轻易地发现没有正确地初始化变量。
Once we track down the location of the crash, it is usually pretty easy to see that the variable was not properly initialized.
这使您可以在每次宏运行时重置发生时自动重新初始化变量和事件处理程序。
This allows you to automatically re-initialize variables and event handlers whenever a macro runtime reset occurs.
此行代码创建了一个Singleton对象并初始化变量instance来引用此对象。
This line of code creates a Singleton object and initializes the variable instance to refer to this object.
忘记初始化,忘记初始化变量是一个很常见的错误,运行完一个循环之后,当需要再次初始化时。
Initialization. A very common bug is to initialize a variable. Go through a loop, and then forget to reinitialize it when it needs to be reinitialized again.
如果no -os线程变量在初始化变量结构中已经设置,对C_Initialize的调用将会失败。
If the no-os threads argument is set in the initialize arguments structure, the call to C_Initialize will fail.
第二个字段的类型为StaticLocalInitFlag,它在针对foo类的每个实例第一次执行方法时协助正确初始化变量i。
The second field, of type StaticLocalInitFlag, assists in initializing the variable I correctly the first time the method executes on each instance of class Foo.
只有复杂的变量需要初始化。
因为在脚本中并不真正需要初始化这些变量,所以很容易编写出带有安全漏洞的脚本。
These variables don't really require initialization in your scripts, so it's easy to write scripts with gaping security holes.
因此,若无密码键入,传递到该函数的是未初始化的变量和脚本错误结果。
Hence, with no password entered, the function is passed an uninitialized variable and a script error results.
必须有一个类来初始化这个变量;代码见清单8。
There must be a class to initialize that variable; the code is shown in Listing 8.
如果用空的初始化器列表对变量进行初始化,对象为初始化值。
If a variable is initialized with an empty initializer list, the object is value initialized.
在对业务流程建模时,请确保在调用人工任务之前初始化流程变量。
When modeling the business process, make sure that the variable initialization happens prior to the human task invocation.
在对业务流程建模时,请确保在调用人工任务之前初始化流程变量。
When modeling the business process, make sure that the variable initialization happens prior to the human task invocation.
应用推荐