登录
首页 » Java » JavaEE_orderItem

JavaEE_orderItem

于 2009-01-14 发布 文件大小:2173KB
0 124
下载积分: 1 下载次数: 157

代码说明:

  JavaEE订餐项目的功能:用户登录、用户注册、添加订餐信息、查询订餐、结算、权限验证(For reservations, please JavaEE project functions: user login, user registration, add the reservation information, inquiries, reservation, settlement, permission to verify)

文件列表:

Struts_Project
..............\.classpath
..............\.mymetadata
..............\.mystrutsdata
..............\.project
..............\src
..............\...\build.xml
..............\...\com
..............\...\...\amaker
..............\...\...\......\bean
..............\...\...\......\....\Meal.java
..............\...\...\......\....\MealBean.java
..............\...\...\......\....\MealType.java
..............\...\...\......\....\SystemMember.java
..............\...\...\......\dao
..............\...\...\......\...\impl
..............\...\...\......\...\....\MealDaoImpl.java
..............\...\...\......\...\....\SystemMemberDaoImpl.java
..............\...\...\......\...\MealDao.java
..............\...\...\......\...\SystemMemberDao.java
..............\...\...\......\filter
..............\...\...\......\......\SessionFilter.java
..............\...\...\......\struts
..............\...\...\......\......\action
..............\...\...\......\......\......\LoginAction.java
..............\...\...\......\......\......\MealAction.java
..............\...\...\......\......\......\RegisterAction.java
..............\...\...\......\......\ApplicationResources.properties
..............\...\...\......\......\ApplicationResources_ch_CN.properties
..............\...\...\......\......\form
..............\...\...\......\......\....\LoginForm.java
..............\...\...\......\......\....\MealForm.java
..............\...\...\......\......\....\RegisterForm.java
..............\...\...\......\......\Test.java
..............\...\...\......\temp
..............\...\...\......\....\ApplicationResources.properties
..............\...\...\......\....\ApplicationResources_ch_CN.properties
..............\...\...\......\test
..............\...\...\......\....\SystemMemberDaoImplTest.java
..............\...\...\......\util
..............\...\...\......\....\ConnectionUtil.java
..............\...\...\......\....\SQLConstants.java
..............\...\DBConfig.properties
..............\WebRoot
..............\.......\login.jsp
..............\.......\META-INF
..............\.......\........\MANIFEST.MF
..............\.......\pages
..............\.......\.....\main.jsp
..............\.......\.....\meal.jsp
..............\.......\register.jsp
..............\.......\WEB-INF
..............\.......\.......\.struts-config.mex
..............\.......\.......\c.tld
..............\.......\.......\classes
..............\.......\.......\.......\build.xml
..............\.......\.......\.......\com
..............\.......\.......\.......\...\amaker
..............\.......\.......\.......\...\......\bean
..............\.......\.......\.......\...\......\....\Meal.class
..............\.......\.......\.......\...\......\....\MealBean.class
..............\.......\.......\.......\...\......\....\MealType.class
..............\.......\.......\.......\...\......\....\SystemMember.class
..............\.......\.......\.......\...\......\dao
..............\.......\.......\.......\...\......\...\impl
..............\.......\.......\.......\...\......\...\....\MealDaoImpl.class
..............\.......\.......\.......\...\......\...\....\SystemMemberDaoImpl.class
..............\.......\.......\.......\...\......\...\MealDao.class
..............\.......\.......\.......\...\......\...\SystemMemberDao.class
..............\.......\.......\.......\...\......\filter
..............\.......\.......\.......\...\......\......\SessionFilter.class
..............\.......\.......\.......\...\......\struts
..............\.......\.......\.......\...\......\......\action
..............\.......\.......\.......\...\......\......\......\LoginAction.class
..............\.......\.......\.......\...\......\......\......\MealAction.class
..............\.......\.......\.......\...\......\......\......\RegisterAction.class
..............\.......\.......\.......\...\......\......\ApplicationResources.properties
..............\.......\.......\.......\...\......\......\ApplicationResources_ch_CN.properties
..............\.......\.......\.......\...\......\......\form
..............\.......\.......\.......\...\......\......\....\LoginForm.class
..............\.......\.......\.......\...\......\......\....\MealForm.class
..............\.......\.......\.......\...\......\......\....\RegisterForm.class
..............\.......\.......\.......\...\......\......\Test.class
..............\.......\.......\.......\...\......\temp
..............\.......\.......\.......\...\......\....\ApplicationResources.properties
..............\.......\.......\.......\...\......\....\ApplicationResources_ch_CN.properties
..............\.......\.......\.......\...\......\test
..............\.......\.......\.......\...\......\....\SystemMemberDaoImplTest.class
..............\.......\.......\.......\...\......\util
..............\.......\.......\.......\...\......\....\ConnectionUtil.class
..............\.......\.......\.......\...\......\....\SQLConstants.class
..............\.......\.......\.......\DBConfig.properties
..............\.......\.......\lib
..............\.......\.......\...\antlr.jar
..............\.......\.......\...\commons-beanutils.jar
..............\.......\.......\...\commons-digester.jar
..............\.......\.......\...\commons-fileupload.jar
..............\.......\.......\...\commons-logging.jar
..............\.......\.......\...\commons-validator.jar
..............\.......\.......\...\jakarta-oro.jar

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • structsearch
    让我们初学者可以在短时间了解action(Let beginners can understand the action in a short time)
    2012-08-27 10:02:05下载
    积分:1
  • 时钟 走动
    一个应用线程实现指针运动的指针时钟程序。程序应用绘制函数时钟面板,根据线程休眠时间间隔,每隔1000ms进行一次重绘。程序通过获取系统时间函数并加以计算个指针位置,再利用绘制函数将其绘制在面板上,通过设置指针长度及颜色,实现时针、分针、秒针的区分。次外,通过获取窗体大小,设置圆面圆心坐标及半径,可依据窗口大小动态划分圆面大小,并动态绘制刻度点位置。(A pointer clock program that uses threads to implement pointer movement. The program draws the function clock panel and redraws it every 1000ms according to the interval of thread dormancy. The program obtains the system time function and calculates the position of a pointer, then draws it on the panel by drawing function. By setting the length and color of the pointer, it achieves the distinction of clockwise, minute and secondhand. Secondly, by acquiring the size of the form and setting the coordinates and radius of the circle center, the circle size can be dynamically divided according to the size of the window, and the location of the scale points can be dynamically plotted.)
    2020-06-19 19:00:01下载
    积分:1
  • 384278
    springmvc+spring+mybatis整合()
    2018-02-09 09:48:39下载
    积分:1
  • OpenSSLMessageDigestJDK
    Open S S L Message Digest J D K extends Message Digest implements Cloneable.
    2014-01-10 11:15:21下载
    积分:1
  • pcm
    说明:  此MATLAB 函数 对 data 进行编码,并返回 JSON 格式的字符向量。... jsonencode 会将MATLAB 数据类型转换为下表中列出的 JSON 数据类型。 MATLAB 数据类型 JSON 数(This MATLAB function encodes data and returns the character vector in JSON format. Jsonencode converts the MATLAB data type to the JSON data type listed in the following table. JSON Number of Data Type in MATLAB)
    2019-06-19 09:27:32下载
    积分:1
  • pjava_2
    王森-Personal Java 程序设计(二) 图书语言: 简体中文 图书类型: 程序设计 >> 手机开发下载 授权方式: 免费手机开发图书 图书大小: 930 KB (Wang Sen-Personal Java programming (2) Book Language : English Books types : Program Design)
    2006-12-24 09:02:01下载
    积分:1
  • Java折线图(jfreechart)
    Java画折线图
    2021-05-06下载
    积分:1
  • OOAD-PROJECT-master
    java project for students
    2017-11-11 03:32:07下载
    积分:1
  • jk3d
    克里金插值算法的实现,包括3D的插值算法(Implementation of Kriging algorithm)
    2019-05-23 16:45:20下载
    积分:1
  • internal_error
    Class Dumper extends Base Dumper Source Code for Andriod.
    2014-01-08 14:03:58下载
    积分:1
  • 696518资源总数
  • 104932会员总数
  • 12今日下载