-
java数据库连接池
Java Database connection pool
- 2023-01-29 18:15:04下载
- 积分:1
-
简单的java计算器程序
简单的java计算器程序-simple calculator program
- 2023-01-06 16:00:04下载
- 积分:1
-
JAVA 的高级开发及应用的想关书籍和实例
JAVA 的高级开发及应用的想关书籍和实例-Senior JAVA development and application of related books and would like examples of
- 2022-01-30 22:03:05下载
- 积分:1
-
写了一个简单的计算器,能够实现简单的加减乘除,累加,求倒数等等运算...
写了一个简单的计算器,能够实现简单的加减乘除,累加,求倒数等等运算-Write a simple calculator, able to realize simple addition and subtraction, multiplication and division, accumulation, and the countdown and so computing
- 2022-09-25 02:00:02下载
- 积分:1
-
good java small projects
好的java 小项目-good java small projects
- 2022-05-05 10:59:27下载
- 积分:1
-
JAVA help users better general use JAVA.
帮助广大的JAVA用户更好的使用JAVA。-JAVA help users better general use JAVA.
- 2022-02-13 09:17:57下载
- 积分:1
-
简单的dijkstra最短路径算法
简单的dijkstra最短路径算法-simple-the shortest path algorithm
- 2023-08-07 23:45:03下载
- 积分:1
-
动态口令HOTP的JAVA代码实现,通过种子和认证基数产生6个字符的动态口令...
动态口令HOTP的JAVA代码实现,通过种子和认证基数产生6个字符的动态口令-Password HOTP dynamic implementation of JAVA code, and certification through the base of the seed produced six characters dynamic password
- 2022-02-01 00:16:29下载
- 积分:1
-
telnet浏览器,比较简单
telnet浏览器,比较简单-telnet browser, relatively simple
- 2022-01-26 05:01:50下载
- 积分: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