• Errno.h is needed for the declaration of errno, the global system call error number variable (more on that below).

    h声明errno所需要,errno是全局系统调用错误变量(下面会有更多介绍)。

    youdao

  • If the remote procedure returns an unsupported result set type, such as LOB or XML, the CALL returns error SQL3324N.

    如果远程过程返回支持的结果类型比如lobXML,那么CALL返回错误SQL 3324n。

    youdao

  • In contrast, if he infers that she is not interested when she is in fact interested, then he has made an error of false negative (what the statisticians call the "Type II" error).

    相反如果推断兴趣实际上她感兴趣,那么阴性错误(统计学家称为“第二类”错误)。

    youdao

  • If the error resulted from a call on the database object, you would invoke those methods on the database object instead.

    如果错误由于调用数据库对象产生那么可以那个数据库对象上调用上述两个方法

    youdao

  • If he infers that she is interested when she is in fact not interested, then he has made an error of false positive (what the statisticians call the "Type I" error).

    如果推断说,兴趣其实感兴趣,那么阳性错误(统计人员所谓“第一类”错误)。

    youdao

  • It's important to note that the call that fails with an error might not be the cause of the error, which could have happened much earlier.

    值得重点注意是,因某个错误失败调用可能不是错误的原因,错误的原因可能已经在更早以前发生

    youdao

  • The connection manager can then call this method when the resource adapter indicates a connection error, or even periodically to remove broken connections from the pool.

    然后连接管理资源适配器指示连接错误调用这个方法甚至定期调用该方法,以便从池中排除坏掉连接

    youdao

  • Alerts can be sent using email or pager to the on-call administrator when problems reach warning and error thresholds.

    问题严重程度到达警告错误阈值时,能够电子邮件或者纸质方式向管理员发送告警信息。

    youdao

  • As with properties, any attempt to call a private method from outside the containing class causes a fatal error.

    属性一样尝试包含外部调用私有方法导致致命错误

    youdao

  • You're encapsulating the remote call in a server-side controller, so you might choose to do some more extensive error correction there.

    正在远程调用封装一个服务器端控制器中,因此可以这里加强错误处理

    youdao

  • Be sure your script is protected from an error; if the method call fails, it throws an exception.

    确保脚本能够应对错误如果方法调用失败会抛出异常

    youdao

  • These situations often call for special schemas defining information for every specific error, thus effectively extending domain semantic model to describe failure scenarios.

    这些情况下往往需要每个具体错误使用特定模式来定义信息这样可以有效地扩展领域语义模型描述失败场景

    youdao

  • Every time you call a function that can return an error, you need to be careful to check that your request produced the result you expected (or handle the error if it didn't).

    每次调用一个可以返回错误值的函数时,必须小心检查请求所生成结果正是您希望的(如果不是,就需要错误进行处理)。

    youdao

  • Also, the test in Line 13 will fail to detect an error because the result of the call will not be an empty string.

    第13中的检查无法探测错误因为调用结果不是字符串

    youdao

  • Notify the user if an error occurred during the asynchronous call.

    如果在异步调用过程出现错误,则通知用户

    youdao

  • The setlocale call determines the character set, error messages catalogs, monetary value formatting, numerical conventions, string collation, and alphabetic ordering.

    可以调用setlocale来确定字符集错误消息类别、货币格式数字转换字符串校勘字母排序。

    youdao

  • Then we call the exit() function with an error code; for this utility, we've chosen to return different numbers for every different error condition.

    随后我们错误调用exit()函数对于实用程序,我们已经选择了每个不同错误条件返回不同数字

    youdao

  • If a previous HTTP error has already opened the error window, the focus call makes it the current window, which can cause usability issues if the HTTP error occurs again and again.

    如果之前HTTP错误已经打开了错误窗口,那么focus调用使之成为当前窗口,如果再三发生HTTP错误,那么导致可用性问题

    youdao

  • When an error occurs in a system call, you can access and display a message corresponding to the error in at least one of two ways: by using either the perror or the strerror function.

    系统调用出现错误时,至少可以以下两种方式一种访问显示错误对应消息通过使用perrorstrerror函数

    youdao

  • The sample program checks for the error format in the event occurrence data if the select() call returned an error.

    示例程序事件发生数据检查错误格式,判断select()调用是否返回了错误。

    youdao

  • If it's set to 1, you know the request was made using an asynchronous Ajax call, and you should just send back a message with OK or an error.

    如果字段设置1表明请求通过使用异步ajax调用发出的,应该返回条包含OK一个错误的消息

    youdao

  • For example, if you call setpgid on a system without job control, you'll get an ENOSYS error.

    例如如果不具有作业控制系统调用setpgid,则将会接收到ENOSYS错误。

    youdao

  • For each diagnostic record, a SQLGetDiagRec function call retrieves SQLSTATE values, diagnostic messages, and native error codes.

    对于诊断记录SQLGetDiagRec函数调用将检索s QL state、诊断消息本地错误代码

    youdao

  • Unfortunately, it will result in the error message shown in Figure 5, because the function declared in the dojo.forEach method call creates a closure that defines this as referring to its own body.

    不幸的是,导致5错误消息因为在dojo. forEach方法调用声明函数创建了一个包,该闭包将this定义引用它本身。

    youdao

  • When the SPU code finishes or hits a critical error condition, it stops executing and the host process returns from the ioctl call.

    SPU代码执行完成碰到严重错误条件时会停止执行宿主进程也会ioctl调用返回

    youdao

  • So if you misspelled "secret" in the above example, or tried to call a method on it that did not exist, you would get a compile-time error.

    因此如果例中错了“secret”,尝试调用根本存在方法那么出现编译时错误。

    youdao

  • One detail you can't see from the output is that perror() writes its message to the standard error channel (stderr); the printf() call in Listing 1 is writing to the standard output channel (stdout).

    无法输出看到一个细节perror() 将消息写入标准错误通道 (stderr);清单1中的printf()调用将写入标准输出通道 (stdout)。

    youdao

  • Validate_ptrs If a pointer that was previously not allocated by malloc is passed to the free call, an error message is thrown and the program is aborted.

    validate_ptrs如果free调用传递指针并不以前malloc分配的,那么将会引发一个错误消息程序中止。

    youdao

  • The error occurs because I'm trying to call the toString() method on the appointment instance before the rest of the fluent-interface setter methods are called.

    出现错误原因在于试图连贯接口setter方法调用之前调用appointment实例toString()方法

    youdao

  • The method call will return a div with all error messages (if any exist), so that one can be easily displayed

    这个方法调用返回一个包含所有错误消息div如果有错误消息的话),可以容易地显示它

    youdao

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

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

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