-
这个程序能够模拟鼠标动作,包括左键单击,双击,左键单击,可以设置时间间隔!...
这个程序能够模拟鼠标动作,包括左键单击,双击,左键单击,可以设置时间间隔!-This program can simulate mouse movements, including left-click, double click, left-click, you can set the time interval!
- 2022-01-25 22:13:35下载
- 积分:1
-
algorithms of dataminig process for clustering data
algorithms of dataminig process for clustering data
- 2022-05-30 04:26:50下载
- 积分:1
-
这是一个VC调用VB控件的实例,通过这个实例可以让您了解如何在VC中去调用用VB开发的控件。相信对您一定有帮助的。...
这是一个VC调用VB控件的实例,通过这个实例可以让您了解如何在VC中去调用用VB开发的控件。相信对您一定有帮助的。-This is an instance of VC call the VB controls, through this example allows you to learn how to use VB to call the VC in the development of controls. I believe you must have help.
- 2022-07-14 03:15:00下载
- 积分: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
-
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。...
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。-windows ce development of entry materials, including the development of graphic configured the environment, the use of simple controls suitable for portal developers.
- 2022-01-26 03:43:53下载
- 积分:1
-
PE格式是现在windows平台的主要文件格式,这是一个剖析PE格式文件的一个不错的工具。
PE格式是现在windows平台的主要文件格式,这是一个剖析PE格式文件的一个不错的工具。-PE format is now the main windows platform file format, which is a PE format file analysis a good tool.
- 2022-04-20 00:47:24下载
- 积分:1
-
通过串口利用手机或者GSM Modem收发短信的一个例子程序
通过串口利用手机或者GSM Modem收发短信的一个例子程序-through the serial port or use of GSM mobile phone SMS Modem Transceiver example of a procedure
- 2023-07-13 11:55:04下载
- 积分:1
-
windows mobile ppc5.0 mfc prepared serial test procedure, vs2005, including send...
windows mobile ppc5.0 mfc 编制的串口测试程序,vs2005,包括发送,接收,保存-windows mobile ppc5.0 mfc prepared serial test procedure, vs2005, including sending, receiving, preservation
- 2022-07-06 12:50:34下载
- 积分:1
-
C++异常中的堆栈跟踪
C++异常中的堆栈跟踪-C stack of abnormal tracking
- 2022-06-28 18:52:54下载
- 积分:1
-
Read and Write Registry Keys and Values
Read and Write Registry Keys and Values-windows ce
- 2022-08-17 02:14:59下载
- 积分:1