This method will return null if the focus owner is not in the same context as the calling thread.
如果该焦点所有者未和调用线程处于同一个上下文中,那么该方法会返回空。
Each of these methods will return null if its opposite component or window is in a different context.
如果其对立组件或窗口处于一个不同的上下文,这些方法中每一个都会返回空。
If doesn't exist or is NULL, set to and return.
如果不存在或者是NULL,就把设置为并返回。
If no match is found, return null to the client application.
如果没有发现匹配,就向客户端应用程序返回空值。
If you return a null array, the clients of the code must write extra code to check whether the return value is null (as shown in Listing 13).
如果您返回零数组,该代码的客户端必须编写额外的代码来检查返回值是否为零(如清单13所示)。
If doesn't exist or is NULL, return.
如果不存在或者是NULL,就返回。
var:-value}: If exists and isn't NULL, return 's value.
${var:-value}:如果存在且不是NULL,就返回 的值。
If doesn't exist, return NULL.
如果不存在,就返回NULL。
If doesn't exist or is NULL, return NULL.
如果不存在或者是NULL,就返回NULL。
If there is no year element, then the call will return null.
如果没有year元素,则调用返回一个空值。
The static Current property uses the Stack.Peek method to return the T instance at the top of the stack if one exists, returning null if the Stack is empty.
静态Current属性使用Stack.Peek方法返回位于堆栈顶端的T实例(如果存在),如果Stack 为空则返回空。
If not, then it will return null.
如果不支持,该函数将返回null。
It will return null if there no other error messages to return.
如果没有要返回的其他错误消息,则返回null。
If no match is found return null to the client application.
如果没有发现匹配,返回null到客户端应用程序。
You'll want to be sure to always return null if no match occurs, so that entity resolution will occur normally in non-special cases.
当不匹配时,您会希望始终确保返回null ,这样实体解析在非特殊情况下都可以正常进行。
If it is, I simply return null because I cannot handle negative values.
如果为负,则只是返回null,因为我不能处理负值。
Looking closely at Listing 10 reveals the issue: I initially coded the pop method to return null if the internal container had anything in it.
仔细观察清单10会发现:一开始我将pop方法编写为当内部容器中有项目时,就返回null。
If there are no WatchKeys to return by the end of the timeout, this method returns null.
如果在超时时间结束时,没有WatchKeys返回,这一方法将会返回null。
The CompanySystemContractManager class in Listing 4 checks only if arguments or return values are null, but it's possible to enhance it to add extremely sophisticated checks.
清单4中的CompanySystemContractManager类只检查参数或者返回值是否为nulll,但是可以使其增强为加入特别复杂的检查。
If the return value is an object, the default is null.
如果返回值是一个对象,默认为空值。
After executing the query against the database, return the results of the query as list or null if no synonym is found.
对数据库执行查询后,以列表形式返回查询结果,如果没有找到同义词的话则返回null。
The opendir() and readdir() functions both return NULL if a problem occurs and the errno global variable is set to indicate what went wrong.
在出现问题时,opendir()和readdir()函数都会返回NULL,并且将设置全局变量 errno 的值,以指出所出现的错误。
It is transitive: for any non-null reference values x, y, and z, if x.equals (y) returns true and y.equals (z) returns true, then x.equals (z) should return true.
具有传递性:对于任何非空的参考值x、y和z,如果x.e quals (y)返回真值并且y.e quals (z)也返回真值,那么x.e quals (z)也应该返回真值。
If this method returns void, no change is needed, but if it returns DataObject, change the last line from return null; to return input;.
如果这个方法返回void,则不需要任何更改;如果返回DataObject,则将最后一行从return null;更改为returninput;。
If the function succeeds, the return value is the handle to the hook procedure. If the function fails, the return value is NULL.
如果方法执行成功,返回钩子子程的句柄。如果失败,返回空。
If the return type of the method is nullable, the distinguished null value for the type is returned.
如果该方法的返回类型可以为空,则返回类型的突出默认空值。
If there is no cycle, return null.
如果没有环,则返回空。
Inside b. js: define(["require", "a" function (require, a) { "a" in this case will be null if a also asked forb, a circular dependency. return function (title) { return require("a" ). doSomething();
模块也可以不必返回对象,任何有效的返回都是可以的,比如上面的例子,返回一个函数作为其模块定义。
If the two linked lists have no intersection at all, return null.
问题描述:找出两个链表相交的地方。
If the two linked lists have no intersection at all, return null.
问题描述:找出两个链表相交的地方。
应用推荐