-
webbroser 导航错误、屏蔽弹出页封装
windows wpf/win form下 webbrowser 控件扩展,扩展封装了如404,503等错误事件处理、同时还封装了页面弹出窗口(a标签target=blank打开方式等)的拦截,实现屏蔽弹出窗口。
- 2022-04-12 08:48:36下载
- 积分:1
-
实用程序,万年历打印
实用程序,万年历打印-practical procedures, hefty almanac Print
- 2022-04-29 17:41:44下载
- 积分:1
-
Very stable, easy
非常稳定好用的串口通讯源代码,经过上千次测试,没有问题-Very stable, easy-to-use serial communication source code, after thousands of tests, there is no problem
- 2022-11-20 21:40:03下载
- 积分:1
-
一种基于分类算法的网页信息提取方法.pdf
一种基于分类算法的网页信息提取方法.pdf-A Method of Web Information Extraction Based on Classification Algorithm.
- 2023-03-22 11:25:04下载
- 积分:1
-
无偏非局部均值去噪算法,效果出色,包括源代码和编译后程序
无偏非局部均值去噪算法,包括Cpp matlab的源代码,注释,素材,演示范例以及通过minGW编译后的程序,效果出色,方便开发者学习和细致。
- 2022-05-28 22:04:35下载
- 积分:1
-
编写一个书本类,可以输出不同课程的书
编写一个书本类,可以输出不同课程的书
- 2022-01-27 15:07:15下载
- 积分: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
-
java写的另一个学籍管理的小程序。根据给定的AbstractStudent、Teacher、Time、AbstractStudentManager,以及已创建...
java写的另一个学籍管理的小程序。根据给定的AbstractStudent、Teacher、Time、AbstractStudentManager,以及已创建的三个类 BachlorStudent, GraStudent, ConcreteStudentManager 建立一个学籍管理类 StudyManager 并带有 main 函数-write another small expulsion management procedures. According to the AbstractStudent, Teacher, Time, AbstractStudentManager, and has created three categories BachlorStudent, GraStudent, ConcreteStudentManager establish an expulsion StudyManager and Management with main function
- 2022-04-27 19:12:34下载
- 积分:1
-
给定N个大小不等的圆c1,c2,…,cn,现要将这N个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从N个圆的所有排列中找出有最小长度的圆排列...
给定N个大小不等的圆c1,c2,…,cn,现要将这N个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从N个圆的所有排列中找出有最小长度的圆排列。-given N ranging from the size of the circle c1, c2, ..., cn, when it is 000 yen N discharged into a rectangular box, demanding the rectangular box with a round of the hemline tangent. Yuan with the problem demands from the N-round identify all with a minimum length of the round with.
- 2022-12-01 19:50:08下载
- 积分:1
-
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。...
设计模式的VC例子,可以用于学习设计模式。我自己觉得 很有用。-design patterns VC example, can be used to study design patterns. I feel very useful.
- 2022-08-25 01:58:00下载
- 积分:1