说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 异常处理技术
1)  exception handling
异常处理技术
1.
A Study of the Exception Handling Techniques in VB.NET;
VB.NET中的异常处理技术研究
2.
PDM controls all the information and process of the products life cycle,in which object orientation makes the objects in PDM system a sub-type of the system and exception handling can guarantee normal process in case of exceptions in the PDM system.
PDM将整个产品生命周期的所有信息与过程都管理起来,面向对象方法使制造企业中的实体对象在PDM系统中作为系统定义的对象子类型存在,异常处理技术可使PDM系统在发生异常时程序的流程正常执行。
2)  common treatment technology
常规处理技术
1.
In this paper,the latest progress of water treatment technology was introduced in the aspects of pre-treatment technology,common treatment technology and enhanced treatment technology.
从饮用水与处理技术、常规处理技术、深度处理技术等三方面对饮用水处理技术的最新进展进行了具体的论述,系统地分析了各技术的优点和局限性。
3)  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;
基于事务的工作流异常处理模型及方法
4)  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应用程序中异常抛出、异常捕捉及异常处理的原则,重点讲解了自定义异常类,并用实例详细说明自定义异常类的使用方法。
5)  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.
异常处理作为实现嵌入式软件容错的一种机制,对嵌入式系统的可靠性具有十分重要的作用。
6)  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.
目前,对于工作流异常处理、事务和时间约束等的研究仍然不够成熟,一定程度上限制了工作流技术的应用。
补充资料:异常处理


异常处理
exception handling

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