• Accessing the null pointer is very dangerous, as it might crash your program.

    访问指针非常危险的因为可能使程序崩溃

    youdao

  • Instead of defining a separate class for empty lists, it represents empty lists by putting a null pointer in both fields.

    两个域中都放置指针表示而不是链表定义一个单独

    youdao

  • Notice how like our recursive programs, the definition of a linked list also contains a base case -- in this case, the NULL pointer.

    注意我们递归程序非常类似,定义包括一个基线条件 ——这里NULL指针

    youdao

  • Furthermore, it says nothing about where in the code the null pointer was actually assigned.

    此外并不指出代码的何处这个指针值。

    youdao

  • Make sure you are not accessing null pointer.

    确保不是在访问指针

    youdao

  • Else, it goes through the binding vector array looking for a non-NULL pointer to binding handle.

    否则循环遍历绑定向量数组寻找null的绑定句柄指针

    youdao

  • Since a NULL pointer terminates a list, we can also use the NULL pointer condition as a base case for many of our recursive functions on linked lists.

    由于NULL指针结束一个所以我们可以使用 NULL 指针条件作为基于链表很多归程序的基线条件。

    youdao

  • That means a reference type can have a null pointer, but a value type cannot have a null value.

    意味着引用类型可能有空指针但是数值类型不能有空

    youdao

  • Normal control characters (characters with values less than 32) : This especially includes character 0, traditionally called NUL; I call it NIL to distinguish it from c's NULL pointer.

    常规控制字符(字符小于32):还特别包括字符0传统上称做NUL;称为NIL区别c语言中的NULL指针。

    youdao

  • Unfortunately, many designers have still not learnt that the special null pointer or null object is an equally bad idea.

    遗憾的是,许多设计者并没有认识指针对象带来的危害。

    youdao

  • Some types of memory access errors (like using a NULL pointer) cause a program to crash outright.

    有些类型内存访问错误 (比如使用NULL指示器) 将会导致一个程序完全崩溃。

    youdao

  • Clearly, SOAP separating is not the same as a null pointer.

    显然SOAP分离并不同于指针

    youdao

  • In this... abomination, "she waved at the screen," passing a NULL pointer is a programming error, as the documentation for the function clearly states.

    这里,“(译注:指guru)面对屏幕挥了挥手,”传入指针一个编程错误,就这个程序的文档写的那样。

    youdao

  • Listing 8 lists the code that was modified in the source of the jfs_mount.c file to create a segmentation fault at line 109 by creating a null pointer exception.

    清单8列出jfs_mount . c文件源代码修改过代码,我们代码中创建一个指针异常,从而使代码在第109产生段错误

    youdao

  • The system level error includes syntactical error, null pointer exception, web service timeout, database connection timeout, and so on.

    系统错误包括语法错误、指针异常web服务超时数据库连接超时

    youdao

  • I said earlier that an empty list is a LinkedList containing a null pointer in both fields.

    前面说过就是个域都包含一个指针LinkedList

    youdao

  • Sun's JSF RI expects a renderer will send a null pointer exception if your component doesn't have a renderer.

    SunJSFRI期望组件没有渲染器的时候,渲染器发送一个指针异常

    youdao

  • In this example, line 6 will cause a null pointer exception because the variable actions has not been initialized.

    这个例子中,第6行将产生一个null指针异常因为变量actions没有初始化

    youdao

  • If the lua_open call fails, it returns a null pointer.

    如果lua_open调用失败,则返回一个null指针

    youdao

  • In this example, if the Map on line 1 does not contain the person named "Bob," a null pointer exception will result on line 5 when the person is asked for his name.

    这个例子中,如果第1行的Map包括一个名为bob,那么第5询问person名字就会出现null指针异常

    youdao

  • Because FindBugs doesn't know if the map contains "Bob" or not, it will flag line 5 as a possible null pointer exception.

    因为FindBugs知道map是否包含bob”,所以第5标记可能null指针异常

    youdao

  • This code is included in the code which handles the click event for the Invoke Service button and its purpose is to avoid a null pointer exception when the web service is invoked with an empty string.

    目的避免使用空子符调用Web服务出现指针异常

    youdao

  • Detector: null pointer dereference and redundant comparisons to null.

    检测器null指针null的解引用(dereference)冗余比较

    youdao

  • It looks for cases where a code path will or could cause a null pointer exception, and it also looks for cases in which there is a redundant comparison to null.

    查找代码路径将会或者可能造成null指针异常情况,它查找对null冗余比较的情况。

    youdao

  • Unlike the dreaded null-pointer exception (which says nothing about what was expected to occur instead of the null pointer), a class-cast exception is relatively easy to debug.

    可怕指针异常(异常除了报告空指针之外,对于将要发生的事情什么也不说)不同,类强制转换异常相对来说容易调试

    youdao

  • Unlike, for example, a class-cast exception, a null-pointer exception says nothing about what was expected instead of the null pointer.

    例如不像个类转型异常指针异常不给出它需要内容的任何信息,只有一个空指针。

    youdao

  • Instead, the error signaled at run time would be a null-pointer exception instead of a class-cast exception.

    相反运行发出错误将会一个空指针异常不是强制转换异常。

    youdao

  • Unfortunately, automata theory tells us that no tool could ever statically determine which programs will throw null-pointer exceptions.

    不幸的是,自动控制理论告诉我们没有工具可以静态决定哪些程序抛出空指针异常

    youdao

  • In the next installment, we'll take a look at yet another very common bug pattern that manifests itself as a null-pointer exception, how to recognize it, and how to avoid it.

    在下一个部分我们还要注视另外一个非常普遍的,也被证明是个空指针异常错误类型,以及怎样识别避免它。

    youdao

  • In the next installment, we'll take a look at yet another very common bug pattern that manifests itself as a null-pointer exception, how to recognize it, and how to avoid it.

    在下一个部分我们还要注视另外一个非常普遍的,也被证明是个空指针异常错误类型,以及怎样识别避免它。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定