-
企业短信助理源代码 具体内容由于程序较长,没有自习研读。...
企业短信助理源代码 具体内容由于程序较长,没有自习研读。-Enterprise message source code of the specific content of the Assistant as a result of the procedure is longer, there is no study hall.
- 2022-02-10 02:26:57下载
- 积分:1
-
2000下,绝对磁盘扇区读写程序
2000下,绝对磁盘扇区读写程序-2000, the absolute disk read and write procedures Sector
- 2022-06-28 15:54:44下载
- 积分:1
-
一种由多语言编写的C++语言
一个用C语言编写的多功能计算器C语言,非常实用-a C language prepared by the multi-function calculator C language, a very practical
- 2022-04-21 15:40:40下载
- 积分:1
-
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存...
有机会获得处理器运行,这项工作被称为“作业调度”。实现这部分功能的程序就是“作业调度操作系统根据允许并行工作的道数和一定的算法从系统中选取若干作业把它们装入主存储器,使它们程序”。-have access to processor operation, which was known as the "Job Scheduling." To achieve this part of the procedure is to function "Job Scheduling allows parallel operating system based on the work of the Road and a few algorithms from the system selected a number of operations they packed the main memory, so that they procedures."
- 2023-03-30 19:35: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
-
学生管理系统,有添加删除学生信息,显示全部信息等功能
学生管理系统,有添加删除学生信息,显示全部信息等功能
-Student management system, students have to add the deletion of information, show features all of the information
- 2023-07-23 04:50:03下载
- 积分:1
-
A demo to read environment variables in Windows by vc.
A demo to read environment variables in Windows by vc.-to read environment variables in Win dows by vc.
- 2022-01-25 22:55:47下载
- 积分:1
-
Realize the program automatically monitor directory changes, including whether t...
该程序实现了目录变化自动监视,包括是否添加 删除 重命名 修改了文件属性等.-Realize the program automatically monitor directory changes, including whether to add delete rename the file attributes, such as modified.
- 2022-04-10 23:05:28下载
- 积分:1
-
卡尔曼滤波器源程序代码,可用于视频检测中的目标跟踪问题优化...
卡尔曼滤波器源程序代码,可用于视频检测中的目标跟踪问题优化-Kalman filter source code, can be used for video detection of the target tracking problem of optimization
- 2023-03-28 00:25:03下载
- 积分:1
-
algorithms of dataminig process for clustering data
algorithms of dataminig process for clustering data
- 2022-05-30 04:26:50下载
- 积分:1