说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 异常处理参数
1)  exception handling parameter
异常处理参数
1.
which fall into class scope, object scope, scope of method parameter, scope for exception handling parameter and local variable scope.
变量的生存期和作用域是程序中引用该变量的依据,本文主要探讨 Java语言中公有变量、静态变量、类的数据成员、方法的参数、异常处理参数和局部变量的作用域问题,给出了静态变量、类的数据成员变量和异常处理参数作用域的程序举例,说明其具体的应用方法。
2)  abnormal-data disposal
异常数据处理
3)  abnormal parameter
异常参数
1.
Via the comparison of the tools of classic robustness testing, we use the most preponderant fault injection method which is based on abnormal parameters to test the robustness of target sy
而通过对国内外一些经典的健壮性评测工具的对比分析,本文采用在健壮性评测中具有极大优势的软件实现的异常参数注入的故障注入方法对系统进行健壮性评测。
4)  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;
基于事务的工作流异常处理模型及方法
5)  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应用程序中异常抛出、异常捕捉及异常处理的原则,重点讲解了自定义异常类,并用实例详细说明自定义异常类的使用方法。
6)  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.
异常处理作为实现嵌入式软件容错的一种机制,对嵌入式系统的可靠性具有十分重要的作用。
补充资料:异常处理


异常处理
exception handling

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