-
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对...
一个用VB开发的数据库管理系统。数据库使用ACCESS 2000。具有完整的开发设计文档和数据库设计文档。是做毕业设计的最佳参考。代码风格规范。完整的实现VB对MDB数据库的增加,删除,查询,打印,报表等功能。所有源码免费开放.很难得的一套管理系统的源码啦--Using VB to develop a database management system. Database using ACCESS 2000. With a complete development of design documents and database design documents. Graduation project is to do the best reference. Code style norms. VB to realize a complete MDB database to add, delete, query, print, statements and other functions. All source code is free. Hard to come by a set of source code management system啦--
- 2022-02-14 01:41:33下载
- 积分:1
-
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。...
域名服务器的仿真程序:
一个简单的仿真模拟程序,其中包括数据的输入、查询和删除功能,要求在该程序的基础上添加一些功能,使程序的功能更为全面,操作更加方便。-Domain Name Server simulation procedures: a simple simulation program, including data entry, query and delete functions, the requirements in the program based on the add function, the function of the process more comprehensive, more convenient operation.
- 2023-02-05 07:25:03下载
- 积分:1
-
Study pe paper pe familiar with file structure, to understand the various functi...
研究pe文件,熟悉了解pe文件结构,了解pe文件各个功能,利用功能-Study pe paper pe familiar with file structure, to understand the various functional pe file, using functional
- 2023-02-05 04:05:03下载
- 积分:1
-
阿都伊诺XBee盾CadSoft Eagle板
Arduino XBee Shield Cadsoft Eagle Board
- 2022-02-21 12:34:50下载
- 积分:1
-
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。...
实现在保证猎人、狼以及狗均安全的情况下使他们都渡过河去。-It must complete the function which guarntee that
hunters,wolves and dogs can cross the river on the condition that they are safe.
- 2022-06-18 13:00:49下载
- 积分:1
-
自己的小程序!请看一下!自己写的小程序
自己的小程序!请看一下!自己写的小程序-own small program! See what! His writing small programs
- 2022-01-28 20:17:37下载
- 积分:1
-
List all the files and directories on the hard disk, include hided items.
该程序可以遍历本机硬盘内容,包括隐藏内容,准确快速!-List all the files and directories on the hard disk, include hided items.
- 2022-06-30 12:44:59下载
- 积分: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
-
smartphone2003 上用evc编译的挖地雷的小游戏, 很好玩, 经典, 用api编写的....
smartphone2003 上用evc编译的挖地雷的小游戏, 很好玩, 经典, 用api编写的.-Smartphone2003 compiled using EVC-dug mines game, very fun, classic, prepared with api.
- 2022-03-07 01:44:40下载
- 积分:1
-
PCI device driver development
PCI设备WINDOWS驱动程序的开发-PCI device driver development
- 2022-08-24 07:50:34下载
- 积分:1