网站首页  词典首页

请输入您要查询的英文单词:

 

单词 exception handling
释义

exception handling

美 
英 
  • un.例外处理
  • 网络异常处理;出错处理;异常处理机制
un.
1.
例外处理

例句

释义:
1.
In a real-world application, additional exception handling would be needed to handle this sort of situation.
在现实的应用程序中,需要额外的异常处理来处理这类情况。
www.ibm.com
2.
Exception handling is the basic requirement of every application to handle any unexpected behavior of the application.
异常处理是每个应用程序的基本要求,以便处理应用程序的任意意外行为。
www.ibm.com
3.
The application is now ready for you to add structured exception handling code .
现在应用程序已经就绪,可以添加结构化异常处理代码了。
www.bing.com
4.
PHP 4 had no exception handling. PHP 5 introduces a exception model similar to that of other programming languages.
4中无例外处理,PHP5引用了与其它语言相似的例外处理模型。
www.ad0.cn
5.
Robust code requires adequate exception handling, which allows your application to recover gracefully from such a violation.
可靠的代码需要足够的异常处理机制,使应用程序在用户的输入违反这些假设时能够正常恢复。
msdn2.microsoft.com
6.
SEH, structured exception handling, as a system mechanism into the operating system itself has nothing to do with the language.
结构化异常处理,是作为一种系统机制引入到操作系统中的,本身与语言无关。
www.pudn.com
7.
An exception is not thrown if the system is not started because there is no exception handling at the system level to detect this.
因为在系统级别没有异常处理来检测该情况,所以即使系统未启动,也不引发异常。
msdn2.microsoft.com
8.
An updated release of the Exception Handling Application Block is planned for the next release of Enterprise Library.
异常处理应用程序块的更新版本是为下一个企业程序库版本设计的。
msdn2.microsoft.com
9.
Most initial assessments find that close to 15% of legacy data has some form of embedded logic or exception handling embedded in the data.
大多数初始的评估发现,将近15%的遗留数据有某种形式的内嵌逻辑或异常处理。
www.ibm.com
10.
The static keys defined here will be used to look up the message in PBAMessagesNLS. java for exception handling during the deployment.
这里定义的静态键将由PBAMessagesNLS.java用于在部署期间查找异常处理的消息。
www.ibm.com
1.
Exception handling is a powerful mechanism in the advanced computer languages which is also easy to misuse.
异常处理是高级语言中一种强大的,也是容易被误用的机制。
www.dictall.com
2.
The task of publishing exception information is no longer integrated with other exception handling tasks.
发布异常信息的任务不再与其他异常处理任务相集成。
msdn2.microsoft.com
3.
Significant reduction of tedious code for data conversion and exception handling, allowing you to focus on core business logic.
极大地减少用于数据转换和异常处理的繁琐代码,从而专注于核心业务逻辑。
www.ibm.com
4.
Requires greater robustness than smaller systems, in terms of both exception handling and scalability.
在反对处理和可测量性方面,需求比小系统更加充沛。
www.ibm.com
5.
else statements, as you would expect, and also implements the Java language's exception handling features (try, catch, finally).
else语句,还实现Java语言的异常处理特性(try、catch、finally)。
www.ibm.com
6.
In the EJB implementation code, as a part of exception handling, set the transaction to Rollback, as shown in Figure 11.
在EJB实现代码中,作为异常处理的一部分将事务设置为Rollback,如图11所示。
www.ibm.com
7.
This topic explains setting exception handling for the debugger and provides background on why exception handling needs to be set.
本主题介绍如何为调试器设置异常处理,并提供有关需要设置异常处理的原因的背景知识。
msdn2.microsoft.com
8.
Gets the length, in bytes, of the body of this exception-handling clause.
获取此异常处理子句的主体的长度(以字节为单位)。
technet.microsoft.com
9.
Finally, you can implement the traditional use case for exception handling over a block of code as shown in Listing 7.
最后如清单7所示,您能实现对代码块进行异常处理的传统用例。
www.ibm.com
10.
Throw in some exception handling, and just by changing the contents of the file1. xml file, the appearance of your program will change.
在一些异常处理中会抛出一些问题,但只要修改file1.xml文件的内容,程序的外观就会有所改变。
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.
Use structured and unstructured exception handling to prevent potential errors from interfering with your application .
使用结构化和非结构化异常处理可以防止潜在的错误干扰您的应用程序。
www.bing.com
3.
It allows improving implementation consistency by providing a uniform approach to exception handling throughout the enterprise.
它通过提供整个企业统一的异常处理方法改善实现的一致性。
www.infoq.com
4.
Cures and preventions : Put exception- handling code in the main thread to notify the dependent threads when a crash is imminent .
治疗和预防措施:把异常处理代码放到主线程中以在崩溃来临之际通知依赖线程。
www.bing.com
5.
It would have been better to allow multiple instances of logging and exception-handling classes.
如果允许日志记录和异常处理类有多个实例则会更好。
www.ibm.com
6.
Now I'd like to configure my aspect with a particular exception handling strategy using dependency injection.
现在我要用依赖项插入,用一个特殊的异常处理策略来配置我的方面。
www.ibm.com
7.
serial communications support exception handling, and Overlapped Block transmission, Unicode support.
串口通讯类,支持异常处理,Overlapped和Block传输,支持Unicode。
www.dssz.com
8.
However, the project had two closely related scenarios where the singleton pattern proved useful: for logging and exception handling.
不过本项目中有两个紧密相关的场景可以证明独立模式是有用的:可以用于日志记录和异常处理。
www.ibm.com
9.
Now take a second to think about exception-handling.
现在,再来考虑一下异常处理。
www.ibm.com
10.
But while synchronization is primarily a concurrency control mechanism, transactions are primarily an exception-handling mechanism.
但是,当同步主要是并发控制的机制时,则事务主要是处理异常的机制。
www.ibm.com
1.
Without the exception handling, this program would terminate with a DivideByZeroException was unhandled error.
如果没有异常处理,此程序将终止并产生“DivideByZeroException未处理”错误。
msdn2.microsoft.com
2.
Stored procedures provide the benefits of cross-language integration and exception handling, versioning, and deployment support.
存储过程在跨语言集成、异常处理、版本控制和部署支持等方面具有优势。
msdn2.microsoft.com
3.
File operations should be enclosed within appropriate structured exception handling blocks.
文件操作应包含在相应的结构化异常处理块中。
msdn2.microsoft.com
4.
Note that the accuracy and exception handling might not be identical in MASS functions and system library functions.
注意精确性与例外情况的处理在MASS函数与系统库函数中可能是不一样的。
www.ibm.com
5.
Enterprise applications are often built with almost no attention given to exception handling.
企业应用程序在构建时通常都不会注意异常处理。
www.ibm.com
6.
With structured exception handling, your code can differentiate between different types of errors and react accordingly.
利用结构化例外处理,您的程式码可以区分不同型别的错误并视情况予以反应。
technet.microsoft.com
7.
Gets the offset within the method body, in bytes, of this exception-handling clause.
获取此异常处理子句在方法体内的偏移量(以字节为单位)。
technet.microsoft.com
8.
As the popularity of kernel module grows, the exception handling becomes an important part of system security.
由于内核模块的广泛应用,内核模块的异常处理成为重要的系统安全环节。
www.fabiao.net
9.
production exception handling and tracking improvement analysis during production.
量产时处理生产出现的异常并分析跟踪改善。
zhidao.baidu.com
10.
A frame function is a function that allocates stack space, calls other functions, saves nonvolatile registers, or uses exception handling.
帧函数是分配堆栈空间、调用其他函数、保存非易失寄存器或使用异常处理的函数。
technet.microsoft.com
1.
In the next tip in this series, we'll examine the other side of validation: exception handling.
在本系列的下一篇技巧文章中,我们将研究验证的另一方面:异常处理。
www.ibm.com
2.
A combination of web services, asynchronous messaging and Coaches for exception handling and escalation are used in this process.
本流程结合使用了web服务、异步消息传递和Coach,用于异常处理和升级呈报。
www.ibm.com
3.
The Exception Handling Application Block is designed to support the typical code contained in catch statements in application components.
异常处理应用程序块被设计为支持包含在应用程序组件的catch语句中的典型代码。
msdn2.microsoft.com
4.
responsible for new product introduction, production tracking exception handling.
负责新产品的导入,生产追踪异常处理。
zhidao.baidu.com
5.
Describes the advantages and disadvantages of structured and unstructured exception handling .
描述结构化和非结构化异常处理的优点与缺点。
www.bing.com
6.
The steps that follow show you how to create a simple yet comprehensive end-to-end exception handling policy for a Web application.
接下来的步骤展示如何为Web应用程序创建简单但全面的端到端异常处理策略。
www-128.ibm.com
7.
Working with exception-handling clauses requires a thorough understanding of metadata and MSIL instruction formats.
使用异常处理子句需要对元数据和MSIL指令格式有彻底的理解。
msdn2.microsoft.com
8.
Understanding code access security is important for everyone, as is understanding exception-handling strategies.
对于每个人来说,理解代码的安全访问策略是很重要的,就像明白异常处理策略一样。
techkb.it168.com
9.
Note that exception handling and business logic have been simplified for the sake of brevity.
请注意,出于简便的原因,例外处理和业务逻辑已经做了简化处理。
www.ibm.com
10.
Let's say that you wanted consistent exception handling for all of the classes in your application.
假定对应用程序中的所有类有统一的异常处理。
www.ibm.com
1.
You cannot combine both structured and unstructured exception handling within a single procedure .
不能将结构化与非结构化异常处理组合在一个过程中。
www.bing.com
2.
This page provides an overview of the Enterprise Library Exception Handling Application Block.
本页概述了企业程序库异常处理应用程序块。
msdn2.microsoft.com
3.
This property can be used to create and preserve a series of exceptions during exception handling.
这个属性可以用来在例外处理期间建立和保留例外状况的系列。
technet.microsoft.com
4.
Beyond stating that something went wrong, messages resulting from exception handling should indicate why and where it went wrong.
除了指出有错误发生外,异常处理产生的信息还应说明发生错误的原因和位置。
msdn2.microsoft.com
5.
See Resources for more detailed information about exceptions and exception handling techniques.
有关异常和异常处理技术的更多信息参阅参考资料。
www.ibm.com
6.
Provides an overview of the advantages and structures of structured exception handling.
提供结构化例外处理的优点和结构之概观。
technet.microsoft.com
7.
Provides methods to support debugger exception handling and Managed Debugging Assistants.
提供支持调试器异常处理和托管调试助手的方法。
msdn2.microsoft.com
8.
the exception handling material, process and improve the exception handling and industry management.
异常处理物料、制程异常处理与改善及重工管理。
zhidao.baidu.com
9.
The exception handling takes as much time as the code itself.
异常处理与代码本身所用时间一样多。
www.ibm.com
10.
For information about exception handling in general, see Specifying and Handling Faults in Contracts and Services.
有关以常规方处理异常的信息,请参见SpecifyingandHandlingFaultsinContractsandServices。
msdn2.microsoft.com
1.
Responsible for the mixing exception handling during production process.
负责生产过程中混料的异常处理。
www.rencai.net
2.
Specifically, I'll cover logging, exception handling, and transaction demarcation.
更确切地说,我将讨论日志、异常处理和事务界定。
www.ibm.com
3.
An elegant solution to exception handling in SOA is applying SOA principles to exception handling implementation.
对异常处理实现应用SOA原则,是SOA中一种优雅的异常处理解决方案。
www.infoq.com
4.
Is an exception handling mechanism with the same level of predictability guarantees as the unmanaged version .
是一种异常处理机制,其可预知性保证的级别与非托管版本相同。
www.bing.com
5.
Any robust application will require much more error checking and exception handling than is provided here.
任何健壮的应用程序所需要的错误检查和异常处理都会比这里提供的要多得多。
www-128.ibm.com
6.
In structured exception handling, blocks of code test for specific circumstances and react accordingly.
在结构化异常处理中,代码块会测试特定的环境并相应地做出响应。
msdn2.microsoft.com
7.
Breaks are most commonly used to model exception handling.
跳转最常用来做模型异常处理。
www.ibm.com
8.
Because the executor pattern encapsulated execution for all services, a common exception-handling strategy was applied to all services.
因为执行程序模式将所有服务的执行封装了起来,所以可以将一个通用的异常处理策略应用于所有服务。
www.ibm.com
9.
Notifies the profiler that the unwind phase of exception handling has finished unwinding a function.
通知探查器异常处理的展开阶段已完成一个函数的展开。
technet.microsoft.com
10.
Describes the advantages of structured and unstructured exception handling.
描述结构化与非结构化异常处理的优点。
msdn2.microsoft.com
1.
Exception handling in enterprise applications presents a special challenge.
在企业应用中异常处理目前是一个特殊的挑战。
www-128.ibm.com
2.
Provides links to topics covering changes to execution flow, and new support for structured exception handling.
提供到包含对执行流程、结构化异常处理新支持更改的主题的链接。
msdn2.microsoft.com
3.
Learned how the Java Bridge does type coercion and exception handling.
了解JavaBridge如何进行类型强制转换和异常处理。
www.ibm.com
4.
Windows specific compiler support is also required for the Structured Exception Handling feature (SEH).
微软相关的编译器支持也是异常处理(StructuredExceptionHandling)特性所需要的。
en.wikipedia.org
5.
However, the sections on exception handling and concurrency mechanisms are still valid as advanced topics.
然而,关于异常处理和并发机制的章节,作为高级主题仍然是有效的。
www.ibm.com
6.
The lookup code and exception handling are the main contributors to the verbosity of Listing 10.
查找代码和异常处理是导致清单10变得冗长的主要原因。
www.ibm.com
7.
Then calling the exception-handling version of the failed method in the exception-handler object.
然后调用异常处理程序对象中的失败方法的异常处理版本来执行此操作。
msdn2.microsoft.com
8.
As a third alternative, you can combine options one and two, using both for exception handling.
第三种选择是将选择一和选择二结合起来,同时用于异常处理。
msdn2.microsoft.com
9.
The Exception Handling Application Block lets you associate exception types with named policies.
异常处理应用程序块可让您将异常类型与指定的策略相关联。
msdn2.microsoft.com
10.
The CLR also provides other services related to automatic garbage collection , exception handling, and resource management .
CLR还提供与自动垃圾回收、异常处理和资源管理有关的其他服务。
www.bing.com
1.
When modeling business processes, fault and exception handling require special care.
在建模业务流程时,需要特别注意错误和异常处理。
www.ibm.com
2.
Incorporate monitoring and exception-handling hooks into the service tier from the start.
从一开始就在服务层中留好监控与异常处理钩子(hooks)。
www.infoq.com
3.
Displays information about which modules are not compatible with safe exception handling when.
时哪些模块与安全异常处理不兼容的有关信息。
msdn2.microsoft.com
4.
Further work can be done on the framework to enhance the implementation with proper exception handling and caching services.
可以开展进一步工作,使用适当的异常处理和缓存服务加强实现。
www.ibm.com
5.
Answers are guaranteed with exception-handling and error-recovery mechanisms.
可以通过异步处理和错误恢复机制保证得到应答。
www.ibm.com
6.
For more details on Vim's extensive exception handling mechanisms see: : help exception-handling.
想要更详细地了解Vim的大量异常处理机制,请看::helpexception-handling。
www.ibm.com
7.
Discusses the basic concepts for exception handling in managed applications.
讨论托管应用程序中用于异常处理的基本概念。
msdn2.microsoft.com
8.
Note: The necessary exception handling logic has been excluded for clarity in most of the code examples in this article.
注释:必要的异常处理逻辑已经排除在这篇文章中的大多数样例代码,这主要是为了代码更清晰。
www.ibm.com
9.
Thepublic module implements a generic system log management, exception handling, common library methods.
在公共模块中实现了系统通用的日志管理,异常处理,常用类库方法等。
wenwen.soso.com
10.
Assertion checking is like exception handling, but no exception is thrown when an assertion fails. Instead, an AssertionError is thrown.
断言检查就象异常处理,但是当断言失败时,却不会抛出异常,而会抛出一个AssertionError。
www.ibm.com
1.
By placing specific exception handling code in your application, you can handle most of the errors users may encounter.
通过在应用程序中放置特定的异常处理代码,您可以处理用户可能遇到的大部分错误。
msdn2.microsoft.com
2.
Gets a value indicating whether this exception-handling clause is a finally clause, a type-filtered clause, or a user-filtered clause.
获取一个值,该值指示此异常处理子句是finally子句、类型筛选的子句还是用户筛选的子句。
msdn2.microsoft.com
3.
Which allows for rudimentary exception handling within a JSP page.
它允许在JSP页面内进行初级的异常处理。
www-128.ibm.com
4.
The workload of exception handling development is heavy, with complex program logic.
面向服务软件异常处理的开发工作量大且程序逻辑复杂。
www.jsjkx.com
5.
A string representation of the exception-handling clause.
异常处理子句的字符串表示形式。
msdn2.microsoft.com
6.
Provides information for exception handling.
为异常处理提供信息。
msdn2.microsoft.com
7.
Exception handling should be meaningful.
异常处理应该是有意义的。
msdn2.microsoft.com
8.
This section provides several examples of basic exception handling.
本章节提供数个基本例外处理的范例。
msdn.microsoft.com
9.
Or enter the exception handler chosen during the first pass of exception handling.
或者进入在第一遍异常处理期间选择的异常处理程序。
msdn2.microsoft.com
10.
Manually add exception handling to the TopType methods to ensure only string values that can be converted to booleans are supplied.
向TopType方法中手工添加异常处理代码,保证只能提供可以转化成布尔值的字符串。
www.ibm.com
1.
All those tricky things like loading code in running systems, exception handling etc.
所有的技巧性事物,比如将代码载入运行的系统,异常处理等。
wiki.blendercn.org
2.
You should not use structured exception handling in functions that use objects with destructors.
您不应该在函式(使用有解构函式的物件)之中使用结构化的例外处理。
msdn.microsoft.com
3.
Gets a list that includes all the exception-handling clauses in the method body.
获取一个列表,该列表包括方法体中的所有异常处理子句。
msdn2.microsoft.com
4.
A single method can have multiple structured exception handling blocks, and the blocks can also be nested within each other.
一个方法可有多个结构化例外处理区块,而这些区块也可以彼此巢状嵌入。
technet.microsoft.com
5.
Following a few simple exception handling guidelines will make your DAOs easier to use, more robust, and more maintainable.
遵从几个简单的异常处理指导可以使您的DAO更容易使用、更健壮及更易于维护。
www.ibm.com
6.
This walkthrough demonstrates how to add structured exception handling to a program.
本演练演示如何向程序中添加结构化异常处理。
msdn2.microsoft.com
7.
We had to do a lot of iterations until we got the method dispatching an the exception handling right, but now we are pretty close.
我们得做很多迭代,直到方法调度一个异常能正确处理,现在我们已经很接近了。
www.infoq.com
8.
For example, you could configure an exception-handling aspect with an exception-handling strategy object.
例如,可以用异常处理策略对象配置异常处理方面。
www.ibm.com
9.
Discusses differences from the standard behavior of exception handling and some restrictions in detail.
详细讨论异常处理的标准行为的区别和某些限制。
msdn2.microsoft.com
10.
The following table lists debugging tasks involving exception handling and points to their associated Help pages.
下表列出了涉及异常处理的调试任务,并指向这些任务的关联帮助页。
technet.microsoft.com
1.
Exception handling is another feature in Java that makes for more robust programs.
异常处理是另一个让Java变得更健壮的特性。
www.bing.com
2.
The common language runtime supports an exception handling model based on the concepts of exception objects and protected blocks of code.
公共语言运行时支持基于异常对象和受保护代码块概念的异常处理模型。
technet.microsoft.com
3.
They've implemented more flexible exception handling.
实现了更灵活的异常处理。
www.ibm.com
4.
In structured exception handling, blocks of code are encapsulated, with each block having one or more associated handlers.
在结构化例外处理中,程式码区块是封装的,每个区块都有一或多个相关的处理常式。
technet.microsoft.com
5.
InfoQ: The conditions system you are implementing for Ioke seems similar to the exception handling system in Java, but more flexible.
InfoQ:你为Ioke实现的条件(Condition)系统看起来与Java的异常处理系统很相似,但更灵活。
www.infoq.com
6.
information on safe exception handling must be added at build time.
必须在生成时添加关于安全异常处理的信息。
technet.microsoft.com
7.
Defining an exception-handling strategy and the rules governing the use of checked and unchecked exceptions.
管理异常处理战略和规则,管理检测到或未检测到的异常的使用。
www.ibm.com
8.
You cannot use Resume or Resume Next in structured exception handling.
不能在结构化异常处理中使用Resume或ResumeNext。
msdn2.microsoft.com
9.
In this section, I'll describe three aspects of error handling: status codes, structured exception handling, and bug checks.
在这种情况下,我要讨论错误处理的三个方面:状态码,结构异常处理和错误检测。
dictsearch.appspot.com
10.
Adjust Delimiters so the line can be parsed correctly, or insert exception-handling code in order to handle the line.
调整Delimiters,以便可以正确分析该行,或者插入异常处理代码以处理该行。
msdn2.microsoft.com
1.
Default exception handling by the EJB container during a transaction has a couple of significant changes between V3. x and V4.
在事务中通过EJB容器进行缺省异常处理在V3.x和V4中存在一些重要的更改。
www.ibm.com
2.
To avoid distractions I've ignored exception handling in the code.
为避免分散注意力,我已在代码中忽略了异常处理。
www.ibm.com
3.
Lists errors commonly encountered when using structured exception handling and describes how to correct them.
列出使用结构化异常处理时经常遇到的错误并说明如何纠正这些错误。
msdn2.microsoft.com
4.
Correct unified exception handling in pure and mixed images.
纯映像和混合映像中的正确的统一异常处理。
msdn2.microsoft.com
5.
Deletes a subkey and any child subkeys recursively, with optional exception handling.
使用可选的异常处理方以递归方式删除一个子项以及任何子级子项。
technet.microsoft.com
6.
Describes both types of exception handling and suggests when they are most appropriate.
说明这两种例外处理类型,并建议每种类型最适当的使用时机。
msdn.microsoft.com
7.
First time, the quality of exception handling (issue PCN).
第一时间内处理好品质异常(发行PCN)。
zhidao.baidu.com
8.
In this paper, in-depth discussion of the C and Java exception handling mechanism.
本文分别深入讨论了C 与Java的异常处理机制。
ftp.hackchina.com
9.
Chapter 11, Exception Handling, describes and demonstrates the exception-handling mechanisms and tools in C .
第11章,异常处理。描述和演示C 中的异常处理机制和工具。
www.china-pub.com
10.
This code illustrates exception handling to ensure that a TimeZoneInfo object required by the application is present.
此代码演示如何进行异常处理,以确保存在应用程序所需的TimeZoneInfo对象。
msdn2.microsoft.com
1.
A single method can contain either structured or unstructured exception handling, but not both.
单个方法可包含结构化或非结构化异常处理,但不能同时包含二者。
msdn2.microsoft.com
2.
The delete trigger needs no exception handling.
删除触发器不需要异常处理。
www.ibm.com
3.
Specifies the model of exception handling.
指定异常处理模型。
msdn2.microsoft.com
4.
A typical exception handling scenario in WebSphere Lombardi is depicted in Figure 1.
图1展示了WebSphereLombardi中的一个典型异常处理场景。
www.ibm.com
5.
We skipped over the exception handling, which is important stuff.
我们跳过了异常处理,这是很重要的一部分。
www.ibm.com
6.
There needs to be more exception handling and more thought put into error paths.
异常处理应该更多,对错误发生的路径也应多加考虑。
www.ibm.com
7.
Also notice that no exception handling is required.
还应注意,这里不需要异常处理。
www.ibm.com
8.
Finally, based on the idea of exception handling mechanism of development direction.
最后,在其基础上构想了异常处理机制的发展方向。
ftp.hackchina.com
9.
Shows exception handling clauses in raw form .
以原始格式显示异常处理子句。
www.bing.com
10.
The runtime uses an exception handling model based on exception objects and protected blocks of code.
运行库使用基于异常对象和受保护代码块的异常处理模型。
msdn2.microsoft.com
1.
The code in Listing 2 represents an exception-handling structure for file (IOException) and number conversion (ParseException) errors.
清单2中的代码给出了一个针对文件(IOException)和数字转换(ParseException)错误的异常处理结构。
www.ibm.com
2.
Describes unstructured exception handling and demonstrates how to use it.
描述非结构化异常处理并演示其使用方法。
msdn2.microsoft.com
3.
In previous tips in this series, exception handling has been peripheral to our core discussion.
在本系列先前的技巧文章中,异常处理不属于讨论的核心范围之内。
www-128.ibm.com
4.
It's common that some business process steps are performed by humans (such as in approval or exception handling workflows).
一些业务流程的步骤常常是人工执行的(例如,在审批或者异常处理工作流中)。
www.ibm.com
5.
The Try. Catch. Finally statement is used specifically for structured exception handling.
Try.Catch.Finally语句专门用于结构化异常处理。
msdn2.microsoft.com
6.
The g compiler, by default, has exception handling enabled.
在缺省情况下,g 编译器启用了异常处理。
www.ibm.com
7.
C 's exception handling makes this task even more problematic.
C 的异常处理使得这项任务更成问题。
www.ibm.com
8.
For example, Java does not support the goto statement; instead, it provides labelled break and continue statements and exception handling.
例如,Java不支持goto语句。但是它继续支持labelledbreak和continue语句还有异常处理。
www.bing.com
9.
The On Error statement is used specifically for unstructured exception handling.
OnError语句专门用于非结构化异常处理。
msdn2.microsoft.com
10.
They can maintain and modify the sets of rules that govern exception handling without changing the block's application code.
他们可以维护和修改控制异常处理的规则集,而无需更改块的应用程序代码。
msdn2.microsoft.com
1.
Do the services support both exception handling and fault recovery?
服务同时支持异常处理和故障恢复吗?
www.ibm.com
2.
Common (shared) services such as logging, monitoring, and exception handling also should be Day 1 implementations.
公共(共享的)服务(如登录、监控和异常处理等)也应该是最早实现的。
www.infoq.com
3.
If special measures are not taken, this results in the "islands of exception handling" (Figure 1) 2 .
如果没有采取特殊的度量,这将导致“异常处理孤岛”(见图1)2。
www.infoq.com
4.
One benefit of C over C is its exception handling system.
的一个特性是它的异常捕获系统。
www.cnblogs.com
5.
Also, topics such as exception handling, file processing, and GUI design will be addressed in the class.
并介绍例外处理,档案处理,以及基本的使用者图形介面的设计。
admin.cyut.edu.tw
6.
Table 7 shows the use of the solidDB RETURN SQLERROR OF cursorname statement compared to exception handling on DB2.
表7展示了solidDBRETURNSQLERROROFcursorname语句的使用,与DB2中的异常处理形成对比。
www.ibm.com
7.
For example, you can programmatically check for a condition that is likely to occur without using exception handling.
例如,可以以编程方式检查可能发生的条件,而不使用异常处理。
technet.microsoft.com
8.
Another issue that can have a negative effect on service layer reusability is your exception handling strategy.
可能会对服务层可重用性产生负面影响的另一个问题是您的异常处理策略。
www.ibm.com
9.
You can press F5 to continue from it, and see the exception-handling behavior that is demonstrated in the examples below.
您可以按F5从中断的地方继续,并看到下面范例所示的例外处理行为。
technet.microsoft.com
10.
Discusses and demonstrates unstructured exception handling in Visual Basic.
讨论并演示VisualBasic中的非结构化异常处理。
msdn2.microsoft.com
1.
However, when possible, you should consider replacing such error control with Structured Exception Handling Overview for Visual Basic.
然而,如果可能,应当考虑用VisualBasic的结构化异常处理概述替换这种错误控制。
msdn2.microsoft.com
2.
The first thing to think about when designing a solid exception-handling scheme is the abstraction of what I call
在设计可靠的异常处理方案时,要考虑的第一件事情就是对所谓的
www-128.ibm.com
3.
In unstructured exception handling, you can find this out by using the Err Object (Visual Basic).
在非结构化异常处理中,通过使用Err对象(VisualBasic)可确定这一点。
msdn2.microsoft.com
4.
with the corresponding supplier stock preparation to carry out the process to track progress & exception handling , etc. ;
与对应供货商开展各制程追踪备料进度&异常处理等;
bbs.ebigear.com
5.
Information technology - Programming languages - Fortran - Floating-point exception handling
信息技术.程序设计语音.Fortran语言.浮点排除处理
www.mapeng.net
6.
To encapsulate the logic used to perform the most common exception handling tasks into minimal application code
将用于执行最常见异常处理任务的逻辑封装在最少的应用程序代码中
msdn2.microsoft.com
7.
Seam Catch, which provides developers with a unified and robust exception handling process
SeamCatch,向开发者提供了统一、健壮的异常处理流程。
www.infoq.com
8.
Method, or use exception handling wisely. You can attach an event handler to a predefined menu command with the following procedure
您可以使用以下过程将事件处理程序附加到预定义的菜单命令
msdn2.microsoft.com
9.
Exception Handling Oriented Workflow Modeling and Its Performance
面向意外处理的工作流系统建模与执行
ilib.cn
10.
There are three major differences between the Exception Handling Application Block and the Exception Management Application Block
异常处理应用程序块与异常管理应用程序块主要有三点不同
msdn2.microsoft.com
1.
Enterprise Library Exception Handling Application Block
异常处理应用程序块简介
www.ad0.cn
2.
However, you might use unstructured exception handling under these circumstances
但在下列情况下,应使用非结构化异常处理
msdn2.microsoft.com
3.
As of this writing, there is no exception handling in workflows.
在本文付诸之时,工作流中没有出错处理。
wiki.shine-it.net
4.
To Design Exception Handling Module of the Digital Microwave Monitor and Control System
数字微波监控系统中故障管理模块的设计
www.ilib.cn
5.
The Enterprise Library Exception Handling Application Block was produced by the following people
企业程序库异常处理应用程序块是由以下人员创作的
msdn2.microsoft.com
6.
A broad set of tools for developing exception handling policies
用于开发异常处理策略的一组广泛的工具
msdn2.microsoft.com
7.
Good analytical and problem solving, exception handling ability, can work under pressure;
良好的分析解决问题及处理异常的能力,且能承受一定工作压力;
sh.job592.com
8.
The Research and Implement Of the Exception Handling Framework in Workflow System
工作流系统异常处理框架的研究与实现
www.ilib.cn
9.
The Researching Of Realizing Exception Handling In Advanced Computer Languages
剖析异常处理在高级语言中的实现
www.ilib.cn
10.
Approach to implementing exception handling mechanism
一种异常处理机制的设计与实现
www.ilib.cn
1.
Formal Presentation of Exception Handling in a Workflow System
工作流异常处理的形式描述
www.ilib.cn
2.
Exception Handling; Standard Template Library;
异常处理,标准模板库;
www.ccebook.net
3.
Exception Handling in Application Level Binary Translation
二进制翻译应用级异常处理
www.ilib.cn
4.
Case- based Reasoning for Exception Handling in A Workflow System
基于案例推理的工作流异常处理研究
www.ilib.cn
5.
Exception Handling--An Approach to Improving Software Robustness
异常处理--一种提高软件健壮性的方法
service.ilib.cn
6.
To relieve developers of the requirement to write duplicate code and custom code for common exception handling tasks
减少开发人员编写重复代码和用于常见异常处理任务的自定义代码的要求
msdn2.microsoft.com
7.
Structured Exception Handling Instead of a Using Block
进行结构化异常处理而不使用Using块
msdn2.microsoft.com
8.
Access Control Model Based Exception Handling of Workflow Task Assignment
基于访问控制模型的工作流任务指派异常处理
www.ilib.cn
9.
Structured Exception Handling Within a Using Block
Using块中的结构化异常处理
msdn2.microsoft.com
10.
Turn off exception handling for plugins (Mainly a debugging tool for plugin developers)
关闭插件的异常处理(主要是为插件开发者提供的调试工具)
wiki.mozcn.org
1.
The following example shows how these features can be used with the existing exception handling support
下面的示例显示了如何在现有的异常处理支持中使用这些特性
msdn2.microsoft.com
2.
Be familiar with the process of quality inspection and exception handling, good awareness of service is needed;
熟悉品质检验流程及品质异常处理流程,有较好的服务意识;
www.jobduo.com
3.
Approach to Testing Java Exception Handling Mechanism Quickly
一种快速测试Java异常处理机制的方法
service.ilib.cn
4.
Exception Handling in Workflow Management Systems
工作流系统的异常处理
www.ilib.cn
5.
Exception case on asynchronous exception handling
关于异步异常处理的异常情况
www.ibm.com
6.
Design of the Exception Handling Application Block
异常处理应用程序块的设计
msdn2.microsoft.com
7.
Transactions are an exception-handling mechanism
事务作为处理异常的机制
www.ibm.com
8.
Add staff activities for human decision making and exception handling
添加用于人工决策和异常处理的成员活动
www.ibm.com
9.
To develop application blocks using the Exception Handling Application Block you need following
要使用异常处理应用程序块来开发应用程序块,您需要以下软件
msdn2.microsoft.com
10.
Research on Exception Handling Machine in Stored Procedure
存储过程中异常处理机制研究
www.ilib.cn
1.
Advances in exception handling techniques
异常处理技术进展
www.dushu.com
2.
To incorporate best practices for exception handling
集成异常处理的最佳做法
msdn2.microsoft.com
3.
Analysis of information flow in exception handling of Java bytecode
Java字节码异常处理中信息流的分析
www.ilib.cn
4.
core -- Exception handling and low-level DOM utility functions
core—异常处理和低级DOM实用程序函数
www.ibm.com
5.
Why Exception Handling Needs To Be Set
为何需要设置异常处理
msdn2.microsoft.com
6.
Apply similar exception handling to the insert trigger
对插入触发器应用相似的异常处理
www.ibm.com
7.
Err Object in Unstructured Exception Handling
非结构化异常处理中的Err对象
msdn2.microsoft.com
8.
Modeling and Analysis of Exception Handling Based on Multi-Agent in Computer Supported Collaborative Design
多Agent的计算机支持协同设计异常处理模型分析
www.ilib.cn
9.
Approach to the Exception Handling in Workflow System
工作流系统异常处理实现方法
www.ilib.cn
10.
Exception handling in process support system
过程支持系统中异常处理问题的研究
ilib.cn
1.
The Design of Compiler of Exception Handling Constructs in Java
基于Java异常结构的一种编译方案
www.ilib.cn
2.
The following exception handling topics are explained in this section
本节说明下列异常处理主题
msdn2.microsoft.com
3.
If you add exception-handling code, then your application can
如果您添加了异常处理代码,应用程序就可以
msdn2.microsoft.com
4.
Exception handling code that cannot easily be tested
不易测试的异常处理代码
www.360doc.com
5.
A New AOP-based Exception-handling Strategy in Workflow System
一种基于AOP技术的工作流异常处理策略
www.ilib.cn
6.
Time exception handling in workflow system
工作流系统时间异常处理研究
ilib.cn
7.
Best practices in EJB exception handling
EJB异常处理的最佳做法
www-128.ibm.com
8.
A Survey on Exception Handling in Workflow System
工作流异常处理技术与方法
www.ilib.cn
9.
Exception handling based on the immune mechanism in collaborative works
基于免疫机理的协同工作系统异常处理
www.ilib.cn
10.
The exception handling solution approach will be based on the following design considerations
异常处理解决方案途径基于以下几点设计考虑
www.ibm.com
1.
Discusses unstructured exception handling and how to use the
讨论非结构化异常处理及
msdn2.microsoft.com
2.
A class on exception handling
处理异常的类
www.vchome.net
3.
An Exception Handling Method Based on Grid Service Routes
一种基于网格服务路线的异常处理方法
www.ilib.cn
4.
Using the true intrinsic forms implies loss of IEEE exception handling, and loss of
使用真正的内部形式意味着失去IEEE异常处理以及失去
msdn2.microsoft.com
5.
Lists common exception-handling tasks, such as how to catch an exception and how to filter exceptions in a
列出常见的异常处理任务,如:如何捕捉异常以及如何筛选
msdn2.microsoft.com
6.
On the stack you will see the operating system exception handling code and some managed code triggering an exception such as a
在堆栈上,您将看到操作系统异常处理代码和一些触发诸如
msdn2.microsoft.com
7.
It will then be either handled or displayed using the normal Java exception-handling process. For example, Listing 11 checks for exceptions
然后,使用常规的Java异常处理流程处理它或者显示它。
www.ibm.com
8.
A program that uses structured exception handling may stop responding for several seconds in Microsoft Windows Server 2003 with SP1
使用结构化异常处理,程序可能停止响应为MicrosoftWindowsServer2003带有SP1中几秒钟
support.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/13 7:19:12