-
JavaStruts
Struts ActionServlet控制器对象,Struts framework的工作原理和组件,Struts配置文件简介等等(Struts ActionServlet controller objects, Struts framework and components of the working principle, Struts configuration files, etc. About)
- 2009-05-13 13:07:01下载
- 积分:1
-
校园宿舍管理系统分享
校园宿舍管理系统分享
- 2023-08-11 03:15:06下载
- 积分:1
-
Android-help-part4
Android帮助文档(第四部分)(全三节),Android中文帮助文档,电子书(Android to help document (Part IV) (all three), Android Chinese help documentation, e-books)
- 2012-05-03 16:52:35下载
- 积分:1
-
求数组平均值
应用背景在Java环境下运行该程序,
public interface Average { //定义接口
public abstract double average(String[] table);
}
class D{
public static void main(String args[]){
A a=new A();
a.average(args);
B b=new B();
b.average(args);
C c=new C();
c.average(args);
}
关键技术用三种方法求数组的平均值,第一种所有数值相加求数组平均值,第二种去掉最大值和最小值求数组平
- 2022-02-03 16:12:44下载
- 积分:1
-
struts2_day02讲义v_2.0
Struts2框架是一个用于开发Java EE网络应用程序的开放源代码网页应用程序架构。它利用并延伸了Java Servlet API,鼓励开发者采用MVC架构。Struts2以WebWork优秀的设计思想为核心,吸收了Struts框架的部分优点,提供了一个更加整洁的MVC设计模式实现的Web应用程序框架。(Strts2 Framework Document describes the use of the framework, the introduction of the framework, use, function, how to develop.)
- 2020-06-25 09:40:02下载
- 积分:1
-
Java_examples
关于 Java 语言中的一些例子。
1.ax + b = c
2.ax2 + bx + c = 0
3.a1x1 + b1X2 = c1
a2x1 + b2x2 = c2
4.a1x1 + b1x2 + c1x3 = d1
a2x 1 + b2x2 + c2x3 = d2
a3x 1 + b3x2 + c3x3 = d13
- 2022-07-26 15:47:51下载
- 积分:1
-
宾馆、自动化、管理系统
系统基于SOA架构按照BS模式进行了实现。系统具备宾馆入住、退房、赔款等多项管理内容。整个管理过程全部信息化实现。
- 2022-08-11 09:30:52下载
- 积分:1
-
电影推荐系统源码
应用背景This file contains installation notes and some instructions for those
who want to get started quickly. Much more detailed documentation on
how to setup and program CoFE is available in the Docs subdirectory.
关键技术System Requirements:
1. j2sdk1.4.1 or above
2. MySQL database 3.* or above
Note: CoFE comes distributed with the MySQL client libraries
ConnectorJ 2.X in lib/3rdParty/mysql-connectorJ-2.0.14/mysql.jar. If you want to use the 3.X ConnectorJ
libraries, you can download them yourself from www.mysql.com, but
you will need to update the ant build files
and possibly bin/start_server.sh to point to the new library.
- 2023-01-05 07:00:03下载
- 积分:1
-
java applet小程序 可以产生浮动的气泡 具有动态性
java applet小程序 可以产生浮动的气泡 具有动态性-small procedure can be floating bubble has a dynamic nature
- 2022-08-21 15:39:09下载
- 积分:1
-
java例
这是一个以JAVA编写的程序,本人还没有试过,是一个简单的温度控制系统(this is a Java programs written, I have not tried, is a simple temperature control system)
- 2005-05-06 10:43:12下载
- 积分:1