-
对入侵检测系统有更好的
that is better for ids system
- 2022-06-26 08:30:37下载
- 积分:1
-
这是韩国的KDC数码硬盘录像系统(880系列)的驱动,
这是韩国的KDC数码硬盘录像系统(880系列)的驱动,-This is South Korea"s KDC digital video disk system (880 series), the driven,
- 2023-01-23 12:05:03下载
- 积分:1
-
Some Vc++ Small procedures, and some brilliant programming comparison, it is wor...
一些Vc++的小程序,有些比较精辟的编程,值得初学者学习。-Some Vc++ Small procedures, and some brilliant programming comparison, it is worth learning for beginners.
- 2023-04-24 20:25:02下载
- 积分:1
-
Gray
灰度扩展及灰度图像伪彩色化:灰度值在0~20之间显蓝色,20~40之间显绿色,40~255显红色。
-Gray-scale images of pseudo-color: gray-scale value between 0 to 20 Hin blue, between 20 to 40 green, 40 ~ 255 marked in red.
- 2023-02-07 23:50:04下载
- 积分: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
-
an example for 5 armed bandit sutton
an example for 5 armed bandit sutton
- 2022-05-05 16:28:43下载
- 积分:1
-
windows CE下jpeg压缩源码,是从标准源码改的。
windows CE下jpeg压缩源码,是从标准源码改的。-jpeg compression source, the source code is changed from the standard.
- 2023-04-27 10:50:04下载
- 积分:1
-
这是我写的一个关于国家的国旗与国歌的小软件,点击国旗可以播放国歌,显示国家名称等基本资料。还有一个小游戏,根据国名选择该国的国旗。这个小软件还有很多不足之处,请...
这是我写的一个关于国家的国旗与国歌的小软件,点击国旗可以播放国歌,显示国家名称等基本资料。还有一个小游戏,根据国名选择该国的国旗。这个小软件还有很多不足之处,请大家指点,谢谢!-This is the one I wrote on the country"s national flag and national anthem of the small software, click on the national flag can play the national anthem, showing names of countries such basic information. There is also a small game, according to choose the name of the country"s flag. The small software There are many shortcomings, pointing out please, thank you!
- 2022-01-26 05:05:31下载
- 积分:1
-
from msdn!
from msdn!-from flowing!
- 2022-05-14 04:19:25下载
- 积分:1
-
Itransition 模板
模板
- 2022-08-03 04:00:22下载
- 积分:1