您要查找的是不是:
- error handling program 差错处理程序
- Registers the error handling function. 注册错误处理函数。
- This example code does not include error handling. 此示例代码中不包含错误处理。
- Better Interbase blob, null and error handling. 更好的Intercase的blob,null和错误处理
- In well-designed systems, exceptions represent a subset of the program's error handling. 在设计良好的系统中,异常是程序错误处理的一部分。
- Reporting Services supports the following error handling functions. Reporting Services支持下列错误处理函数。
- Add error handling to prevent possible loss of data. 添加错误处理可以防止可能的数据丢失。
- The ICMP protocol takes care of error handling in the network. ICMP协议是负责处理互联网错误的。
- In Chapter 25, we will discuss ways to improve control error handling. 在第25章中我们将讨论改善控件错误处理的方法。
- In Chapter 25, we will discuss ways to improve control error handling . 在第25章中我们将讨论改善控件错误处理的方法。
- The code also implements error handling by wrapping the update call in a try-catch block. 该代码还将通过在try-catch块中包装更新调用来实现错误处理。
- Needless to say, this approach is generally not a good error handling strategy for all but the most disposable code. 毋庸多言,该方法对于绝大多数可任意使用的代码来说通常不是一个好的错误处理策略。
- Negative unit tests intentionally misuse the code and verify for robustness and appropriate error handling. 否定性单元测试故意以错误方式使用代码,验证可靠性和错误处理是否正确。
- This procedure modifies the code to include error handling by wrapping the update call in a try-catch block. 此过程将通过在try-catch块中包装更新调用来修改代码以包含错误处理。
- By doing this, you do not have to repeat the error handling code in every CATCH block. 如果这样做,则不必在每个CATCH块中重复错误处理代码。
- Upon the functional module, software's running process, data structure, and error handling are designed. 在此基础上,设计了软件的运行流程、数据结构、及出错处理机制。
- Note that in the previous code samples, the error handling is excluded to make them more easily read. 请注意,在前面的代码示例中,排除了错误处理以便容易阅读。
- Note the extensive error handling on each call, which you will appreciate during both debugging and testing. 请注意每个调用上的大量错误处理,您在调试和测试时将从中大大受益。
- Through the commission of upper attracting, suspending, vacuum transporting dry ash handling programable control systems, the problem and the taken measures are introduced. 通过对上引式悬浮真空输送的干式除灰系统的调试,重点介绍了系统投入中应注意的问题和采取的措施。
- You should not use explicit error handling code with an ON EXCEPTION RESUME clause. 在ON EXCEPTION RESUME子句中不要使用显式错误处理代码。