-
数据库不连接池.用于对数据库连接进行管理.
数据库不连接池.用于对数据库连接进行管理.-database connection pool. The database is used to connect management.
- 2022-02-06 02:06:29下载
- 积分:1
-
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一...
JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Thread类而使用Thread类的实例来运行了。-JBuilder produced audio player, it needs attention is that when players, the interface on the various buttons can still be right for users to operate the incident response, at least two threads : a control song playback, the other to users respond to the incident. Therefore we need to achieve AudioPlay category Runable interface to the use of multi-threading. According to the interpretation of JDK- JDK1.4.0 any need for threaded implementation of the examples are to be achieved Runable interface, and because we only need to be rewritten to run () method and stop () method, and to start () method is polymorphic, so we have chosen to achieve Runable Interface so you can not inherit Thread type and category of use Thread e
- 2022-07-01 06:32:38下载
- 积分:1
-
swing 组件开发
swing 组件开发-swing Component Development
- 2022-03-20 09:26:39下载
- 积分:1
-
jsp bbs源代码,利用struts实现
jsp bbs源代码,利用struts实现-jsp bbs source code, using struts to achieve
- 2023-04-03 06:00:03下载
- 积分:1
-
A JAVA chat procedures, Chuan
一个JAVA的聊天程序,传上来给大家玩玩,也可以一起探讨-A JAVA chat procedures, Chuan-up to the U.S. to play, you can explore
- 2022-10-26 18:10:04下载
- 积分:1
-
这是用Java写的用来测试温度控制的源代码,不过有很多不足之处,希望能对大家有一点儿帮助。...
这是用Java写的用来测试温度控制的源代码,不过有很多不足之处,希望能对大家有一点儿帮助。-This is written using Java to test the temperature control of the source code, but a number of inadequacies in the hope that it can help you a bit.
- 2023-03-31 16:20:04下载
- 积分:1
-
classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and
classshapemain.zip
//: c03:AutoInc.java
// Demonstrates the ++ and -- operators.
// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class AutoInc {
public static void main(String[] args) {
int i = 1
System.out.println("i : " + i)
System.out.println("++i : " + ++i) // Pre-increment
System.out.println("i++ : " + i++) // Post-increment-classshapemain.zip// : c03 : AutoInc.java// Demonstrates the and-- operat ors.// From Thinking in Java, 3rd ed. (c) Bruce Eckel 2002// www.BruceEckel. com. See copyright notice in CopyRight.txt. pu blic class AutoInc (public static void main (St. ring args []) (int i = 1 System.out.println ( "i : "i) System.out.println (" i : "i)// Pre-increment System.out.println (" i : "i)// Post-increment
- 2022-06-15 15:44:31下载
- 积分:1
-
write a Java Form irregular procedure! Using the JNI technology, but not the ori...
JAVA写的一个不规则窗体程序!用了JNI等技术,不过没有原代码,大家可以参考一下-write a Java Form irregular procedure! Using the JNI technology, but not the original code, we can take a look
- 2022-07-07 20:04:32下载
- 积分:1
-
用java实现飞鸽传书的源码文件,通过udp协议,参考该源码可以解决文件传输的高可靠要求。...
用java实现飞鸽传书的源码文件,通过udp协议,参考该源码可以解决文件传输的高可靠要求。-Using java to achieve Dove Chuanshu source documents, through udp agreement can be resolved with reference to the source of highly reliable file transfer request.
- 2022-03-17 15:20:20下载
- 积分:1
-
多线程的程序,可以运行多个同时进行的程序。
多线程的程序,可以运行多个同时进行的程序。-multithreaded process, can run multiple concurrent proceedings.
- 2022-02-26 05:34:11下载
- 积分:1