网站首页  词典首页

请输入您要查询的英文单词:

 

单词 null value
释义

null value

美 
英 
  • un.零值
  • 网络空值;空白值;遗失值
un.
1.
零值

例句

释义:
1.
When you work with strings with a null value, the result of the concatenation depends on the session settings.
处理具有空值的字符串时,串联结果取决于会话设置。
www.kuenglish.info
2.
The null value in the system is an empty object that has no value.
系统中的null值是一个没有值的空对象。
msdn2.microsoft.com
3.
However, . NET Web services will throw a System. FormatException if it receives a null value to its value type of data from a Java client.
然而,如果.NETWeb服务从Java客户端接收到数值类型为空值的数据时,将抛出System.FormatException。
www.ibm.com
4.
These operators produce a null value if the operands are null; otherwise, the operator uses the contained value to calculate the result.
如果操作数为空,这些运算符将产生一个空值;否则运算符将使用包含的值来计算结果。
msdn2.microsoft.com
5.
Property by assigning it a null value or empty string.
属性分配一个空值或空字符串,来重置该属性。
msdn2.microsoft.com
6.
If one expression evaluates to a null value , the operator returns the result of the other expression .
如果一个表达式求出的值为空值,该运算符将返回另一个表达式的结果。
www.bing.com
7.
If you specify a null value for a parameter, all other values specified for that same parameter are ignored.
如果为某参数指定了空值,则会忽略为同一参数指定的所有其他值。
msdn2.microsoft.com
8.
One or more of these columns will be a null value, depending on which elements of the DBID structure the provider uses.
根据提供程序使用的DBID结构元素,其中的一个或多个列将为空值。
msdn2.microsoft.com
9.
When you want to determine whether a given row includes a comment, you no longer need to check for a null value in the COMMENT column.
确定某一个行是否包含注释时,不再需要检查COMMENT列的null值。
www.ibm.com
10.
This means that your Java extraction code must expect the possibility of a null value (and an associated exception).
这意味着您的Java异常代码必须预料到null值(以及相关异常)的可能性。
www.ibm.com
1.
Otherwise, an attempt to insert a record with a NULL value for the partitioning key will result in a "data out of bounds" error.
否则,在插入分区键列为NULL值的记录时,会产生“dataoutofbounds”错误。
www.ibm.com
2.
Therefore, joining two tables together will not select rows where any of the columns compared contain the NULL value.
因此,将两个表连接到一起不会选择其所比较的任何一列含有NULL值的行。
www.ianywhere.com
3.
But a null value cannot be assigned to it.
但不可赋予它空值。
msdn2.microsoft.com
4.
Otherwise, the shell interprets the trailing text as part of your variable name -- and most likely returns a null value.
否则,Shell将把尾随文本解释为变量名称的一部分——并且很可能返回一个空值。
www.ibm.com
5.
Parameter must be a value type that cannot be a null value.
参数必须是不能为空值的值类型。
msdn2.microsoft.com
6.
Without this requirement, the itemNumber column isn't guaranteed to be unique because multiple columns could be assigned a NULL value.
如果没有这个要求,itemNumber列就无法保持惟一,因为多个行都可能被分配NULL值。
www.ibm.com
7.
If you do not do this, then the control will not marshal correctly and CreateToolWindow2 will return a null value.
如果您不执行此操作,则控件不会正确封送,而且CreateToolWindow2将返回一个空值。
msdn2.microsoft.com
8.
A null value represents the absence of information; it does not represent a zero or any value at all.
空值表示缺少信息;它并不代表零或任何其他值。
office.microsoft.com
9.
The developer can initially leave the DataSource set to its default null value and set the property in code.
开发人员最初可以保留将DataSource设置为其默认null值的状态,并在代码中设置属性。
msdn2.microsoft.com
10.
You cannot supply a null value to SET CONTEXT_INFO because the views holding the values do not allow for null values.
不能向SETCONTEXT_INFO提供一个NULL值,因为保存值的视图不允许使用NULL值。
msdn2.microsoft.com
1.
This gave rise to the need for a "null value" to represent unknown or inapplicable values in relational databases.
这就产生了对于“空值(nullvalue)”的需要,用以在关系数据库中表示未知的或不适用的值。
www.ibm.com
2.
Otherwise, the column is allowed to contain the NULL value, which represents no value.
否则,该列可以包含NULL值,表示没有值。
www.ianywhere.com
3.
A null value is useful for indicating that a variable has no defined value because the information is not currently available.
空值可用于指明,由于信息当前不可用,因此变量没有定义的值。
msdn2.microsoft.com
4.
If the dimension does not contain a hierarchy or has only one hierarchy, the current column contains a null value.
如果该维不包含层次结构或者只有一个层次结构,则当前列包含空值。
msdn2.microsoft.com
5.
Returns a non-null value before using its result, as it is expected that the referent will eventually be garbage collected.
是否返回一个非null值,因为referent最终总是会被垃圾收集的。
www-128.ibm.com
6.
In Java, it is a common practice to assign a null value to a reference type when it is not referencing any object.
在Java中,当引用类型没有引用任何对象时将其赋空值,这是公共的操作。
www.ibm.com
7.
Setting remote_agent_server_name to any non-NULL value will generate an error.
将remote_agent_server_name设置为任何非NULL值将会生成错误。
msdn2.microsoft.com
8.
By default, a column can contain a NULL value, but if you don't want that, you can append the "NOT NULL" postfix to the field definition.
默认情况下,列可以包含NULL值,但是,如果不想这样,可以在字段定义中附加“NOTNULL”后缀。
www.ibm.com
9.
This line also traps for a null value and converts it to an empty string to prevent problems during later processing.
这一行代码也会专门处理null值,它将null值转换为一个空字符串以避免后面的处理出现问题。
www.ibm.com
10.
If a column has a default value, pass a null value in the array to set the default value for that column.
如果某一列具有默认值,则在数组中传递空值,以便为该列设置默认值。
msdn2.microsoft.com
1.
For database-level entities a one-part name is accepted, with a null value meaning "current database" .
对于数据库级实体,只接受由一部分组成的名称,空值表示“当前数据库”。
msdn2.microsoft.com
2.
The NULL value introduces the concept of three valued logic to SQL.
NULL值将三值逻辑的概念引入SQL。
www.ianywhere.com
3.
For any type of cursor, if the cursor is closed, then a null value is passed back to the calling batch, stored procedure, or trigger.
对于任意类型的游标,如果游标关闭,则将空值传递回调用批处理、存储过程或触发器。
technet.microsoft.com
4.
One of the items in the array of objects had a null value.
对象数组中某一项的值为空。
msdn2.microsoft.com
5.
When OFF is specified, comparisons of non-UNICODE values to a null value evaluate to TRUE if both values are NULL.
当指定为OFF时,非UNICODE值与空值的比较运算在两者均为NULL时结果为TRUE。
technet.microsoft.com
6.
The special NULL value represents that a variable has no value.
特殊的NULL值表示一个变量没有值。
www.phpx.com
7.
If this column is not sorted, a null value is returned, and the @formulas in the agent will not continue executing.
如果该列未进行排序,将返回空值,代理中的@formulas将不再继续执行。
www.ibm.com
8.
Only a value of 0 can be specified when writing to a null value instance.
在写入空值实例时仅能指定0值。
msdn2.microsoft.com
9.
By default, a null value in a column maps to the absence of the attribute, node, or element.
默认情况下,列中的空值映射为“缺少相应的属性、节点或元素”。
msdn2.microsoft.com
10.
Define a complex type to wrap the value type and set the complex type to be null to indicate a null value.
定义一个复杂类型来包装值类型并通过设置复杂类型为空来表示空值。
www-128.ibm.com
1.
If the return type of the method is nullable, the distinguished null value for the type is returned.
如果该方法的返回类型可以为空,则返回类型的突出默认空值。
technet.microsoft.com
2.
If the corresponding class, field, or method is not generic, a null value is passed when calling the method.
若相应的类、字段或方法非泛型,则在调用方法时将返回null值。
www.ibm.com
3.
Passing a null value unenlists the connection from its current distributed transaction enlistment.
传递空值将取消该连接在当前分布式事务登记中的登记。
msdn2.microsoft.com
4.
The employee middle name is null and, by default, the null value maps to the absence of the element or attribute.
雇员的中间名为空,默认情况下,空值映射为“缺少相应的元素或属性”。
msdn2.microsoft.com
5.
Gets a value that indicates whether the column at the specified index contains a null value.
获取一个值,该值指示位于指定索引处的列是否包含空值。
msdn2.microsoft.com
6.
If the column name cannot be determined, a null value is returned.
如果不能确定列名,将返回空值。
msdn2.microsoft.com
7.
The data that you are importing contains a Null value that you attempted to append to an AutoNumber field.
要导入的数据包含一个用户试图追加到“自动编号”字段的空值。
office.microsoft.com
8.
Database-generated values in other column types will unexpectedly result in a null value.
在其他列类型中,数据库生成的值将意外导致Null值。
msdn2.microsoft.com
9.
If the primary key cannot be found, then a null value is returned.
如果找不到主键,则返回空值。
msdn2.microsoft.com
10.
Specifies that the parameter is an input parameter and may contain a null value.
则指定参数为输入参数,且可能包含空值。
msdn2.microsoft.com
1.
An empty result set is not the same as a null value.
空结果集与空值不同。
technet.microsoft.com
2.
The altered signature enables you to pass a null value.
改变后的签名使您能够传递空值。
msdn2.microsoft.com
3.
What if someone inadvertently passes in a null value for the Class parameter?
如果有人不经意地为Class参数传入一个null值会怎么样呢?
www.ibm.com
4.
This marker is usually called the null value, the null list, or the null pointer.
这个标记通常称作空值(nullvalue)、空列表(nulllist)或者空指针(nullpointer)。
www.ibm.com
5.
A null value if the base catalog name cannot be determined.
如果无法确定基目录名称,则为空值。
msdn2.microsoft.com
6.
Likewise, the Java extraction code is cleaner and faster, with no null-value exceptions being thrown.
同样,Java提取代码更加干净、更加迅速,并且不会抛出任何null值异常。
www.ibm.com
7.
A null value if the base schema name cannot be determined.
如果无法确定基架构名称,则为空值。
msdn2.microsoft.com
8.
The expression may be a null value if the parameter is nullable.
如果参数可为空值,则表达式可能为空值。
technet.microsoft.com
9.
The object used to indicate a null value in a cell.
用于指示单元格为空值的对象。
msdn2.microsoft.com
10.
The NULL value compared using any comparison operator with any value (including the NULL value) is "UNKNOWN. "
NULL值通过任何比较运算符与任何值(包括NULL值)进行比较时都是“UNKNOWN”。
www.ianywhere.com
1.
It's the situation where, for instance, someone passes a null value to a method not coded to handle nulls.
比方说,把null值传入一个并未编写如何处理null值的方法中,这就是一种边界情况。
www.ibm.com
2.
If one expression evaluates to a null value, the operator returns a null value.
如果一个表达式的值为空值,则此运算符返回空值。
msdn2.microsoft.com
3.
If no specific default value has been supplied, the Load method uses the null value as the implied default value.
如果没有提供特定的默认值,则Load方法将空值用作暗含的默认值。
msdn2.microsoft.com
4.
You decide what value to return when a consumer accesses a field containing a NULL value.
决定当使用者访问包含NULL值的字段时返回什么值。
msdn2.microsoft.com
5.
Represents the exception that is thrown when you try to insert a null value into a column where AllowDBNull is set to false.
表示在尝试将空值插入AllowDBNull设置为false的列中时引发的异常。
msdn2.microsoft.com
6.
A null value if the base table name cannot be determined.
如果无法确定基表名称,则为空值。
msdn2.microsoft.com
7.
Returns NULL when concatenating a NULL value with a string.
将NULL值与字符串串联时返回NULL。
msdn2.microsoft.com
8.
The folder at the top of the folder hierarchy contains a null value in parentfolderid.
位于文件夹层次结构顶层的文件夹在parentfolderid中包含一个空值。
technet.microsoft.com
9.
When OFF is specified, the null value is treated as an empty character string.
当指定为OFF时,空值将按空字符串对待。
msdn2.microsoft.com
10.
When ON is specified, all comparisons to a null value evaluate to UNKNOWN.
当指定为ON时,所有与空值的比较运算计算结果为UNKNOWN。
technet.microsoft.com
1.
Concatenating a null value with a string yields a NULL result.
将空值与字符串连接会生成NULL结果。
msdn2.microsoft.com
2.
If this cannot be determined, a null value is returned.
如果无法确定该名称,则返回空值。
msdn2.microsoft.com
3.
Listing 3 initializes a new Zend_Soap_Server object in non-WSDL mode, passing a null value as the first argument to the object constructor.
清单3传递一个null值到对象构造函数的第一个参数,以非WSDL模式初始化了一个新的Zend_Soap_Server对象。
www.ibm.com
4.
Represents a null value that can be assigned to the Value property of a SqlSingle structure.
表示可分配给SqlSingle结构的Value属性的空值。
msdn2.microsoft.com
5.
Gets a value that indicates whether the named column contains a null value.
获取一个值,该值指示指定的列是否包含空值。
msdn2.microsoft.com
6.
However, a null value can present challenges when working with ASP. NET code or with data-bound Web controls.
不过,在使用ASP.NET代码或使用数据绑定Web控件时,null值可能会引发质询。
msdn2.microsoft.com
7.
If Divisor evaluates to a null value, the operator raises an error.
如果Divisor的值为空值,则该运算符将会报错。
technet.microsoft.com
8.
A method of handling NULL value in uncertain database systems was put forward, which could improve the problem of handling NULL value.
为此,给出了一种非确定性数据库系统中空值处理方法,改进现有非确定性数据库模型中对空值处理不完善的情况。
www.ceps.com.tw
9.
If the new column allows null values and no default is specified, the new column contains a null value for each row in the table.
如果新列允许空值,但没有指定默认值,则新列在表中的每一行都包含一个空值。
msdn2.microsoft.com
10.
If the row is set to a null value, the value is not printed.
如果该行被设置为空值,则不打印该值。
msdn2.microsoft.com
1.
Attributes that have a null value do not appear.
值为空的属性不会出现。
technet.microsoft.com
2.
The variable contains the NULL value until it is assigned a different value by the SET statement.
此变量包含NULL值,直到它被SET语句赋予了不同的值。
www.ianywhere.com
3.
This is necessary for code executing in the UDT to be able to recognize a null value.
为使UDT中执行的代码能够识别空值,上述要求是必需的。
msdn2.microsoft.com
4.
A user that does not have ALTER ANY LINKED SERVER permission will see a NULL value in this column.
没有ALTERANYLINKEDSERVER权限的用户将看到此列中的值为NULL。
msdn2.microsoft.com
5.
Method to determine whether a column contains a null value.
方法确定列中是否包含空值。
msdn2.microsoft.com
6.
A null value if the provider does not support catalogs.
如果提供程序不支持目录,则为空值。
msdn2.microsoft.com
7.
The name and type attributes are required; null is used only if the property has a null value.
name和type属性是必需的;仅当属性具有null值时才使用null。
msdn2.microsoft.com
8.
If the table contains less than two rows, Access returns a null value.
如果表所包含的行不到两个,Access将返回Null值。
office.microsoft.com
9.
The null value is treated as an empty character string.
空值被视为空字符串进行处理。
msdn2.microsoft.com
10.
When SET ANSI_NULLS is OFF, comparisons of all data against a null value evaluate to TRUE if the data value is NULL.
当SETANSI_NULLS为OFF时,如果数据值为NULL,则所有数据对空值的比较将取值为TRUE。
technet.microsoft.com
1.
Later, when you call Update, RFX compares each data member's value with the PSEUDO_NULL value.
以后,当您调用Update时,RFX将每个数据成员的值与PSEUDO_NULL值进行比较。
msdn2.microsoft.com
2.
Property when an attempt is made to set this property and it already has a non-null value.
属性,而该属性已具有非空值时,由该属性引发。
msdn2.microsoft.com
3.
However, the null value will not affect the appended chunks of data.
但是,空值不会影响追加的数据块。
msdn2.microsoft.com
4.
That means a reference type can have a null pointer, but a value type cannot have a null value.
这意味着引用类型可能有空指针,但是数值类型不能有空值。
www.ibm.com
5.
Specifies that empty columns should retain a null value during the operation, rather than have any default values for the columns inserted.
指定在操作过程中空列应该保留空值,而不是所插入列的任何默认值。
msdn2.microsoft.com
6.
A user that does not have CONTROL SERVER permission will see a NULL value in this column.
不具有CONTROLSERVER权限的用户可以看到该列中的NULL值。
msdn2.microsoft.com
7.
Where certain information is unavailable, a null value is inserted.
其中某些信息不可用,就插入空值。
msdn2.microsoft.com
8.
Aiming at incomplete information of indicator system, this paper sets up null value dealing model of indicator system based on rough set.
针对指标体系信息不完备的特定问题,建立了基于粗糙集的指标体系空值处理模型。
www.boshuo.net
9.
Value types can be extended to take either their normal values or a null value.
可以扩展值类型,使它们具有正常值或空值。此类扩展称为可空类型。
msdn2.microsoft.com
10.
If either ANSI_WARNINGS or ARITHABORT are ON, an error is thrown instead of returning NULL value.
如果ANSI_WARNINGS或ARITHABORT为ON,则将引发错误,而不是返回NULL值。
technet.microsoft.com
1.
Neither a key nor a value can be null (if a null value in a dictionary is required, use "NSNull" instead).
密钥或值可能是null(如果需要字典中的null值,请使用NSNull替代)。
www.ibm.com
2.
When SET CONCAT_NULL_YIELDS_NULL is ON, concatenating a null value with a string yields a NULL result.
当SETCONCAT_NULL_YIELDS_NULL为ON时,串联空值与字符串将产生NULL结果。
technet.microsoft.com
3.
In contrast, a regular INSERT statement retains the null value instead of inserting a default value.
相反,常规INSERT语句会保留空值而不会插入默认值。
msdn2.microsoft.com
4.
A null value indicates that there is no value.
空值表示没有值。
msdn2.microsoft.com
5.
Returns a null value of a requested data type.
返回请求的数据类型的空值。
msdn2.microsoft.com
6.
If no match is found within the input, a null value is returned.
如果在输入中未找到匹配项,则返回空值。
blog.sina.com.cn
7.
The NULL value is used to represent missing or inapplicable information.
NULL值用于表示缺少或不适用的信息。
www.ianywhere.com
8.
Defines a null value node in a query expression tree.
定义查询表达式树中的空值节点。
msdn2.microsoft.com
9.
One parameter must be passed a null value.
必须向其中一个参数传递空值。
msdn2.microsoft.com
10.
Specifies whether the type can hold a null value.
指定此类型是否可容纳空值。
technet.microsoft.com
1.
If the parameter can contain a null value, select Allow null value.
如果参数可以包含空值,请选择“允许空值”。
msdn2.microsoft.com
2.
Depending on the report, you can specify a null value if nulls are permitted.
取决于报表,您可以指定空值(如果允许空值)。
msdn2.microsoft.com
3.
By default, the @Out annotation requires a non-null value every time it is activated.
默认情况下,每次激活时,@Out注释都需要非null值。
www.ibm.com
4.
A null value is useful to indicate an undefined or unknown value.
空值对于指示未定义的或未知的值很有用。
msdn2.microsoft.com
5.
If a new record is being added, a DataRowView object determines whether the Discontinued column has a null value.
如果正在添加新记录,DataRowView对象将会确定“Discontinued”列是否为空值。
msdn2.microsoft.com
6.
If you convert a NULL value to an array, you get an empty array.
如果将一个NULL值转换成数组,将得到一个空数组。
is2.php.net
7.
A null value if the parameter is not named.
如果参数未命名,则为空值。
msdn2.microsoft.com
8.
The column returned cannot contain a null value.
返回的列不能包含空值。
msdn2.microsoft.com
9.
Null parameters use special syntax; you must specify isnull for a null value.
空参数使用特殊语法;您必须为空值指定isnull。
msdn2.microsoft.com
10.
This may be because it has a null value or has zero properties specified.
这可能是因为它具有空值或指定了零个属性。
msdn2.microsoft.com
1.
When SET ANSI_NULLS is ON, all comparisons against a null value evaluate to UNKNOWN.
当SETANSI_NULLS为ON时,所有对空值的比较均取值为UNKNOWN。
technet.microsoft.com
2.
The default for this column is a null value.
该列的默认值为空值。
msdn2.microsoft.com
3.
Note that if a source worksheet or range contains error values, Access inserts a null value in the corresponding fields in the table.
如果源工作表或区域包含错误值,Access将在表中的对应字段内插入空值。
office.microsoft.com
4.
For more information about the NULL value, see NULL value.
有关NULL值的详细信息,请参见NULL值。
www.ianywhere.com
5.
The NULL value is a special value which is different from any valid value for any data type.
NULL值是一个特殊值,它不同于任何数据类型的任何有效值。
www.ianywhere.com
6.
Indicates whether the attribute can have a null value.
指示属性是否可以具有空值。
msdn2.microsoft.com
7.
However, you can enter a null value in the foreign key field.
但是,您可以在外键字段中输入Null值。
office.microsoft.com
8.
This column cannot contain a null value.
该列不能包含空值。
msdn2.microsoft.com
9.
However, the NULL value is a legal value in any data type.
然而,NULL值在任何数据类型中都是合法值。
www.ianywhere.com
10.
Should do when it contains a null value.
包含空值时所应执行的操作的信息。
msdn2.microsoft.com
1.
Contains a null value the result also is a null value.
含有空值,结果也将为空值。
msdn2.microsoft.com
2.
If nullable, it will contain the NULL value.
如果可为空,它将包含NULL值。
www.ibm.com
3.
Nullable types are value types such as an integer or a Boolean that can be either a regular value or a null value.
可空类型指可为普通值或null值的值类型,如整数或布尔值。
msdn2.microsoft.com
4.
SQL Server enforces uniqueness by only permitting a single row with a NULL value for the same column.
而在SQLServer中,同一列只允许存在一个值为NULL的行,以确保唯一性。
msdn2.microsoft.com
5.
The description column is left empty, which means it will have a NULL value.
description列留为空白,这意味着它将具有NULL值。
www.ibm.com
6.
It carries a null value in all the.
对象中,它的值都为空。
msdn2.microsoft.com
7.
For example, a column may contain a null value, whereas the destination column cannot be set to null.
例如,列可能包含空值,而目标列不能设置为空值。
msdn2.microsoft.com
8.
The relation is a null value.
关系为空值。
msdn2.microsoft.com
9.
Is not a numeric data type, this is a null value.
不是数值数据类型,则它为空值。
msdn2.microsoft.com
10.
The default is a null value.
默认为空值。
msdn2.microsoft.com
1.
Is assigned a null value.
被赋为空值。当。
www-128.ibm.com
2.
This table describes the default value that is set by the stored procedure if a NULL value is specified for.
值指定为NULL值时,存储过程根据项目类型设置的默认值。
msdn2.microsoft.com
3.
Aggregate functions, such as MIN, issue a warning that a null value was eliminated if their input contains a NULL.
如果聚合函数(如MIN)的输入包含NULL,则这些函数将发出空值已消除的警告。
technet.microsoft.com
4.
If no argument is specified, a null value is used.
如果未指定参数,则使用空值。
msdn2.microsoft.com
5.
Unless you have a very specific reason to use a NULL value, you should always set your columns as NOT NULL.
除非你有一个很特别的原因去使用NULL值,你应该总是让你的字段保持NOTNULL。这看起来好像有点争议,请往下看。
yq329.blog.163.com
6.
In addition, if you have a table with many columns that aren't typically used, you are also wasting disk space with NULL value fields.
此外,如果您有不常用的含多个列的一个表,您也在通过NULL值字段浪费磁盘空间。
www.ibm.com
7.
An unknown, or NULL, value refers to a data source in which "grant with grant" is not applicable.
未知的(或NULL)值指不适用“授予再授予”的数据源。
technet.microsoft.com
8.
Depending on your data source, a null value may or may not be permitted in a column.
列中可以允许或不允许使用空值,视数据源而定。
msdn2.microsoft.com
9.
Gets or sets the value saved to the data source when the user enters a null value into a cell.
获取或设置用户在单元格中输入空值时保存到数据源的值。
msdn2.microsoft.com
10.
If the method returns nullNothingnullptra null reference (Nothing in Visual Basic), the valid null value is used.
如果该方法返回nullNothingnullptr空引用(在VisualBasic中为Nothing),则使用有效的null值。
msdn2.microsoft.com
1.
Commutation Algorithm toward Null Value for Data Dependent on Satisfactory Conditions in Relational Database
关系数据库的空值与数据依赖满足性变换算法
service.ilib.cn
2.
The following example changes the value of a column to a null value, and then uses the
下面的示例将列的值更改为空值,然后使用
msdn2.microsoft.com
3.
Therefore, both objects need to be assigned the null value before the object is eligible for garbage collection
因此,所有的对象都需要赋值为null,然后才能被垃圾回收器回收
zhidao.baidu.com
4.
Scheme decomposition under fuzzy null value circumstances
模糊空值环境下关系数据库的模式分解
www.ilib.cn
5.
Operations in relational databases under fuzzy null value enviroment
模糊空值环境下关系数据库的数学运算和关系操作
www.ilib.cn
6.
A zero-length string to indicate that, by default, this field should be empty instead of containing a null value
默认情况下,零长度字符串指示此字段应为空,而不是包含空值
office.microsoft.com
7.
If the consumer can set the column to a null value; otherwise,
如果使用者可将列设为空值,则为,
msdn2.microsoft.com
8.
Inserting a null value into a
将空值插入到
msdn2.microsoft.com
9.
The Expanding Relational Model under Fuzzy Null Value Enviroment
模糊空值环境下扩展关系模型的冗余处理
www.ilib.cn
10.
If there is only one non-NULL value in the column
如果列中只有一个非空值。
www.ibm.com
1.
Disposal of Redundancy in the Relational Model Under the Fuzzy Null Value Environment
模糊空值环境下关系模型的冗余处理
www.ilib.cn
2.
There are two ways to represent a null value with elements: with either the attribute
有两种通过元素表示空值的方法:使用属性
www-128.ibm.com
3.
NULL VALUE ELIMINATED IN SET FUNCTION
在集合函数里消除了空值
blog.sina.com.cn
4.
Columns that Contain a Null Value By Default
默认情况下包含Null值的列
msdn2.microsoft.com
5.
If you need to insert a NULL value, make that row the second row, as in Listing 10
如果需要插入一个NULL值,要使这一行成为第二行,如清单10所示
www-128.ibm.com
6.
If you pass a buffer that is a null value,
如果传递一个空值缓冲区,则,
msdn2.microsoft.com
7.
A null value will be added to the data source when the control property is set to the object of
对象时,将向数据源添加一个空值。如果
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/5/25 1:18:57