异常处理,exception handling
1)exception handling异常处理
1.Approach to evaluating exception handling of programs;一种异常处理策略的评测方法(英文)
2.Analysis of information flow in exception handling of Java bytecode;Java字节码异常处理中信息流的分析
3.Study on transaction-based workflow exception handling models and methods;基于事务的工作流异常处理模型及方法
英文短句/例句

1.An Exceptions's handler may contain only an Exception Object shape异常处理程序只能包含异常对象形状
2.exception process entry descriptor异常处理入口描述符
3.Design of FPU Exception Handling and Verification of FPU in X Microprocessor;X微处理器FPU异常处理设计与FPU验证
4.Used by an exception handler to indicate how the exception should be handled, once the handler is done with it.由异常处理程序使用,用来指示处理程序在解决完异常后,应如何处理该异常。
5.An Atomic Transaction may not have exception handlers原子事务可能不具有异常处理程序
6.The Research and Practice of Java Virtual Machine's Deviant Handling MechanismJava虚拟机异常处理机制的研究与实践
7.The Research of Workflow Dynamic Modification Supporting Exception Handling;支持异常处理的工作流动态修改研究
8.Research on Java Program Slicing with Exception-handling Constructs;包含异常处理的Java程序切片研究
9.Exception Handling of Delphi 7.0 Caused by Trigger of MS_SQL Server 2000;MS_SQL Server 2000触发器引发的Delphi7.0的异常处理
10.Java Exception Handling Technique and Application in EJB;Java异常处理技术及EJB中的应用
11.A Study of the Exception Handling Techniques in VB.NET;VB.NET中的异常处理技术研究
12.abort command file processing异常终止命令文件处理
13.Familiar Abnormal Questions and Disposal in HGIS or GIS SubstationHGIS/GIS变电站常见异常问题及处理
14.Unhandled exception at %3 in %1: %2.%1 中的 %3 处未处理的异常: %2 。
15.Method for Current Abnormally Fluctuating on Vacuum Heat Treatment Equipment对真空热处理设备电流异常波动处理办法
16.This article describes how to handle SE and C++ exception together.这个项目演示了如何处理SE和C+异常。
17.The proper way to handle this is an exception.处理它的正确的方法是捕获异常。
18.An unhandled exception occurred during index analysis.索引分析时发生未处理的异常情况。
相关短句/例句

exception processing异常处理
1.Design of Exception Processing Mechanism Based on ARM Core in The Embedded System;基于ARM核的嵌入式系统异常处理机制的设计
2.Exception Processing and Application Based on Java基于Java的异常处理技术与应用
3.In this paper,firstly analyze the limitation of the intrinsic exception processing technique of embedded software,and the new exception processing technique of embedded software,which are used to reinforce the intrinsic one.异常处理作为实现嵌入式软件容错的一种机制,对嵌入式系统的可靠性具有十分重要的作用。
3)exception handing异常处理
1.Presentation of exception handing with UML activity diagram in workflow system;工作流异常处理的UML活动图描述方法
2.In this article, compares and analyzes advantages of using exception in application, introduces exception thrown, capturing exception, rules of exception handing in .NET应用程序中异常抛出、异常捕捉及异常处理的原则,重点讲解了自定义异常类,并用实例详细说明自定义异常类的使用方法。
4)Exception handle异常处理
1.However, the study of exception handle, transaction and time constraint in workflow were limited, which restricted the application of the workflow technology.目前,对于工作流异常处理、事务和时间约束等的研究仍然不够成熟,一定程度上限制了工作流技术的应用。
5)exception handling异常处理、异常处理机制
6)Java exception handlingJava异常处理
延伸阅读

异常处理异常处理exception handling  y jchQng ehull异常处理(exeePtion handling)程序设计语言提供的为描述异常与异常处置而用的语言机制。语言中提供的异常处理机制一般包括引发机制和处理机制两部分。 有几种解决异常处理的方案,一种是把异常处理看作针对非经常发生的事件(不一定是错误)的一种正常程序设计技巧,异常情况发生时,便由异常处理程序处理,处理结束时,控制还可以回到发生异常的位置。因此,也可以利用异常处理来实现一些修补工作。当修补结束时,又继续程序的正常执行。另一种则只限于异常情况发生了一些称作“错误”(或者是结束条件)的事件。这便表示,在某一程序单位中发生异常情况时,执行就告终止,把控制转到异常处理程序,但以后就不再回到发生异常情况的位置,处理程序可以决定重新启动有关的程序段,但不是简单的恢复。无法恢复时,保留现场信息供分析用。