-
本系统主要是供公司内部使用,主要是对一些内部资料及数据的管理...
本系统主要是供公司内部使用,主要是对一些内部资料及数据的管理-This system is mainly for internal use, mainly for some internal information and data management
- 2022-01-26 02:54:33下载
- 积分:1
-
无脚本的jsp,jsp技术模型,jsp的开发和应用课件,精通jsp,以及MVC三级模式。...
无脚本的jsp,jsp技术模型,jsp的开发和应用课件,精通jsp,以及MVC三级模式。-No script, jsp, jsp technology model, jsp development and application of courseware, proficient in jsp, as well as the MVC pattern 3.
- 2022-01-27 21:58:43下载
- 积分:1
-
Java手机版的火影忍者游戏源代码,需要相应的手机程序库支持,源代码完整,可以参考一下。...
Java手机版的火影忍者游戏源代码,需要相应的手机程序库支持,源代码完整,可以参考一下。-Java Games Mobile version of the Naruto source code, the necessary libraries to support the mobile phone, complete source code, you can refer to.
- 2022-12-03 03:30:03下载
- 积分:1
-
设计模式(Patterns in Java):一个很好的深入学习java的资料
设计模式(Patterns in Java):一个很好的深入学习java的资料-design mode (Patterns in Java) : a good in-depth study of java
- 2022-04-30 10:31:48下载
- 积分:1
-
信息管理系统
信息管理系统- Information management system
- 2022-12-06 10:50:03下载
- 积分:1
-
这是一个通过多平太编写的俄罗斯方块游戏源文件
这是一个通过多平太编写的俄罗斯方块游戏源文件-through Taheita sheet prepared by the Russian source games
- 2022-12-20 17:50:04下载
- 积分:1
-
主要向大家简单介绍一下Java的语法规则。 Java语言与C/C++语言有着紧密的联系,Java中的许多术语来自于C++,起语法也来自于C++。因此Java的语...
主要向大家简单介绍一下Java的语法规则。 Java语言与C/C++语言有着紧密的联系,Java中的许多术语来自于C++,起语法也来自于C++。因此Java的语法和c++的语法计划一模一样。-Mainly to the U.S. briefly explain the rules of Java syntax. Java language and C/C++ Language are closely linked, Java many of the terms from the C++, Starting from the grammar also C++. Java syntax and therefore c++ Scheme identical to the grammar.
- 2023-05-27 02:30:02下载
- 积分:1
-
学习是很好的例子,EJB
学习EJB的很好范例-learning are very good examples of EJB
- 2022-06-02 14:22:50下载
- 积分:1
-
five java prepared with a small game FOSS
5个用java编写的小游戏源码-five java prepared with a small game FOSS
- 2023-05-19 06:00:03下载
- 积分: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