英语人>词典>汉英 : 错误代码 的英文翻译,例句
错误代码 的英文翻译、例句

错误代码

词组短语
error code
更多网络例句与错误代码相关的网络例句 [注:此内容来源于网络,仅供参考]

In practice, we would probably have to take into account different error code types that we would hit within the function, and then we would need to map all these error codes to the type we are returning from the function.

在实践中,我们可能要考虑到不同类型的错误代码,我们将打击范围内的功能,然后我们需要映射所有这些错误代码的类型,我们是从函数返回。

The need to support additional error categories, for example, occurs in some networking library implementations because they are built on top of the POSIX getaddrinfo API that uses error codes not based on errno .

例如,对于支持额外错误类别的需求发生在某些网络库的实现上,因为它们构建在 POSIX getaddrinfo API 之上,它是使用错误代码而不是基于 errno 的。

If ' Chan is an error then call the procedure ' XLODBCErrHandler to display the error message.

指示 ODBC 错误类和子类的字符串。一个值,该值指示数据源本地错误代码

This is not really an error value, so there is no corresponding numerical error code.

这不是一个真正的错误值,所以没有相应的数值错误代码

This error code indicates the cause of the error.

错误代码指出了错误的原因。

N This error code indicates the cause of the error.

n 这个错误代码表明了错误的原因。

The accompanying value is a pair containing the numeric error code from errno and the corresponding string, as would be printed by the C function perror.

在发生错误将引发异常。accompanying 值包含错误代码和错误描述文本,用于使用 C 程序 perror 打印。

It uses parenthesized, keyed format specifiers, so the format operand must be a dictionary. The code key should be an integer, specifying the numeric HTTP error code value. message should be a string containing a error message of what occurred, and explain should be an explanation of the error code number.

使用被括号括主的key格式,所以格式化参数必须包含在一个字典里面。code 键是一个整数,为 HTTP 错误代码。message 是一个字符串,为相信的错误消息。explain 是错误代码的说明。

While the Strike Eagle fault codes got us in the ballpark, the fault reporting codes on the F-22 tell us exactly what is wrong.

如果说攻击鹰的错误代码只是给了我们一个大致的方向,F-22的错误报告代码则是准确地告诉我们问题出在哪里。

Retval and errmsg will be error code and userfriendly error message which can be thrown to enduser from the frontend application OR Pass the retval and error message to application error handler routine.

retval和errmsg将错误代码和用户友好的错误信息,可为最终用户抛出从或通过前端应用retval和错误信息,应用程序错误处理例程。&/页&

更多网络解释与错误代码相关的网络解释 [注:此内容来源于网络,仅供参考]

error code diagnostic message:错误代码诊断信息

error code 错误代码=>エラーコード | error code diagnostic message 错误代码诊断信息 | error code word 误码字

error code:错误代码

MSN错误代码(error code)解决大全2、职位与汇报结构(指挥链). 组织结构图展示公司内的统属结构(line structure)关系. 通过创建和维护职位,并将他们相互关联来创建汇报结构. 组织管理中的评价(Evaluation)通常需要一个起始对象(Start Object)和一个评价路径(Evaluation Path).

error code:错误码

A:出现错误后都会有提示代码,这些代码是和DS通用的. 相关详细介绍请见:Wii主机错误代码查询及提问贴 帮助解决Wii 错误码(Error Code)问题的网站

error message:错误消息

操作系统审计跟踪数据(operating system audit trail)是经过编码的(encoded),但可以通过数据字典及错误消息(error message)进行解码. 操作代码(action code)用于描述已执行或试图执行的操作. AUDIT_ACTIONS 数据字典表可用于解码操作代码.

errors:错误

ZIS将根据选择性报文锁定(SMB)机制,返在EMIF规范的1.0版本中,报文有效性的确认是根据EMIF报文规范的XML 文档类型定义(DTD)附录 A 状态代码与错误代码A.1 状态(Status)代码A.2 错误(Errors)代码

(KAELOC) In Process Fault IPF:错误率,=错误数 / 交付Total代码行

61 综合运行测试(软件开发过程阶段) Runing Test RT | 62 错误率,=错误数 / 交付Total代码行(KAELOC) In Process Fault IPF | 63 缺陷率,=缺陷数 / 交付Total代码行(KAELOC) In Process Defect IPD

incorrect:错误的

在图9中我们找到几个限定符:错误的(incorrect)、丢失的(missing)以及外来的(extraneous). 丢失的表明代码本应在那现在却不在. 错误的表明代码存在,但是编写得不正确. 在这个案例中,由于我们已经找到了很多带有分配类型和运算法则类型的不正确的代码,

Discordant Usage of Cast Operator and Check of Returned Value of qualificator method:检查由错误使用类型代码引起的Cast错误

Contradictory Type Cast Or Ch... | Discordant Usage of Cast Operator and Check of Returned Value of qualificator method 检查由错误使用类型代码引起的Cast错误 | Discordant usage of 'instanceof' and Cast ...

Undefine Error Code:未定义的错误代码

"Unconstrained","自发" | "Undefine Error Code","未定义的错误代码" | "Undefined","未定义"

Unreachable code:执行不到的代码

没有它,Java编译器将标记"执行不到的代码"(unreachable code)错误,因为编译器知道最后的println()语句将永远不会被执行. 为阻止这个错误,为了这个例子能够执行,在这里使用if语句来"蒙骗"编译器.