-
Chapter 7 cases
java教程第七章事例-Chapter 7 cases
- 2023-02-01 06:50:03下载
- 积分:1
-
主要是介绍eclipse的安装与及其的使用
主要是介绍eclipse的安装与及其的使用-Is introduced and the eclipse of the installation and use of
- 2022-02-14 05:33:02下载
- 积分: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
-
智能卡读卡器服务程序,Java语言开发,Eclipse开发环境.程序运行起来以后相当于一个server,会在TCP的一个端口监听客户端的请求,可以实现远程连接,...
智能卡读卡器服务程序,Java语言开发,Eclipse开发环境.程序运行起来以后相当于一个server,会在TCP的一个端口监听客户端的请求,可以实现远程连接,对智能卡的访问包括复位,发送命令给智能卡,接收智能卡的应答,日至打印等等.-The smart card reader service program, Java language development, Eclipse development environment. Program up and running after the equivalent of a server, a port in the TCP listening client s request, can be remotely connected to the smart card access, including reset, send command to the smart cards, smart cards to receive the response, to print and so on.
- 2022-02-04 09:05:19下载
- 积分:1
-
shejimoshi是各种java书籍简介,对于程序员来说是一个严重的问题。
shejimoshi是一本简单介绍各种java书籍,对于编程人员来说是一本非常不错的书籍。-shejimoshi is a brief introduction of various java books, For programmers is a very good book.
- 2022-01-26 02:57:18下载
- 积分:1
-
source code from zinj
source code from zinj-source code from zinjxxx
- 2023-08-15 02:50:04下载
- 积分:1
-
a peer
一个P2P软件,本软件可在任何一个标准配置的主机上运行。运行本软件的主机既可作为客户端,也作为服务器端运行,是一个典型的多线程程序;首先作为服务器端,有一个服务器线程始终监听指定的端口,如果网络上有其他主机要求需要建立连接,互相交换共享文件信息,双方就可以互相下载对方共享的文件。-a peer-to-peer software, the software may at any one standard configuration running on the mainframe. Running the software as a mainframe client can also run as a server, is a typical multi-threaded; As the first server, a server thread always listening designated ports, if the network is required by other hosts to connect and exchange information sharing files and on the other side the other download files shared.
- 2022-12-29 10:20:03下载
- 积分:1
-
这是一个java编程,与access数据库链接,
可进行对数据库的查询,插入等操作....
这是一个java编程,与access数据库链接,
可进行对数据库的查询,插入等操作.-This is a java programming, and access database link, it can conduct queries in the database and the insertion of such an operation.
- 2023-03-09 23:40:02下载
- 积分:1
-
获取本机IP地址的源代码
获取本机IP地址的源代码-access to the IP address for the source code
- 2022-02-20 19:51:06下载
- 积分:1
-
Java calendar [JDK1.4] JDK 1.4 with the development of the calendar procedures,...
Java日历[JDK1.4]JDK1.4随开发的日历程序,类似于Windows日历。附上详细说明。
- 2022-07-13 14:56:01下载
- 积分:1