-
数据库连接池,可以自动增加数据库连接,也可以自动释放数据库连接...
数据库连接池,可以自动增加数据库连接,也可以自动释放数据库连接-datasource pool
- 2022-07-27 01:16:19下载
- 积分:1
-
用java实现一个传统表和电子表!
用java实现一个传统表和电子表!-used to achieve a traditional table and electronic table!
- 2023-01-01 10:25:13下载
- 积分:1
-
银行帐户的存取款线程设计
银行帐户的存取款线程设计-bank account deposit threaded design
- 2022-02-04 03:11:41下载
- 积分:1
-
JSON数据交换格式(含源代码及实现例子).rar
JSON数据交换格式(含源代码及实现例子).rar-JSON data interchange format (including source code and implementation of an example). Rar
- 2022-07-27 02:03:09下载
- 积分:1
-
用java写的时钟小程序,图形显示,实现简单,外观很漂亮,免费下载啊,不需要账号...
用java写的时钟小程序,图形显示,实现简单,外观很漂亮,免费下载啊,不需要账号-Java clock used to write small programs, graphical display, the realization of simple, look very beautiful, free download ah, no account
- 2022-05-12 14:31:07下载
- 积分:1
-
一个电话本管理系统程序.基本上都包含了电话本的所有功能.
一个电话本管理系统程序.基本上都包含了电话本的所有功能.-a phone book management system procedures. Basically, the phone includes all the functions.
- 2022-08-09 05:56:45下载
- 积分:1
-
java IO Exp
java IO Exp
- 2022-02-25 05:26:07下载
- 积分:1
-
LAN chat applet, TCP, UDP protocols have
局域网聊天的小程序,TCP,UDP协议实现都有-LAN chat applet, TCP, UDP protocols have
- 2022-06-26 06:20:56下载
- 积分:1
-
使用java实现的基于tcp通信协议的一个聊天程序的服务端,实现简单的聊天功能。...
使用java实现的基于tcp通信协议的一个聊天程序的服务端,实现简单的聊天功能。-The realization of the use of java-based communication protocol tcp chat program, a service client, the realization of a simple chat.
- 2022-06-03 01:12:21下载
- 积分: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