错误状态

cuò wù zhuànɡ tài
  • Error Status;error condition
错误状态错误状态
  1. 它能够非常快速有效的对攻击图进行错误状态的rank值评测,然后将其提供给安全评估人员供其参考。

    It is effective enough to rank the error states of an attack graph , then offer the ranks to the security estimator .

  2. 函数的错误状态被捕获并测试,但这个例子忽略了send在无阻塞模式(由MSGDONTWAIT标志启用)下的一个特性。

    The error status of the function is captured and tested , but this example ignores a feature of send in non-blocking mode ( enabled by the MSG_DONTWAIT flag ) .

  3. 安全帐户管理器(SAM)或本地安全颁发机构(LSA)服务器处于运行安全操作的错误状态。

    The security account manager ( SAM ) or local security authority ( LSA ) server was in the wrong state to perform the security operation .

  4. 我们围绕实现错误状态恢复、保持数据的一致性,以及接管(failover)和恢复(failback)这三个容灾系统特性分析了这个协议的实现流程。

    Afterward we analyze the implementation of the protocol through three characters of disaster-tolerant system , which are the maintenance of data consistency , recovery from failure , and failover and failback .

  5. WebSocket将来的版本最好能支持发送错误状态,比如网络错误或者是闲置超时,这样应用就可以不必对错误进行重试。

    Ideally a future version of websocket will be able to send an error status as something distinct from a network failure or idle timeout , so the application will know not to retry errors .

  6. 各个对象还包含一个错误状态和错误消息。

    Each object also contains an error status and error message .

  7. 函数求值失败:线程处于错误状态

    Function evaluation failed : the thread is in a bad state

  8. 由于服务器返回了错误状态,投递失败。

    The post failed because the server returned an error status .

  9. 否则,就返回适当的错误状态标志。

    Otherwise , it returns the appropriate error status flag .

  10. 还有几种其他的过渡状态和错误状态。

    There are also several other transitional and error states .

  11. 低级别的错误状态(即,错误的消息协议、连接断开)。

    Low-level error conditions ( that is , wrong message protocol , dropped connection ) .

  12. 在这种情况下,过程会立即退出并向调用者返回一个错误状态。

    In this case , the procedure exits immediately and returns a failing status to the caller .

  13. 此外,还能进行各种错误状态下报警信息的显示、声控提示、测试数据的翻查等。

    Furthermore , it can display all kinds of error information and look up test data one by one .

  14. 最后,通过对比和事实,证明N+测试策略能够发现更多的错误状态和不正确的转换错误,是比较充足的。

    At last , N + stategy is proved efficient in finding more error state and transition error by contrast and facts .

  15. 如果播放机无响应,说明该播放机已处于错误状态或已断开连接,但服务器未关闭该连接。

    A player that does not respond has either entered an error state or has disconnected and the server did not close the connection .

  16. 对于客户机使用服务代理的情况,任何与请求有关的错误状态都应该会导致异常被抛出。

    For a case in which a service proxy is used by the client , any error conditions associated with the request should result in an exception being thrown .

  17. 简单地说,应用程序向内核提供一个文件描述符列表和一个超时值,它需要监视这些文件描述符的读/写/错误状态。

    Basically , an application provides the kernel with a list of file descriptors that it needs to monitor for read / write / error conditions as well as a timeout value .

  18. 假设打印机队列出现了错误状态,那么您可以明智地希望选择这两本中的任何一本,并从中找到解决问题的命令。

    When you have , say , a printer queue that 's in a bad state , you can reasonably expect to pick up either of these and find the commands that 'll solve your problem .

  19. 本文讨论网格调制编码的上、下限渐近特性,重点研究了用错误状态转移图和生成函数求误比特率上限的解析方法。

    In this paper , we discuss the upper bound and lower bound on the asymptotic error performance of TCM , and with emphasis investigate an analytical method for BER upper bounds by using error state diagram and generating function .

  20. 首先,增加错误状态的识别程序,对故障状态实时进行监控,出现不正常的信号状态或危险信号时,及时停机,保护工件及设备的安全。

    Firstly , from the error conditions recognizing program , the failure state can be detected in the real time . When the abnormal signal or dangerous condition occurs , the machine will be stopped to protect the work piece and equipment .

  21. 属性提供错误的状态信息。

    Property of the exception provides status information for the error .

  22. 其中有一个寄存器可能包含指示错误的状态码。

    One register might contain status describing an error .

  23. 取得最近一次错误的状态资料。

    Get status information on last error .

  24. 这将生成一个非常严格的相容状态,几十亿个错误的状态会以光速被排除。

    And this would provide a very severe consistency condition , sweeping away billions of false hypotheses with the speed of light .

  25. 类似,若突破红线,测量结果就到达“危险”或“错误”状态。

    Similarly , when the red line is breached , the metric reaches its " critical " or " error " state .

  26. 进行中的工艺以错误的状态结束警报确认(1)储存(2)储存并卸下(3)重新开始工艺。

    Process recipe has terminated with error state Alarm ACK ( 1 ) to store ( 2 ) to store enable unload ( 3 ) Restart recipe .

  27. 对于CAN总线,从节点中心的角度,建立了节点的发送和接收状态机模型,以及各自补充的错误计数状态机模型。

    After analyzing CAN protocol specification , the node-centric state machine models of sender and receiver are built respectively . As a supplement for the model , the error count state machine models are established .

  28. 他们喊道,每一条残缺不全的短信,以及每一条facebook拼写错误的更新状态都像一把匕首一样,刺穿了正确用法的心脏。

    Every mangled text message and misspelled Facebook status update , they cry , is a dagger through the heart of proper usage .

  29. Monad作为构造纯函数式语言的工具,能构造出诸如错误处理、状态、I/O等非纯函数式语言的特征。

    Monads serve as the basis for adding other features to a pure functional language , such as exception , state and I / O.

  30. 错误的安装状态,会导致刀柄破损。

    Using the cutter with the inserts installed incorrectly will damage the holder .