-
a browser source code
一个浏览器源代码-a browser source code
- 2023-08-15 09:10:02下载
- 积分:1
-
此代码为C语言编写的ADC0804源代码,需要的请下载
此代码为C语言编写的ADC0804源代码,需要的请下载-This code for the C language source code of the ADC0804, the need to download the
- 2023-04-08 23:45:04下载
- 积分:1
-
资源管理的界面代码
资源管理的界面代码
资源管理的界面代码...
资源管理的界面代码
资源管理的界面代码
资源管理的界面代码-Resources management, resource management interface code interface code resource management interface code
- 2022-03-02 21:38:23下载
- 积分:1
-
maclog来源VC
maclog sources VC -maclog sources VC++
- 2022-03-04 13:25:45下载
- 积分:1
-
可以移动对话框窗口到任何一个位置,方便了用户的使用
可以移动对话框窗口到任何一个位置,方便了用户的使用-Dialog window can be moved to any one location and make it easier for users
- 2022-03-15 15:24:32下载
- 积分:1
-
这是一个个人管理网站,有注册窗口,相册管理窗口,管理信息窗口,数据库连接功能...
这是一个个人管理网站,有注册窗口,相册管理窗口,管理信息窗口,数据库连接功能-This is the management of a personal website, there is a window register, album management window, the window information management, database connectivity and so on
- 2022-03-11 20:31:48下载
- 积分:1
-
DSP UCOSII移植
此资源转载自CSDN,使用的主板为DSP 28335,用途为UCOSII的移植,应用开发环境为CCS,方便其他人对于实时多任务系统的学习
- 2022-04-13 05:40:16下载
- 积分:1
-
模仿Windows任务栏的一个简单实例
模仿Windows任务栏的一个简单实例-imitate the Windows task bar a simple example
- 2023-05-20 14:15:03下载
- 积分: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
-
The right mouse click the color box to pin down and hold Ke any lessons either a...
鼠标点击右边颜色框拖住不放,柯任意吸取屏幕任一个地方颜色,转换成RGB格式,如果需要其它格式,大家可以修改源码实现。-The right mouse click the color box to pin down and hold Ke any lessons either a local color screen, converted to RGB format, other formats if necessary, we can modify the source code to achieve.
- 2022-05-14 04:17:43下载
- 积分:1