-
刚学习Java时写的一个简单学生管理系统,主要是基于数据库的设计,包含完整的代码及设计文档,大中虾请飘过^_^...
刚学习Java时写的一个简单学生管理系统,主要是基于数据库的设计,包含完整的代码及设计文档,大中虾请飘过^_^-Just learning Java when students write a simple management system is based mainly on the database design, including the complete code and design documents, large and medium-sized shrimp passes please ^ _ ^
- 2022-05-29 08:28:08下载
- 积分:1
-
这是一份实验报告,里面含有JAVA 实现的最短路径的源码。论文中讨论的最短路径的发展和各个算法的局限性。并对最短路径存在的一些问题提出思考!...
这是一份实验报告,里面含有JAVA 实现的最短路径的源码。论文中讨论的最短路径的发展和各个算法的局限性。并对最短路径存在的一些问题提出思考!-This is a test report, which contains the shortest path to achieve JAVA source code. Papers discussed in the shortest path algorithm development and the various limitations. The shortest path and the existence of some of the issues raised thinking!
- 2022-04-30 13:02:41下载
- 积分:1
-
在WEB页面循环显示一组信息。
在WEB页面循环显示一组信息。-in Web pages displayed on a group of information.
- 2023-03-30 03:30:04下载
- 积分:1
-
MVC模式下的JSP留言板代码。
MVC模式下的JSP留言板代码。
-MVC model code of the JSP message board.
- 2022-05-18 08:09:09下载
- 积分:1
-
该文件为编译器解释器的代码
该文件为编译器解释器的代码-document for the compiler code interpreter
- 2022-03-20 11:08:48下载
- 积分:1
-
Implemented using JSP message board, used in database ORACLE, beautiful interfac...
用JSP实现的留言板,用到的数据库为ORACLE,界面美观,功能齐全-Implemented using JSP message board, used in database ORACLE, beautiful interface, a full-featured ~ ~ ~
- 2022-02-03 14:22:53下载
- 积分:1
-
野生动物系统的JAVA源码, 野生动物系统的JAVA源码
野生动物系统的JAVA源码, 野生动物系统的JAVA源码-Wildlife JAVA source systems, wildlife system JAVA source
- 2022-02-15 19:02:19下载
- 积分:1
-
使用布局管理器的界面控制。
利用LayoutManager进行界面的控制。-LayoutManager for use interface control.
- 2022-08-15 18:43:21下载
- 积分:1
-
java实现邮箱分离器
java实现邮箱分离器-achieve mail separator
- 2023-08-05 21:25: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