文件名称:ch14
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.13mb
- 下载次数:
- 0次
- 提 供 者:
- xu***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
娱乐无限下载中心项目
选择开发模型
本系统的开发基于MVC模式,其中模型层(M)负责业务数据的表示和实现业务逻辑,用Java类实现;视图层(V)用于与用户交互,由JSP页面实现,通过在JSP页面中使用EL和JSTL,避免了Java脚本的出现;控制器层(C)完成流程控制,它接收来自视图层用户输入的数据并调用相应的模型进行处理,最后选择合适的视图去响应用户,控制器层用Servlet实现。
数据库设计
本系统的数据信息存储在MySQL数据库服务器的ch14数据库中,ch14数据库共有两张数据表,即admin和files,其中admin表用于存储管理员的登录信息,files表用于存储娱乐信息。-Entertainment Unlimited Download Center Project
Choose to develop model
Development of this system is based on the MVC pattern, the model layer (M) is responsible for the representation of business data and business logic using Java class (V) is used to interact with the user in the view layer, implemented by the JSP page through the JSP pages to use the EL and the JSTL, Java scr ipt controller layer (C) to complete the process control, it receives data from the view layer user input and calls the appropriate model for processing, and finally select the appropriate view to respond to user, the control The device layer with Servlet.
Database design
This data information is stored in the database in MySQL database server ch14, ch14 database a total of two data tables, admin and files where admin table is used for the storage administrator s login information, files table used to store entertainment information.
选择开发模型
本系统的开发基于MVC模式,其中模型层(M)负责业务数据的表示和实现业务逻辑,用Java类实现;视图层(V)用于与用户交互,由JSP页面实现,通过在JSP页面中使用EL和JSTL,避免了Java脚本的出现;控制器层(C)完成流程控制,它接收来自视图层用户输入的数据并调用相应的模型进行处理,最后选择合适的视图去响应用户,控制器层用Servlet实现。
数据库设计
本系统的数据信息存储在MySQL数据库服务器的ch14数据库中,ch14数据库共有两张数据表,即admin和files,其中admin表用于存储管理员的登录信息,files表用于存储娱乐信息。-Entertainment Unlimited Download Center Project
Choose to develop model
Development of this system is based on the MVC pattern, the model layer (M) is responsible for the representation of business data and business logic using Java class (V) is used to interact with the user in the view layer, implemented by the JSP page through the JSP pages to use the EL and the JSTL, Java scr ipt controller layer (C) to complete the process control, it receives data from the view layer user input and calls the appropriate model for processing, and finally select the appropriate view to respond to user, the control The device layer with Servlet.
Database design
This data information is stored in the database in MySQL database server ch14, ch14 database a total of two data tables, admin and files where admin table is used for the storage administrator s login information, files table used to store entertainment information.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ch14
....\.classpath
....\.myeclipse
....\.mymetadata
....\.project
....\.settings
....\.........\.jsdtscope
....\.........\org.eclipse.jdt.core.prefs
....\.........\org.eclipse.wst.jsdt.ui.superType.container
....\.........\org.eclipse.wst.jsdt.ui.superType.name
....\WebRoot
....\.......\META-INF
....\.......\........\MANIFEST.MF
....\.......\WEB-INF
....\.......\.......\classes
....\.......\.......\.......\service
....\.......\.......\.......\.......\AdminService.class
....\.......\.......\.......\.......\CommonService.class
....\.......\.......\.......\.......\UserService.class
....\.......\.......\.......\servlets
....\.......\.......\.......\........\AdminServlet.class
....\.......\.......\.......\........\DownLoadServlet.class
....\.......\.......\.......\........\LoginServlet.class
....\.......\.......\.......\........\UserServlet.class
....\.......\.......\.......\util
....\.......\.......\.......\....\DBUtil.class
....\.......\.......\.......\....\FileUtil.class
....\.......\.......\.......\....\PageBean.class
....\.......\.......\lib
....\.......\.......\...\commons-fileupload-1.2.1.jar
....\.......\.......\...\commons-io-1.4.jar
....\.......\.......\...\jstl.jar
....\.......\.......\...\mysql-connector-java-5.0.4-bin.jar
....\.......\.......\...\standard.jar
....\.......\.......\web.xml
....\.......\admin
....\.......\.....\add.jsp
....\.......\.....\list.jsp
....\.......\.....\login.jsp
....\.......\.....\result.jsp
....\.......\.....\update.jsp
....\.......\header.jsp
....\.......\index.jsp
....\.......\listAll.jsp
....\.......\searchList.jsp
....\.......\showFile.jsp
....\.......\software
....\.......\sortList.jsp
....\.......\topList.jsp
....\ch14.sql
....\commons-fileupload-1.2.1.jar
....\commons-io-1.4.jar
....\src
....\...\service
....\...\.......\AdminService.java
....\...\.......\CommonService.java
....\...\.......\UserService.java
....\...\servlets
....\...\........\AdminServlet.java
....\...\........\DownLoadServlet.java
....\...\........\LoginServlet.java
....\...\........\UserServlet.java
....\...\util
....\...\....\DBUtil.java
....\...\....\FileUtil.java
....\...\....\PageBean.java
....\.classpath
....\.myeclipse
....\.mymetadata
....\.project
....\.settings
....\.........\.jsdtscope
....\.........\org.eclipse.jdt.core.prefs
....\.........\org.eclipse.wst.jsdt.ui.superType.container
....\.........\org.eclipse.wst.jsdt.ui.superType.name
....\WebRoot
....\.......\META-INF
....\.......\........\MANIFEST.MF
....\.......\WEB-INF
....\.......\.......\classes
....\.......\.......\.......\service
....\.......\.......\.......\.......\AdminService.class
....\.......\.......\.......\.......\CommonService.class
....\.......\.......\.......\.......\UserService.class
....\.......\.......\.......\servlets
....\.......\.......\.......\........\AdminServlet.class
....\.......\.......\.......\........\DownLoadServlet.class
....\.......\.......\.......\........\LoginServlet.class
....\.......\.......\.......\........\UserServlet.class
....\.......\.......\.......\util
....\.......\.......\.......\....\DBUtil.class
....\.......\.......\.......\....\FileUtil.class
....\.......\.......\.......\....\PageBean.class
....\.......\.......\lib
....\.......\.......\...\commons-fileupload-1.2.1.jar
....\.......\.......\...\commons-io-1.4.jar
....\.......\.......\...\jstl.jar
....\.......\.......\...\mysql-connector-java-5.0.4-bin.jar
....\.......\.......\...\standard.jar
....\.......\.......\web.xml
....\.......\admin
....\.......\.....\add.jsp
....\.......\.....\list.jsp
....\.......\.....\login.jsp
....\.......\.....\result.jsp
....\.......\.....\update.jsp
....\.......\header.jsp
....\.......\index.jsp
....\.......\listAll.jsp
....\.......\searchList.jsp
....\.......\showFile.jsp
....\.......\software
....\.......\sortList.jsp
....\.......\topList.jsp
....\ch14.sql
....\commons-fileupload-1.2.1.jar
....\commons-io-1.4.jar
....\src
....\...\service
....\...\.......\AdminService.java
....\...\.......\CommonService.java
....\...\.......\UserService.java
....\...\servlets
....\...\........\AdminServlet.java
....\...\........\DownLoadServlet.java
....\...\........\LoginServlet.java
....\...\........\UserServlet.java
....\...\util
....\...\....\DBUtil.java
....\...\....\FileUtil.java
....\...\....\PageBean.java