单词 | error handling |
释义 | 例句释义: 差错处理,错误处理,出错处理,误差处理 1. The code is easier to read, easier to maintain, and (I would say) even encourages you to add error handling, which is always a benefit. 这样的代码更易于阅读、维护,而且我要说,甚至要鼓励您添加错误处理机制,它通常都能带来好处。 www.ibm.com 2. This also tends to simplify error-handling of each task considerably, as each processing step is only doing one simple task. 由于每个处理步骤只完成一项简单的任务,因而也将极大简化了每个任务的错误处理。 www-128.ibm.com 3. And, because other developers are often lacking when it comes to error-handling, it's easy to do better than everyone else. 而且,由于其他开发人员通常缺乏错误处理方面的知识,因此在处理这方面的问题时会很容易比别人做得更好。 www.ibm.com 4. We recommend that you add security and error-handling code to your projects to make them as secure and robust as you deem appropriate. 我们建议您在项目中添加安全性代码和错误处理代码,以使项目达到您预期的安全性和可靠性标准。 technet.microsoft.com 5. In fact, that's really the key to error handling: Understand the system that you work with and the lower levels of that system. 实际上这就是错误处理的关键:了解所使用的系统和系统的底层。 www.ibm.com 6. Error handling is one of those areas that is seldom done well, and is usually skirted around in literature about software design. 错误处理是系统中很难做好的地方之一,而且通常在软件设计相关的文档中也仅仅是作为陪衬出现。 www.infoq.com 7. I've only scratched the surface in terms of available features, including error handling. 我仅仅涉及了众多可用特性(包括错误处理)的一部分。 www.ibm.com 8. Up to this point in our discussion of JSP custom tags , we ve managed to sidestep the important detail of error handling . 在我们讨论JSP自定义标记的时候,我们一直都设法回避了错误处理的重要细节。 www.bing.com 9. The last parameter, facelets. DEVELOPMENT, is not required, but allows you to use the error-handling facility of Facelets. 最后一个参数facelets.DEVELOPMENT不是必需的,但是它允许您使用Facelets的错误处理工具。 www.ibm.com 10. Of course, error processing and error handling are built into each of these steps as the information proceeds through the business process. 当然,当信息流经业务流程时,错误处理和错误管理是内置在各个步骤中的。 www.ibm.com 1. Using any form of the Resume statement outside of an error-handling routine will not reset the Err object's properties. 在错误处理例程的外部使用任何形式的Resume语句都不会重置Err对象的属性。 msdn2.microsoft.com 2. Windows Vista moves error handling out of the context of the crashing process into to a new service, Windows Error Reporting (WER). WindowsVista将错误处理从崩溃进程的上下文移至新服务,即Windows错误报告(WER)。 www.microsoft.com 3. If necessary, collect an activity and its attached error handling into a sub process to keep the parent process "cleaner. " 如果必要,将一个活动及其附加错误处理机制收集到一个子流程中,以保持父流程“整洁”。 www.ibm.com 4. Error handling must be considered a frontline part of your application development. 错误处理被认为是应用程序开发的重要部分。 www.ibm.com 5. Now, staying within the try error handling statement, proceed to gather information from the Excel workbook, starting with its sheets. 现在,处于try错误处理语句中,继续从Excel工作簿收集信息,我们先从它的工作表开始。 www.ibm.com 6. So fatal errors fall under that second principle of good error handling: Error handling isn't disruptive. . . unless it has to be. 所以,致命错误归于第二个优秀错误处理原则:错误处理是不中断的,除非有必要。 www.ibm.com 7. Just rewrite a few lines of code to use SAXParser instead of DOMBuilder and you're ready to add SAX-specific error handling. 只需要重写一些代码,使用SAXParser代替DOMBuilder即可,这样就可以开始添加与SAX有关的错误处理了。 www.ibm.com 8. Stress test refers to tests that put a greater emphasis on robustness, availability, and error handling under a heavy load on the product. 压力测试注重于产品在较大负载下的健壮性、可用性和错误处理效率。 www.ibm.com 9. Crashing, spitting out a "sorry, you're out of luck" message, or printing out a stack trace is not error handling. That is error reporting. 程序中断,并弹出“对不起,您运气不好”的消息或打印出堆栈跟踪,这不是错误处理,而是错误报告。 www.ibm.com 10. Yes, I know this interrupts the flow of your code, but slick error-handling and recovery really makes your application a hit with the users. 是的,我知道此操作中断了您的代码流,但巧妙地解决错误处理和恢复问题会使您的应用程序大受用户的欢迎。 www.ibm.com 1. For simplicity, we did not include error handling for cases such as an invalid operation called for the current state. 为了简单起见,我们并未包含处理对当前状态无效的操作调用等情况的错误处理。 www.ibm.com 2. If you look at the diagram in Figure 1, you see that the Java runtime environment (JRE) contains the error-handling mechanisms in Java. 在图1中可以看到,Java运行时环境(JRE)包含用Java实现的错误处理机制。 www.ibm.com 3. Explicit error-handling code in the body of the procedure is then used to do the error processing. 然后,使用过程体中的显式错误处理代码进行错误处理。 www-128.ibm.com 4. Error handling: SPML provides two options -- resume and exit -- for handling cases where some of the requests in a batch fail. 错误处理:如果成批请求中某些失败,SPML会提供两种选择来处理这种情况:恢复和退出。 www.ibm.com 5. To top off the error handling you'll add several convenience functions that will assist developers in their XForms development using PHP. 要完成错误处理,您需要添加几个便利函数,帮助开发人员在XForms开发中使用PHP。 www.ibm.com 6. First and foremost, you've got to actually write error handling code. 首先,实际上您已经编写了错误处理代码。 www.ibm.com 7. Error handling is one of the challenging topics when developing business process. 当开发业务流程时,错误出了是最富挑战的主题之一。 www.blogjava.net 8. In standard Java code -- thanks to its managed memory environment -- error handling is just another block of code. 在标准Java代码中——多亏有其托管内存环境,错误处理只是又一块代码。 www.ibm.com 9. Identify auditing requirements, as well as technical and business-level error handling requirements and design services accordingly. 识别审计要求以及技术和业务级错误处理要求,相应地设计服务。 yeebang.com 10. Error handling makes the XSL for this technique a bit more complex than for the first technique. 其中的错误处理使得此技术的XSL比第一项技术中的XSL更为复杂一些。 www.ibm.com 1. Like Java code, JavaScript does have exception handling, which we recommend using for your error handling. 与Java代码类似,JavaScript也具备异常处理,我们推荐使用它来进行错误处理。 www.ibm.com 2. RAISERROR can be used in either the TRY or CATCH block of a TRY. . . CATCH construct to affect error-handling behavior. RAISERROR可用在TRY.CATCH构造的TRY或CATCH块中影响错误处理行为。 msdn2.microsoft.com 3. Needless to say, this approach is generally not a good error handling strategy for all but the most disposable code. 毋庸多言,该方法对于绝大多数可任意使用的代码来说通常不是一个好的错误处理策略。 www-128.ibm.com 4. Subsequent discussion of this topic is oriented around error handling considerations that apply to these three phases. 后续关于该话题的讨论所围绕的错误处理要点都适用于这三大阶段。 www.infoq.com 5. Once you realize that SAX underpins most XML processing, you know that SAX is then the key to good error handling. 只要意识到SAX是多数XML处理的基础,那么将会明白SAX是高质量错误处理的核心。 www.ibm.com 6. Also be aware that with dynamic solution you might need some additional error handling in the event that something goes wrong. 还要注意,在使用动态解决方案时,可能需要更多的错误处理。 www.ibm.com 7. The system architecture, inside hardware structure and error handling are described in detail. 对其整体架构、“细胞”内部结构以及容错机制做了详细阐述。 www.airiti.com 8. The error-handling logic records information about the Web request to allow the error to be correlated with the user and session. 错误处理逻辑记录Web请求的相关信息,以使错误与用户和会话相关联。 www-128.ibm.com 9. Be sure to incorporate some type of error-handling strategy to handle the chance of client code passing in an invalid index value. 确保结合某一类型的错误处理策略,以处理万一客户端代码传入无效索引值的情况。 msdn2.microsoft.com 10. In fact, if develop strict code style, for sufficient error handling, most of the problems could have been avoided. 其实如果养成严谨的代码风格,进行足够的错误处理,大部分问题本可以避免。 3333355555.com 1. Early experiments give immediate insights into stability, error handling, and performance characteristics. 以前的经验使我们可以立即洞察稳定性、错误处理和性能特征。 www.ibm.com 2. The error handling in this line is insufficient in a production environment and should be revised as necessary. 本行中的错误处理在生产环境中是不足的,应在必要时加以修订。 www.ibm.com 3. Set aside an area of scoped memory large enough to perform the error-handling operation. 预留出足够大的作用域存储区来执行错误处理操作。 www.ibm.com 4. The language encompasses features needed to describe complex control flows, including error handling and compensation behavior. 这一语言包含了描述复杂控制流所需要的特性,包括错误处理和补偿行为。 www.infoq.com 5. But the system has a lot of room for improvement in error handling, etc. It needs to be further upgraded. 但是这个系统在错误处理等方面还有很多不完善之处,需进一步升级改进。 blog.sina.com.cn 6. upon the functional module , software ' s running process , data structure , and error handling are designed. 在此基础上,设计了软件的运行流程、数据结构、及出错处理机制。 www.ichacha.net 7. Adding error-handling code to your program can be annoying, tedious, and time-consuming. 向程序中添加错误处理代码可能会是恼人、乏味、耗时的差事。 www.ibm.com 8. Explains how the interaction of managed and unmanaged code affects error handling in document-level and application-level projects. 说明托管和非托管代码的交互会如何影响文档级和应用程序级项目中的错误处理。 207.46.16.251 9. Because security, validation, error handling, and tests, just to name a few, take care to code right. 因为安全、验证、错误处理和测试只是很少仔细认真审视代码的几个考虑部分。 bbs.phpchina.com 10. You can add error handling to your code to make sure that the arrays are compatible before attempting an assignment. 可以在程序中添加错误处理代码,来确保数组在赋值前是相容的。 technet.microsoft.com 1. This may seem odd in a normal error-handling sense, but when it comes to database programming, expect the unexpected. 这在一般的错误处理场景中可能有点儿奇怪,但是在涉及数据库编程时就很常见了。 www.ibm.com 2. All custom actions contain code; as with any code, error handling is an essential part of the process. 所有自定义操作都包含代码;就像所有代码一样,错误处理是过程不可缺少的一部分。 msdn2.microsoft.com 3. You can use structured and unstructured error handling to plan for potential errors, preventing them from interfering with the application. 使用结构化和非结构化错误处理,可以规划潜在的错误,防止它们影响应用程序。 technet.microsoft.com 4. For those of you who came to this article all jazzed up about error handling, sorry! 对于那些急于从本文中得到有关错误处理内容的读者,我要说一声抱歉! www.ibm.com 5. Windows Installer automatically manages most error handling in deployment; however, errors in custom actions can cause an installer to fail. WindowsInstaller自动管理部署中的多数错误处理;但是,自定义操作中的错误可以导致安装程序失败。 msdn2.microsoft.com 6. It does you no good to build a great set of error-handling methods and then not tell your SAX parser about them. 创建大量的错误处理方法但又不告知SAX解析器,这样是没有益处的。 www.ibm.com 7. This class is internal and used by the adaptive error handling mechanism to encapsulate exception information . 此类为内部类,由自适应错误处理机制用来封装异常信息。 www.bing.com 8. The error is handled in the error-handling routine, and control is then returned to the statement that caused the error. 该错误将在错误处理例程中得到处理,然后控制权将返回到导致错误的语句。 www.juyy.net 9. This support provides for improved error handling in a more consistent way. 这项支持允许以更一致的方式实现更好的错误处理。 www.ibm.com 10. From the Deployment Group editor you can modify the artifact deployment order, error handling behavior, and Server Profile associations. 在部署组编辑器中,可以修改工件部署次序、错误处理行为和服务器概要文件关联。 www.ibm.com 1. Although runtime error handling is optional, handling runtime errors is especially important when sharing data across tests. 尽管运行时错误处理只是可选的,但是在测试之间共享数据时,处理运行时错误就变得十分重要了。 www.ibm.com 2. Implement error handling in stored procedures, transactions, triggers, and user-defined functions. 实现在存储过程、事务处理、触发器和用户定义函数中的错误处理。 www.bvtc.cn 3. Regardless of the method of error handling, the ability to probe a system for errors leads to providing an attacker with more information. 不管错误处理机制如何,可以探测系统错误的能力会给攻击者提供更多信息。 sg.php.net 4. We recommend that you add security and error-handling code to make your projects more secure and robust. 我们建议添加安全保护和错误处理代码来确保项目安全可靠。 msdn2.microsoft.com 5. A lot of error handling considerations mentioned for this layer is also possible to be implemented in the component layer. 这一层所提及的许多出错处理的方案也可以应用于组件层。 www.infoq.com 6. The best error handling operates exactly like you do when you encounter a problem: It tries to find a way around the problem. 最好的错误处理方式和您遇到问题的情况完全相同:试图找到避开问题的方法。 www.ibm.com 7. The same task, with improved robustness and error handling, can be accomplished in three lines of code. 而同样的任务,带有改进的健壮性和出错处理,可以使用3行代码实现。 www.ibm.com 8. From the Error Handling tab, Roslyn can customize how errors are reported, as shown in Figure 30. Roslyn可以在ErrorHandling选项卡中定制如何报告错误,如图30所示。 www.ibm.com 9. For simplicity, the examples I provided lack validation and error handling, which should be included in any production system. 为了方便起见,我提供的示例缺乏验证和错误处理,这些是任何生产系统中都应包括的。 blog.sina.com.cn 10. Format, be sure to use appropriate error handling in case the date is not in the correct format. 格式时,请确保使用适当的错误处理方式,以防日期的格式有误。 msdn2.microsoft.com 1. Typically, an application validates XML documents against a list of known schemas as part of its error handling. 通常,作为错误处理过程的一部分,应用程序会针对一组已知的模式对XML文档进行验证。 www.ibm.com 2. Do not over-engineer a common utility for error handling. 不要针对错误处理过度构建某个常用实用工具。 www.ibm.com 3. Logging is a vital part of a good error handling application. 日志记录是构成出色错误处理应用程序的重要部分。 www.ibm.com 4. By doing this, you do not have to repeat the error handling code in every CATCH block. 如果这样做,则不必在每个CATCH块中重复错误处理代码。 msdn2.microsoft.com 5. This procedure modifies the code to include error handling by wrapping the update call in a try-catch block. 此过程将通过在try-catch块中包装更新调用来修改代码以包含错误处理。 msdn2.microsoft.com 6. Optionally, test for a local user with the IsLocal property and modify error handling accordingly. 可以选择使用IsLocal属性对本地用户进行测试并相应地修改错误处理。 msdn2.microsoft.com 7. Describes error handling provided by the. NET Framework and the fundamentals of handling exceptions. 描述.NETFramework提供的错误处理以及处理异常的基本原则。 msdn2.microsoft.com 8. Statement is not meant to specify line 0 as the start of the error-handling code, even if the procedure contains a line numbered 0. 语句将行0指定为错误处理程序代码的开始,即使过程包含编号为0的行。 msdn2.microsoft.com 9. Of course, error handling and verification is ugly, annoying, inconvenient, and thoroughly despised by programmers the world over. 当然,错误处理及验证十分令人生厌,也很不方便,并被全世界程序员们所轻视。 www.ibm.com 10. In general, reading, writing, and debugging code becomes much clearer with exceptions than when using the old way of error handling. 一般来说,读写代码和异常处理代码都变得比以前更加的清晰。 www.diybl.com 1. It does not specify line -1 as the start of the error-handling code, even if the procedure contains a line numbered -1. 它不指定行号为-1的行作为错误处理代码的开始位置(即使过程中含有行号为-1的行)。 msdn2.microsoft.com 2. Negative unit tests intentionally misuse the code and verify for robustness and appropriate error handling. 否定性单元测试故意以错误方式使用代码,验证可靠性和错误处理是否正确。 msdn2.microsoft.com 3. Without error handling, interop calls often generate errors that provide little information. 如果没有错误处理机制,互操作调用产生错误时提供的信息通常很少。 msdn2.microsoft.com 4. Most development environments provide default error handling. 大部分开发环境都提供默认的错误处理。 www.01vb.com 5. Gets a value indicating whether the switch allows error-handling messages. 获取一个值,它指示开关是否允许错误处理消息。 msdn2.microsoft.com 6. By placing the validation logic in the business delegate, you ve created the most natural error-handling scenario. 通过将验证逻辑放置在业务委派中,您已经创建了最自然的错误处理方案。 www-128.ibm.com 7. Include error handling whenever practical and construct your own error messages. 只要可行就包括错误处理,并编写您自己的错误信息。 technet.microsoft.com 8. An obvious limitation of this approach is that for each new error handling process a new decision branch must be created. 这种方法的一个明显的局限性是,必须为每个新的错误处理流程创建一个新的决策分支。 www.ibm.com 9. Whenever possible, use structured error handling to provide more information about problems when they occur. 应尽量使用结构化错误处理机制在发生问题时提供更多相关信息。 msdn2.microsoft.com 10. Why? Because error handling should not obfuscate the logic of the code. 为什么?因为错误处理不应该把代码的逻辑弄得晦涩难懂。 word.hcbus.com 1. However, asynchronous interaction pushes more complex error handling onto the consumer. 然而,异步交互将更复杂的错误处理推给了用户。 www.ibm.com 2. Text annotations entered in the DTS Designer, and package logging and error handling settings, are not migrated. 在DTS设计器中输入的文本批注、包日志记录以及错误处理设置都不会迁移。 msdn2.microsoft.com 3. Faults and error handling are covered in more detail in a subsequent article in this series. 将在本系列的后续文章中更详细地对错误和错误处理进行讨论。 www.ibm.com 4. The listing shows only the handling for (multi-)linestrings and also omits the error handling for illustration purposes. 出于演示的目的,下面的清单只显示了对(多)行字符串的处理,而省略了错误处理。 www.ibm.com 5. The following example demonstrates the AdventureWorks error-handling solution. 下面的示例说明AdventureWorks错误处理解决方案。 msdn2.microsoft.com 6. The code also implements error handling by wrapping the update call in a try-catch block. 该代码还将通过在try-catch块中包装更新调用来实现错误处理。 msdn2.microsoft.com 7. Strong error handling translates into more reliable applications. 强大的错误处理可以形成更可靠的应用程序。 www-128.ibm.com 8. You should not use explicit error handling code with an ON EXCEPTION RESUME clause. 在ONEXCEPTIONRESUME子句中不要使用显式错误处理代码。 www.ianywhere.com 9. As a rule, message-driven beans should have more error handling, but the code sample here is just for illustration. 通常,消息驱动Bean应该有更多的错误处理,但在这里,代码示例只是为了阐释。 www.ibm.com 10. Exceptions provide a whole new way of thinking about error handling. 异常为考虑错误处理提供了一种全新的方法。 www.ibm.com 1. Assertion statements are not a substitute for error-handling code, however. 但是断言语句不是错误处理代码的替代物。 technet.microsoft.com 2. More importantly, the error handling approaches are ill-defined and again vary drastically. 更重要的是,错误处理方法是模糊不清又变化巨大的。 www.cnblogs.com 3. LEI administrators will also welcome improved failover and better error handling. LEI管理员还将欢迎改进的故障转移和更好的错误处理。 www-128.ibm.com 4. Many runtime exceptions to improve common error handling and debugging abilities. 许多运行时异常,用来改进常见的错误处理和调试。 www.ibm.com 5. The code would be a lot bigger and therefore harder to read because of all the error-handling code. 由于需要这么多错误处理代码,该代码可能更大,因此更难阅读。 www.ibm.com 6. All these exceptions inherit from SDORuntimeException, so the minimal error handling required is shown in Listing 12. 所有这些异常都从SDORuntimeException继承,因此所需的最小错误处理如清单12中所示。 www.ibm.com 7. Because there is no error handling logic, you must rely on database constraints to ensure semantic integrity of the data. 因为没有错误处理逻辑,必须依靠数据库的限制,以确保数据的语义完整性。 www.ibm.com 8. Improves error handling coordination with RAID adapters and prevents drive fallout caused by extended drive error-recovery processes. 利用RAID适配器可改善错误处理协调问题,同时预防由延伸硬碟机错误修复程序所引起的硬碟机后遗症。 wdc.com 9. Exception and error handling has been mostly omitted, for brevity, from all of this article's listings. (为了简单起见,我们尽可能省略了本文中所有清单中的异常和错误处理)。 www.ibm.com 10. For error handling code that relied on the values returned by Err. Number, this might cause different behavior in your application. 对于依赖于Err.Number返回的值的错误处理代码,这可能会在应用程序中导致不同的行为。 msdn2.microsoft.com 1. The default generation does not implement error handling, which is essential for robust client code. 默认生成的没有实现错误处理,而这对健壮的客户端代码来说是必须的。 www.infoq.com 2. Part 4 of this series will describe scalability, error handling, and WS-Addressing in more detail. 本系列的第4部分将更详细地描述可伸缩性、错误处理和WS-Addressing。 www.ibm.com 3. The following sections further describe each error handling construct in solidDB procedures. 后面的小节将进一步描述solidDB过程中的每一种错误处理。 www.ibm.com 4. This section describes the differences in error handling structures of the DB2 and solidDB SQL procedures. 本节介绍DB2和solidDBSQL过程在错误处理方面的差异。 www.ibm.com 5. Cold Fusion has better error handling, database abstraction and date parsing although database abstraction is addressed in PHP 4. ColdFusion具有更好的错误处理,数据库抽象和数据解析,尽管数据库抽象已经在PHP4中解决了。 www.phpx.com 6. Low-level driver registration and error handling are provided by the SCSI mid level. 低层驱动器注册和错误处理都由SCSI中间层提供。 www.ibm.com 7. The KPI history requests are asynchronous; an event can be dispatched after you have verified the data and finished the error handling. KPI历史记录请求是异步的;可以在验证数据并完成错误处理后发出事件。 www.ibm.com 8. Error handling isn't disruptive unless it has to be. 错误处理是不中断的(除非必须如此)。 www.ibm.com 9. The second part to component level error handling is to do appropriate logging. 组件层出错处理的第二个部分就是要做适当的日志。 www.infoq.com 10. It also raises a system-level error message that can be trapped through normal error-handling mechanisms. 还会发出可以通过正常的错误处理机制解决的系统级错误消息。 msdn2.microsoft.com 1. Enables the error-handling routine that starts at the line specified in the required. 指定的行开始的错误处理例程。 msdn2.microsoft.com 2. It is worth noting that errorPage. jsp is called to handle any error, in order to create a centralized and cleaner error-handling mechanism. 值得注意的是,为了创建一个集中式的、更简洁的错误处理机制,errorPage.jsp被调用来处理任何错误。 www.ibm.com 3. Note that in the previous code samples, the error handling is excluded to make them more easily read. 请注意,在前面的代码示例中,排除了错误处理以便容易阅读。 msdn2.microsoft.com 4. You'll notice a lot of other stuff in the code that has nothing to do with SEH and error handling. 你会发现代码中有许多其他元素,这些元素与SEH和错误处理毫无关系。 objectarx2008.spaces.live.com 5. This brings me to the second anti-pattern in error handling. 这就带来了错误处理中的第二种反模式。 www.ibm.com 6. Data types, method signatures, and error-handling mechanisms vary between managed and unmanaged object models. 在托管和非托管对象模型之间,数据类型、方法签名和错误处理机制都存在差异。 msdn2.microsoft.com 7. Reporting Services supports the following error handling functions. ReportingServices支持下列错误处理函数。 msdn2.microsoft.com 8. Management Error Handling - If a step fails the test framework receives an exception directly circumventing the tests themselves. 管理错误处理-如果一个步骤失败测试框架收到异常直接绕过测试本身。 www.qgw123.com 9. When methods return error values, every method call is surrounded by error-handling code. 在方法返回错误值时,每一个方法调用都要包含错误处理代码。 www.ibm.com 10. The error-handling actions for these devices are mutually incompatible. 对这些设备的错误处理操作互不兼容。 technet.microsoft.com 1. Given that, you're left with the third principle of error handling: Error handling is informative. 下面是错误处理的第三个原则:错误处理要有告知性。 www.ibm.com 2. When the Level property is set to TraceLevel. Warning, informational messages, warnings, and error-handling messages are emitted. 当Level属性设置为TraceLevel.Warning时,发出信息性消息、警告和错误处理消息。 msdn2.microsoft.com 3. Any error handling statements needed to catch and handle potential errors. 捕获和处理潜在的错误所需的任何错误处理语句。 msdn2.microsoft.com 4. Implemented better error handling in Video Player for invalid formats. 提升播放器对无效格式视频的错误处理。 bbs.fengbao.com 5. Note the extensive error handling on each call, which you will appreciate during both debugging and testing. 请注意每个调用上的大量错误处理,您在调试和测试时将从中大大受益。 msdn2.microsoft.com 6. Fault injection tests expose error-handling anomalies. 错误植入测试可暴露错误处理的不妥之处。 msdn2.microsoft.com 7. In this section we'll focus on detailing the process payment task by adding validation and error handling logic. 本节通过增加验证和错误处理逻辑,我们将关注详细的支付任务流程。 www.blogjava.net 8. Use the Configure Error Output dialog box to specify error handling for rows that cause errors. 使用配置错误输出对话框可以为导致错误的行指定错误处理方式。 msdn2.microsoft.com 9. Treat your processes like applications and build error handling into them. 跟软件产品一样,在流程的管理中也要有异常处理。 www.bing.com 10. For more information on error handling and notification, see Understanding the Helper Function. 有关错误处理和通知的更多信息,请参见了解Helper函数。 msdn2.microsoft.com 1. However, database developers have long known that a schema does not replace error handling. 但是,数据库开发人员很早就知道模式不能代替错误处理。 www.ibm.com 2. Error handling then becomes an issue of implementation and execution. 错误处理成为一个有关实现和执行的问题。 www.ibm.com 3. The library itself handles all the connections, authentication, error handling, and the back and forth. 该库本身处理所有连接、身份验证、错误处理等等。 www.ibm.com 4. It mostly consists of an envelope and error handling. 主要有信封和错误处理组成。 www.ibm.com 5. Listing 10 demonstrates the complete finished program, including all error handling. 清单10展示了完整的程序,包括所有错误处理。 www.ibm.com 6. Structured error handling is the recommended method. 建议使用结构化错误处理方法。 msdn2.microsoft.com 7. The key to good XML-based error handling is largely tied to the SAX API, the Simple API for XML. 优秀的基于XML的错误处理的关键问题在很大程度上与SAX有关。 www.ibm.com 8. You can place error-handling code anywhere in a procedure. 当然,错误处理代码可以放在过程的任何位置。 msdn2.microsoft.com 9. Establish a rational error handling policy, and follow it strictly. 建立合理的错误处理策略,并严格遵守。 spaces.msn.com 10. Resumes execution after an error-handling routine is finished. 在错误处理例程完成之后继续程序执行。 msdn2.microsoft.com 1. For completeness, the same code with error handling included is as follows. 为完整起见,包括错误处理的相同代码如下所示。 msdn2.microsoft.com 2. See also Error Reporting and Error Handling and Logging Functions. 参见错误报告和错误处理函数。 br2.php.net 3. Not only does the additional error handling make the code more robust, but it also helps with readability and understandability. 额外的错误处理不仅使代码更加健壮,它还提高代码的可读性,使代码更容易理解。 www.ibm.com 4. In this section, I'll describe three aspects of error handling: status codes, structured exception handling, and bug checks. 在这种情况下,我要讨论错误处理的三个方面:状态码,结构异常处理和错误检测。 dictsearch.appspot.com 5. First and foremost, there is no error handling for JSONP calls. 第一,也是最重要的一点,没有关于JSONP调用的错误处理。 www.ibm.com 6. Most of the FUSE fusexmp. c example code is option parsing, error handling, and boilerplate. 大多数FUSEfusexmp.c示例代码用于选项解析、错误处理和样板文件。 www.ibm.com 7. Without error handling, the division by zero silently fails. 如果没有错误处理机制,被零除将导致失败,并且没有任何提示。 msdn2.microsoft.com 8. Error-handling pools can be preallocated so that your program can still recover if regular memory is exhausted. 可以预先分配错误处理池(Error-handlingpools),以便程序在常规内存被耗尽时仍可以恢复。 blog.163.com 9. And although schemas provide some error handling, it is useful to complement them in the application. 虽然模式提供了一些错误处理,但是也需要在应用程序中加以补充。 www.ibm.com 10. The third is to use PHP's custom error handling functions to create your own error handler. 第三个是使用PHP自定义的错误处理函数创建自己的错误处理机制。 my2.php.net 1. For details, see Error Handling in ASP. NET Pages and Applications. 有关详细信息,请参见ASP.NET页和应用程序中的错误处理。 msdn2.microsoft.com 2. This application includes the error-handling functions discussed in Listing 4. 这个应用程序包含清单4中的错误处理函数。 www.ibm.com 3. Is a coherent error handling strategy provided? 是否具有同一的错误处理策略? www.onest.net 4. Luckily, Bob has an error-handling protocol, namely a timeout. 幸运的是,Bob有一个错误处理协议,即超时。 www.infoq.com 5. In this lesson, you will learn how to create basic error-handling code for your programs. 在本课中,您将学习如何为程序创建基本的错误处理代码。 msdn2.microsoft.com 6. Complete the error-handling routines. 2完成错误处理例程。 www.bing.com 7. When the Level property is set to TraceLevel. Warning, warnings and error-handling messages are emitted. 当Level属性设置为TraceLevel.Warning时,发出警告和错误处理消息。 msdn2.microsoft.com 8. Variable, and then calls a generic error-handling page that can extract and display the error information. 变量中,然后调用可以提取和显示错误信息的一般性错误处理页。 msdn2.microsoft.com 9. In this program, we add another function for error handling. 在这个程序中,我们添加了另一个用于错误处理的函数。 www.ibm.com 10. Would the test verify Customer's behavior, or the application's error handling? 测试是验证Customer的行为还是验证应用程序的错误处理呢? www.ibm.com 1. It doesn't specify line 0 as the start of the error-handling code, even if the procedure contains a line numbered 0. 它不指定行号为0的行作为错误处理代码的开始位置(即使过程中包含行号为0的行)。 msdn2.microsoft.com 2. Explains error handling within an MDX script. 介绍MDX脚本中的错误处理。 msdn2.microsoft.com 3. Replace the code in the event handler to add some error handling. 替换该事件处理程序中的代码以添加一些错误处理。 msdn2.microsoft.com 4. Briefly explain how you would go about error handling in a VB app. 简短地你会如何处理一个VB应用的出错处理。 www.programfan.com 5. Implement error handling and log errors. 实现错误处理和记录错误。 technet.microsoft.com 6. Error handling and error reporting. 错误处理和错误报告。 technet.microsoft.com 7. This is an implementation of rudimentary error handling. 这是基本错误处理的实现。 www.ibm.com 8. There is really a lot going on inside the DataAccess subsystem: generation of SQL statements, error handling, result set management, etc. 在DataAccess子系统内部实际上已经有了很多东西:SQL语句生成,错误处理,结果集管理,等等。 www.ibm.com 9. Note: Media Queries supercedes this error handling. 注意:查询媒体将会对这种情况做错误处理。 donse.org 10. Hopefully this tip has shown the importance of including error-handling mechanisms in your custom tags. 希望这一期的提示证明了在自定义标记中包含错误处理机制的重要性。 www-128.ibm.com 1. Note that in production code you will want to include proper error handling among other things. 注意,在生产代码中,还需要包括适当的错误处理代码。 www.ibm.com 2. More error handling and clean-up code is required. 需要更多错误处理和清理代码。 www.ibm.com 3. You can also put the error handling code inside the indexer itself. 也可以将错误处理代码放入索引器自身内部。 msdn2.microsoft.com 4. Describes how to add error-handling code to a custom action. 描述如何将错误处理代码添加到自定义操作中。 msdn2.microsoft.com 5. Unstructured error handling using On Error can degrade application performance and result in code that is difficult to debug and maintain. 使用OnError的非结构化错误处理会降低应用程序的性能并导致代码难以调试和维护。 msdn2.microsoft.com 6. In real life, things can go wrong and this code doesn't provide any error-handling. 在实际上各种事情都可能出错,而上面的代码没有提供任何错误处理。 www.ibm.com 7. Learn how to avoid common mistakes when you design and implement error handling in your XML applications. 了解如何避免设计和实现XML应用程序错误处理中的常见错误。 www-128.ibm.com 8. The other rather significant benefit of exceptions is that they clean up error handling code. 另外一个关于异常处理的重大意义就是它使得错误处理的代码更加有条理性。 www.diybl.com 9. In addition to explicit error handling, UltraLite supports an error callback function. 除了显式错误处理外,UltraLite还支持一个错误回调函数。 www.ianywhere.com 10. Later we will discuss more about error handling in the application code. 后面我们会讨论更多的应用代码中的错误处理。 blog.csdn.net 1. This ends the section on error handling. 至此,错误处理一节全部结束。 www.ibm.com 2. Define a method for error handling. 定义错误处理的方法。 www.ianywhere.com 3. Implement error handling for the code in your application that attempts to change the column values. 请为应用程序中试图更改列值的代码实现错误处理。 msdn2.microsoft.com 4. In the spirit of enhanced error handling and information gathering, though, you should learn how to make HEAD requests. 不过本着增强错误处理和信息搜集的精神,您应该学习如何生成HEAD请求。 www.ibm.com 5. All error handling is taken care of in the WSManager layer; this eliminates unnecessary server trips. 所有的错误都是在WSManager层中处理的;这就消除了不必要的服务器开销。 www.ibm.com 6. They could also simulate traffic loads to discover what will happen during load balancing, error handling, and so forth. 它们还可以模拟通信负载,从而发现在负载平衡、错误处理,等等过程中会发生什么。 www.ibm.com 7. And two of them are just for error handling. 这些类中的两个还用于错误处理。 www.ibm.com 8. Chapters 7 and 8 cover error handling and interfacing with third-party code and systems. 第七章和第八章涵盖了错误处理和第三方代码接口。 www.infoq.com 9. To write error-handling code, you need to know which error occurred. 为编写错误处理代码,需要了解发生的是哪一类错误。 msdn2.microsoft.com 10. Because this can lead to the loss of data, it is wise to create error-handling code wherever you anticipate errors occurring. 由于上述情况可能导致数据丢失,最好在可能预见错误发生的任何地方均创建错误处理代码。 msdn2.microsoft.com 1. The error-handling code in Figure 8 has been removed for clarity. 为了清晰起见,图8中已经去掉了错误处理代码。 www.ibm.com 2. Error handling on the tee I have other special instructions. 关于发球区错误的处理我另有专门说明。 www.xiami360.com 3. So you might use this in your error handling like Listing 9 details. 在错误处理中可以使用这些信息,如清单9所示。 www.ibm.com 4. In Chapter 25, we will discuss ways to improve control error handling. 在第25章中我们将讨论改善控件错误处理的方法。 www.jukuu.com 5. Within this application, you are responsible for error handling in case an error is reported by a transaction branch, for example. 在该应用程序中,如果一个事务分支报告了错误,您就要负责进行错误处理。 www.ibm.com 6. Add error handling to prevent possible loss of data. 添加错误处理可以防止可能的数据丢失。 msdn2.microsoft.com 7. For example, the following script shows a stored procedure that contains error-handling functions. 例如,下面的脚本显示了包含错误处理函数的存储过程。 technet.microsoft.com 8. It is easy to get carried away with certain aspects of a review, for example, focusing exclusively on security, error handling, or style. 进行检查工作时,很容易过于专注检查工作的某些方面,例如,完全关注于安全性、错误处理,或样式。 msdn2.microsoft.com 9. Otherwise, Visual Basic runs the error-handling code when it reaches the end of the subroutine, causing unwanted or unexpected results. 否则,VisualBasic在到达子例程的结尾时将运行错误处理代码,从而导致不需要的或意外的结果。 msdn2.microsoft.com 10. Visual Basic supports both structured and unstructured exception (error) handling. VisualBasic支持“结构化”和“非结构化”异常(错误)处理。 msdn2.microsoft.com 1. I also do not insert any kind of error handling in this example, but omitting it would be inappropriate for any production level code 而且我没有在这个例子中插入任何错误处理,但是,忽略它可能它将不适合于任何产品级别代码 www-128.ibm.com 2. If you do not provide error-handling code to verify that a file exists, an attempt to save a nonexistent file throws an 如果您不提供错误处理代码来验证文件是否存在,则在试图保存不存在的文件时将引发 msdn2.microsoft.com 3. Finally, we'll implement error handling, because the 1MB limit is easy for people to break. 最后,我们将实现错误处理,因为1MB限制是很容易超过的。 www.ibm.com 4. I can build on this with another aspect that performs error handling on calls to the model from outside, as shown in Listing 5 我基于此构建了另一个对象,在从外部调用模型时执行错误处理,如清单5所示 www-128.ibm.com 5. See the "Error number" column if you are upgrading Visual Basic 6. 0 Applications that use unstructured error handling. 如果正在升级使用无结构错误处理的VisualBasic6.0应用程序,请参见“错误号”一列。 msdn2.microsoft.com 6. An application can process these errors using the same error-handling logic as is used for Database Engine errors. 应用程序可以使用处理数据库引擎错误时使用的相同错误处理逻辑来处理这些错误。 msdn2.microsoft.com 7. The new built-in function recover complements panic and defer as an error handling mechanism. [blog, spec] 新的内建函数recover在错误处理机制上对panic和defer进行了补充。 www.cnbeta.com 8. Some actions you may wish to take in an error-handling script are 您可能希望在错误处理脚本中包含以下操作 www.ianywhere.com 9. Finally section always executes last, just before the error-handling block loses scope, regardless of whether the code in the 段中的代码总是最后执行,并且刚好在超出错误处理块范围之前执行,不论 msdn2.microsoft.com 10. avoid this problem by following proper error - handling techniques , including setting the 可通过采用适当的错误处理技术来避免此问题,包括在配置文件中设置 www.ichacha.net 1. When you select Use custom error configuration, you can select values for the following actions to control error-handling behavior 选择“使用自定义错误配置”时,您可以选择用来控制错误处理行为的下列操作的值 technet.microsoft.com 2. More than 100 events for granular control over navigation, editing, validation, custom painting, and error handling 构成它的子控件在导航、编辑、验证、自绘和错误处理等方面拥有有超过100个事件 www.cnblogs.com 3. Error Handling during Service Identification 服务标识中的错误处理 www.infoq.com 4. Error Handling during Service Specification 服务规范中的错误处理 www.infoq.com 5. is robust with sufficient error-handling and status logging capability; 具有足够的错误处理机制以及状态记录能力; cuda.itpub.net 6. Error-Handling Solution in the AdventureWorks Sample Database AdventureWorks示例数据库中的错误处理解决方案 msdn2.microsoft.com 7. To review error handling and unknown member properties in the Product dimension 查看“产品”维度中的错误处理和未知成员属性 msdn2.microsoft.com 8. Optimizing Client-Script Error Handling for Debug and Release Modes 优化调试和发布模式的客户端脚本错误处理 msdn2.microsoft.com 9. Improved error handling when signing out while viewing a marketplace ad 改进查看卖场广告时登出帐号时的错误信息处理 www.chinahobby.net 10. Core PHP is the module which handles the requests, file streams, error handling and other such operations PHP内核用来处理请求、文件流、错误处理等相关操作; www.bing.com 1. For the example, the command is as follows (with error handling) 对于本实例而言,命令如下(具备错误处理) www.ibm.com 2. Demonstration of default local error handling 默认本地错误处理的示例 pear.phpv.net 3. Device Manager Scope Error Handling Device Manager 设备管理器 wenku.baidu.com 4. Statement immediately before the error-handling routine, as in the following fragment 语句放在紧靠错误处理例程之前,如以下片段所示 msdn2.microsoft.com 5. At the end of the error-handling block, the, 在错误处理程序块的结尾处, msdn2.microsoft.com 6. XXXIII. Error Handling and Logging Functions 错误处理和日志函数 www.e2web.cn 7. Common service characteristics that are related to error handling are 与错误处理相关的一般服务特征有 www.infoq.com 8. Default error handling in procedures and triggers 过程和触发器中缺省的错误处理 www.ianywhere.com 9. In addition, there are indicators of the seasonal time series analysis, error handling techniques of model analysis; 此外,还有时间序列的季节性指标分析,模型分析中的误差处理等技术; www.13191.com 10. Error-handling statements include the following 错误处理语句包括以下这些 www.ianywhere.com 1. Leverage both client- and server-side error handling 同时利用客户端和服务器端错误处理 www.ibm.com 2. A crashing program is not error handling 错误处理避免程序崩溃 www.ibm.com 3. Excessively wide scope in error-handling 错误处理中过宽的作用域 www.ibm.com 4. To prevent error-handling code from running when no error has occurred, place an Exit Sub 若要防止错误处理代码在没有错误的情况下运行,请将 msdn2.microsoft.com 5. COM error handling is now performed by using the 现在,COM错误是使用 msdn2.microsoft.com 6. To build strong error handling, you need a layered approach 为了建立强大的错误处理机制,需要采用分层的方法 www.ibm.com 7. place markers for error-handling code; 错误处理代码的位置标记; technet.microsoft.com 8. Set aside runnables and memory areas for error handling 为错误处理预留runnable对象和存储区 www.ibm.com 9. Error handling in custom tags 自定义标记中的错误处理 www-128.ibm.com 10. Basic error handling The call to open the file is wrapped in a 基本错误处理用于打开文件的调用包装在捕获所有错误的 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。