说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 异常处理
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;
基于事务的工作流异常处理模型及方法
2)  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 handling
Java异常处理
补充资料:异常处理


异常处理
exception handling

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