Expansion ROM not initialized.
未初始化扩展rom。
Automatic variable has static lifespan if not initialized?
自动变量静态寿命如果没有初始化?
If COM interop is not used, then the thread is not initialized.
如果没有使用COM互操作,则不初始化该线程。
When local variables are defined, they have no value and are not initialized.
定义局部变量时,它们没有值,也没有初始化。
The subscription is not initialized or not created for failover mode operations.
订阅未初始化或没有为故障转移模式操作而创建。
Adding this attribute to a field declaration means that the field is not initialized.
将这个属性加入至栏位宣告即表示该栏位未初始化。
In addition, you have the option of handling runtime errors when a variable is not initialized.
另外,当一个变量尚未初始化时,您可以选择处理运行时错误。
Both of your cases checks if the object is equal to nil (is not initialized) and both will work.
你的两例检查对象是否等于零(未初始化),将工作。
Which member of a global union variable that is not initialized explicitly will be initialized to 0 implicitly?
这一统一的全局变量没有显式初始化将被初始化为0的隐式成员吗?
Class members that are not initialized in the initializer list are implicitly initialized by using their default constructor.
没有在初始化列表中初始化的类成员,使用它们的默认构造函数隐式初始化。
If you see the following: Shared memory not initialized for INFORMIXSERVER 'servername', then the setup did not work correctly.
如果看到以下信息:sharedmemorynot initializedforINFORMIXSERVER'servername ',则说明设置不能正确地工作。
The pointer offset value and sensor gain setting value selected by this operation are not initialized by SETUP RESET or DEFAULT SET operation.
这里操作选定的指针偏差值和感应增益设定值不用“归零设定”或“错误重调”来清除。
However, the variable representing the input field value that you pass to the WMLScript function is not initialized until you enter a value in the input box.
然而,直到输入一个值到输入框以后,您传递到WMLScript函数的代表输入域值的那个变量才开始被初始化。
As we learned in Section 2.8 (p. 65), class data members are not initialized when the class is defined. Instead, data members are initialized through a constructor.
正如在第2 . 8节所学习的,在定义类时没有初始化它的数据成员,而是通过构造函数来初始化其数据成员。
Ideally we would want clients to be aware of any exceptions when the service component is first initialized, but not have to deal with these exceptions on subsequent calls to the service.
理想情况下,我们希望客户机在服务组件首次初始化时就能发现可能出现的异常,而不是在接下来对服务进行调用时才不得不去处理这些异常。
The default color of white would not appear correctly when initialized and wouldn't show up until a state change had been triggered and then was set back to default.
当初始化时,作为默认颜色的白色没有如期显示,并且直到触发了状态变化之后才出现,然后就被重新设置为默认颜色。
For this reason, applications should locate the specific token by the token label provided when the token is initialized and not assume that a specific slot always contains the desired token.
因为这个原因,当令牌已被初始化并且假设指定的槽并不总是包含期望的令牌时,应用程序应该通过所提供的令牌标号找到特定令牌。
I take into account the neighbor letters (remembering that some of them may not be initialized yet) when I calculate the affinity of candidate cells for that grid position.
在为网格位置计算候选细胞的关联性时,我考虑了相邻字母(记住,它们其中的一些可能还没有被初始化)。
The store must be initialized with default values for every preference (and, indeed, the store only records a preference if its value is not the default).
必须用每个首选项的缺省值来初始化该存储(并且,事实上,如果首选项的值不是缺省值,则该存储只记录一条首选项)。
To avoid this problem, complex attributes should be initialized in the constructor; however, this is not necessary for simple attributes such as strings, booleans, and so on.
为了避免这个问题,应当在构造函数中初始化复杂属性;然而,对于字符串、布尔值等简单属性则不需要这样做。
This means that an object is initialized with a value and not reassigned.
这意味着用一个值初始化对象,以后不再重新赋值。
Shared-memory header is created when IDS is initialized and can not be tuned.
共享内存头是在初始化IDS时创建的,并且不能进行调优。
As we mentioned before, variables that are business objects are not automatically initialized.
正如我们在前面提到过的,属于业务对象类型的变量未自动初始化。
Always initialize your variables. PHP will automatically create a variable if it hasn't been initialized, but it's not good practice to rely on this feature.
当需要没有初始化的变量,PHP解释器会自动创建一个变量,但依靠这个特性来编程并不是一个好主意。
If a default value is not specified, the variable is initialized to NULL.
如果没有指定默认值,则初始变量为NULL。
In this example, line 6 will cause a null pointer exception because the variable actions has not been initialized.
在这个例子中,第6行将产生一个null指针异常,因为变量actions还没有初始化。
The line xdebug.show_local_vars = 1 prints all local variables in the outermost scope of each function call, including variables not yet initialized.
代码行 xdebug.show_local_vars =1将打印每个函数调用的最外围中的所有局部变量,包括尚未初始化的变量。
The line xdebug.show_local_vars = 1 prints all local variables in the outermost scope of each function call, including variables not yet initialized.
代码行 xdebug.show_local_vars =1将打印每个函数调用的最外围中的所有局部变量,包括尚未初始化的变量。
应用推荐