-
这是一个样本的J2EE应用集成框架和Hibernate的春天
This a sample j2EE application that integrate spring framwork with hibernate-This is a sample j2EE application that integrate spring framwork with hibernate
- 2023-08-04 15:50:07下载
- 积分:1
-
java网络编程技术内幕程序代码,采用JAVA语言编写,有很强的可读性,是很好的例子程序。...
java网络编程技术内幕程序代码,采用JAVA语言编写,有很强的可读性,是很好的例子程序。-java network programming technology insider code using Java language, is a highly readable, is a good example of procedures.
- 2022-02-14 10:07:11下载
- 积分:1
-
在源代码中的许多corejava
corejava的源程序内有好多的源代码-corejava source of many within the source code
- 2022-04-26 12:04:15下载
- 积分:1
-
基于Socket的java多用户视频聊天程序,能实现用户登陆,游客访问,并进行多用户聊天!...
基于Socket的java多用户视频聊天程序,能实现用户登陆,游客访问,并进行多用户聊天!-Socket - ...AVReceive3.java
...AVTransmit3.java
...RTPSocketAdapter.java
- 2022-08-02 21:20:45下载
- 积分:1
-
J2ME mobile phone version of the game Reversi v2.1 full source code.
J2ME黑白棋游戏手机版 v2.1完整源码。-J2ME mobile phone version of the game Reversi v2.1 full source code.
- 2023-02-28 12:40:04下载
- 积分:1
-
自动取款机交易系统
TRANSACTION SYSTEM FOR ATM
- 2022-01-28 15:08:22下载
- 积分:1
-
Several JAVA applet, the teacher recommended, I hope to help the broad masses of...
几个JAVA小程序,老师推荐的,希望能帮到广大的JAVA初学者。-Several JAVA applet, the teacher recommended, I hope to help the broad masses of the JAVA beginners.
- 2022-01-30 20:14:15下载
- 积分:1
-
毕业设计,JAVA版的手机游戏――海底探险 。互相学习一下吧!~...
毕业设计,JAVA版的手机游戏――海底探险 。互相学习一下吧!~-Graduate Design, JAVA version of the mobile game- undersea explorer. Learn from each other perhaps give some thought! ~
- 2022-02-25 23:41:38下载
- 积分:1
-
Java to c++ very important
Java to c++ very important
- 2022-05-07 18:33:51下载
- 积分: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