-
nrg2iso.c将nero烧录的nrg文件转换成iso
nrg2iso.c将nero烧录的nrg文件转换成iso-nrg2iso.c will burn the nrg document conversion into iso
- 2022-02-07 20:11:24下载
- 积分:1
-
MenuMaker 1.3MenuMaker 帮您为Web 站点生成具有专业视觉效果的JavaScript弹出菜单。它的新性能包括“加载”和“保存”功能,同时部...
MenuMaker 1.3MenuMaker 帮您为Web 站点生成具有专业视觉效果的JavaScript弹出菜单。它的新性能包括“加载”和“保存”功能,同时部分支持Netscape。要想使用MenuMaker,您只需了解一点HTML和JavaScript知识就可以了。 -help you to generate javascript popup menu with professional vision effect.Its new feature contains "load" and "save" function,meanwhile it support netscape.To use menumaker,you may slightly understand some html and javascript knowledge
- 2022-04-26 22:29:28下载
- 积分:1
-
Visual C++下开发的用于和DSP通信的程序,该程序用用于调试DSP时一些数据的观测和记录...
Visual C++下开发的用于和DSP通信的程序,该程序用用于调试DSP时一些数据的观测和记录-Visual C++ under development and DSP communications for the program for debugging DSP with some of the observations and record data
- 2022-03-18 08:27:20下载
- 积分:1
-
利用JAVA存取数据库中的图片
利用JAVA存取数据库中的图片-use Java database access pictures
- 2022-03-14 11:42:47下载
- 积分:1
-
DataSocket服务器和客户端程序采用
本例程通过DataSocket服务器与客户机端程序集成到同一面板中,实现服务器与客户机之间的双机通讯。-The routine adoption of DataSocket server and client-side program integrated into the same panel, to achieve the server and client communications between the two aircraft.
- 2022-03-11 22:14:46下载
- 积分:1
-
CE下的安装程序的制作
CE下的安装程序的制作-CE installation of the production process
- 2023-07-27 09:30:03下载
- 积分:1
-
是一个读取硬盘数据的小程序,是一个可执行的程序。
是一个读取硬盘数据的小程序,是一个可执行的程序。-is a read data from the hard drives small program is an executable program.
- 2022-02-07 04:03:02下载
- 积分:1
-
java异常处理
3.8 异常处理
什么是异常
知道Java异常分类
处理异常的两种方式
throw和throws区别
如何创建自定义异常
概念:
在程序中,可能产生程序员没有预料到的各种错误情况,比如打开一个不存在的文件等,在Java中,这种在程序运行时可能出现的错误称为异常。
异常可以把“描述在正常执行过程中做什么事”的代码和“出了问题怎么办”的代码相分离
例子:demo05.ExceptionDemo.java
Java异常分类A:
java.lang.Error,java.lang.Exception
Error(错误):jvm系统内部错误、资源耗尽等严重问题,发生Error时,编程人员无能 为力,只能终止程序,例如内存溢出等。
Exception(异常):因编程错误或偶然的外在因素导致的一般性问题,例如:对负数 开平方根、空指针访问等,当发生Exception 时,编程人员可以做出处理,并做出人性 化响应,比如弹出窗口,显示“请不要输入负数!”。
异常分类B:
检查性异常:编译器必须处理的异常,该类异常通常是Exception类型或其子类(RuntimeException类除外)//运行时异常
SQLException、IOException、ClassNotFoundException
例子:/DemoProject/src/com/hyg/demo08/FileInputStreamDemo.java
非检查性异常:编译器不要求强制处理的异常,RuntimeException类及其所有子类都是非检查性异常。
NullPointerException、ClassCastException
例子:equa
- 2022-02-14 14:02:16下载
- 积分:1
-
personnel management system(for this year s graduates, including source code)
人事管理系统(应届毕业生用的管理系统,含源代码)-personnel management system(for this year s graduates, including source code)
- 2022-02-05 01:38:25下载
- 积分:1
-
pbp文件解压与sfo文件修改!可以用来研究索尼psp的文件系统...
pbp文件解压与sfo文件修改!可以用来研究索尼psp的文件系统-pbp file unzip the file with sfo changes! Sony psp can be used to study the file system,
- 2023-05-01 06:55:02下载
- 积分:1