文件名称:barbershop
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5.03mb
- 下载次数:
- 0次
- 提 供 者:
- J***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
理发店网上发型设计预约系统,是一个典型的JSP数据库开发应用程序,由前台发型设计和理发师预约、后台管理2部分组成。本系统设计中使用了Struts框架建立电子商务网站。在Struts框架中,JSP用于前端展现,Action用于处理前端页面的JSP发来的请求,请求参数通过Struts拦截器机制进行传递,Action在获得请求之后连接数据库做处理,最后将处理结果转发到相应的JSP进行展现。系统中还运用了一定的图像处理技术,将图片以二进制文件存储到数据库中,再进行读取、修改等操作,替换覆盖图片实现“换装”效果。-err
(系统自动生成,下载前可以参看下载内容)
下载文件列表
barbershop
..........\.classpath
..........\.mymetadata
..........\.mystrutsdata
..........\.project
..........\src
..........\...\barbershop
..........\...\..........\Barber.java
..........\...\..........\database
..........\...\..........\........\DBConnection.java
..........\...\..........\........\DBSQLManager.java
..........\...\..........\Hair.java
..........\...\..........\Order.java
..........\...\..........\StrFormat.java
..........\...\..........\struts
..........\...\..........\......\action
..........\...\..........\......\......\AdminLoginAction.java
..........\...\..........\......\......\LoginAction.java
..........\...\..........\......\......\UpdateBarberAction.java
..........\...\..........\......\......\UpdateHairAction.java
..........\...\..........\......\......\UpdateNoticeAction.java
..........\...\..........\......\......\UpdateVipAction.java
..........\...\..........\......\ApplicationResources.properties
..........\...\..........\......\form
..........\...\..........\......\....\AdminLoginForm.java
..........\...\..........\......\....\LoginForm.java
..........\...\..........\......\....\UpdateBarberForm.java
..........\...\..........\......\....\UpdateHairForm.java
..........\...\..........\......\....\UpdateNoticeForm.java
..........\...\..........\......\....\UpdateVipForm.java
..........\...\..........\User.java
..........\WebRoot
..........\.......\admin
..........\.......\.....\adminLogin.jsp
..........\.......\.....\barberlist.jsp
..........\.......\.....\delbarber.jsp
..........\.......\.....\delhair.jsp
..........\.......\.....\delnotice.jsp
..........\.......\.....\delorder.jsp
..........\.......\.....\delvip.jsp
..........\.......\.....\doOrder.jsp
..........\.......\.....\hairlist.jsp
..........\.......\.....\hello.jsp
..........\.......\.....\index.html
..........\.......\.....\insertBarber_success.jsp
..........\.......\.....\insertHair_success.jsp
..........\.......\.....\insertNotice_success.jsp
..........\.......\.....\leader.jsp
..........\.......\.....\modifyBarber_success.jsp
..........\.......\.....\modifyHair_success.jsp
..........\.......\.....\modifyNotice_success.jsp
..........\.......\.....\noticelist.jsp
..........\.......\.....\orderlist.jsp
..........\.......\.....\showNotice.jsp
..........\.......\.....\unAdminLogin.jsp
..........\.......\.....\updateBarber.jsp
..........\.......\.....\updateBarber_failure.jsp
..........\.......\.....\updateHair.jsp
..........\.......\.....\updateHair_failure.jsp
..........\.......\.....\updateNotice.jsp
..........\.......\.....\updateNotice_failure.jsp
..........\.......\.....\viplist.jsp
..........\.......\barberlist.jsp
..........\.......\barber_show.jsp
..........\.......\delorder.jsp
..........\.......\hairlist.jsp
..........\.......\header.html
..........\.......\images
..........\.......\......\hairlist.gif
..........\.......\......\header_01.gif
..........\.......\......\header_02.gif
..........\.......\......\header_03.gif
..........\.......\......\header_04.gif
..........\.......\......\header_05.gif
..........\.......\......\header_06.gif
..........\.......\......\header_07.gif
..........\.......\......\header_08.gif
..........\.......\......\header_09.gif
..........\.......\......\header_10.gif
..........\.......\......\index_01.gif
..........\.......\......\index_02.gif
..........\.......\......\index_03.gif
..........\.......\......\index_04.gif
..........\.......\......\index_05.gif
..........\.......\......\index_06.gif
..........\.......\......\index_07.gif
..........\.......\......\index_08.gif
..........\.......\......\index_09.gif
..........\.......\......\index_10.gif
..........\.......\......\index_11.gif
..........\.......\......\index_12.gif
..........\.......\......\index_13.gif
..........\.......\......\index_14.gif
..........\.......\......\index_15.gif
..........\.......\......\index_16.gif
..........\.classpath
..........\.mymetadata
..........\.mystrutsdata
..........\.project
..........\src
..........\...\barbershop
..........\...\..........\Barber.java
..........\...\..........\database
..........\...\..........\........\DBConnection.java
..........\...\..........\........\DBSQLManager.java
..........\...\..........\Hair.java
..........\...\..........\Order.java
..........\...\..........\StrFormat.java
..........\...\..........\struts
..........\...\..........\......\action
..........\...\..........\......\......\AdminLoginAction.java
..........\...\..........\......\......\LoginAction.java
..........\...\..........\......\......\UpdateBarberAction.java
..........\...\..........\......\......\UpdateHairAction.java
..........\...\..........\......\......\UpdateNoticeAction.java
..........\...\..........\......\......\UpdateVipAction.java
..........\...\..........\......\ApplicationResources.properties
..........\...\..........\......\form
..........\...\..........\......\....\AdminLoginForm.java
..........\...\..........\......\....\LoginForm.java
..........\...\..........\......\....\UpdateBarberForm.java
..........\...\..........\......\....\UpdateHairForm.java
..........\...\..........\......\....\UpdateNoticeForm.java
..........\...\..........\......\....\UpdateVipForm.java
..........\...\..........\User.java
..........\WebRoot
..........\.......\admin
..........\.......\.....\adminLogin.jsp
..........\.......\.....\barberlist.jsp
..........\.......\.....\delbarber.jsp
..........\.......\.....\delhair.jsp
..........\.......\.....\delnotice.jsp
..........\.......\.....\delorder.jsp
..........\.......\.....\delvip.jsp
..........\.......\.....\doOrder.jsp
..........\.......\.....\hairlist.jsp
..........\.......\.....\hello.jsp
..........\.......\.....\index.html
..........\.......\.....\insertBarber_success.jsp
..........\.......\.....\insertHair_success.jsp
..........\.......\.....\insertNotice_success.jsp
..........\.......\.....\leader.jsp
..........\.......\.....\modifyBarber_success.jsp
..........\.......\.....\modifyHair_success.jsp
..........\.......\.....\modifyNotice_success.jsp
..........\.......\.....\noticelist.jsp
..........\.......\.....\orderlist.jsp
..........\.......\.....\showNotice.jsp
..........\.......\.....\unAdminLogin.jsp
..........\.......\.....\updateBarber.jsp
..........\.......\.....\updateBarber_failure.jsp
..........\.......\.....\updateHair.jsp
..........\.......\.....\updateHair_failure.jsp
..........\.......\.....\updateNotice.jsp
..........\.......\.....\updateNotice_failure.jsp
..........\.......\.....\viplist.jsp
..........\.......\barberlist.jsp
..........\.......\barber_show.jsp
..........\.......\delorder.jsp
..........\.......\hairlist.jsp
..........\.......\header.html
..........\.......\images
..........\.......\......\hairlist.gif
..........\.......\......\header_01.gif
..........\.......\......\header_02.gif
..........\.......\......\header_03.gif
..........\.......\......\header_04.gif
..........\.......\......\header_05.gif
..........\.......\......\header_06.gif
..........\.......\......\header_07.gif
..........\.......\......\header_08.gif
..........\.......\......\header_09.gif
..........\.......\......\header_10.gif
..........\.......\......\index_01.gif
..........\.......\......\index_02.gif
..........\.......\......\index_03.gif
..........\.......\......\index_04.gif
..........\.......\......\index_05.gif
..........\.......\......\index_06.gif
..........\.......\......\index_07.gif
..........\.......\......\index_08.gif
..........\.......\......\index_09.gif
..........\.......\......\index_10.gif
..........\.......\......\index_11.gif
..........\.......\......\index_12.gif
..........\.......\......\index_13.gif
..........\.......\......\index_14.gif
..........\.......\......\index_15.gif
..........\.......\......\index_16.gif