- www 银行 管理 系统 简单 易懂 明了 搞定 学生专用
- main TMS320F2812驱动320*240 65K TFTLCD驱动芯片ssd1289
- wgjjxjy 微观经济学讲义(黄有光)很好的一本书希望大家喜欢
- PHP写的互助系统 用户名 admin 密码 11112222 提供3种数据库附加方式
- gsl-shell-2.3.1-win32 GSL shell is an interactive command line interface that gives easy access to a collection of numeric algorithms and functions based on the GNU Scientific Library (GSL). GSL Shell is able to work with matrices or vectors to perform linear algebra operations.
- pcl 3d 文件格式转换
文件名称:ch14
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.13mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
娱乐无限下载中心项目
选择开发模型
本系统的开发基于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/
ch14/.classpath
ch14/.myeclipse/
ch14/.mymetadata
ch14/.project
ch14/.settings/
ch14/.settings/.jsdtscope
ch14/.settings/org.eclipse.jdt.core.prefs
ch14/.settings/org.eclipse.wst.common.component
ch14/.settings/org.eclipse.wst.common.project.facet.core.xml
ch14/.settings/org.eclipse.wst.jsdt.ui.superType.container
ch14/.settings/org.eclipse.wst.jsdt.ui.superType.name
ch14/WebRoot/
ch14/WebRoot/META-INF/
ch14/WebRoot/META-INF/MANIFEST.MF
ch14/WebRoot/WEB-INF/
ch14/WebRoot/WEB-INF/classes/
ch14/WebRoot/WEB-INF/classes/service/
ch14/WebRoot/WEB-INF/classes/service/AdminService.class
ch14/WebRoot/WEB-INF/classes/service/CommonService.class
ch14/WebRoot/WEB-INF/classes/service/UserService.class
ch14/WebRoot/WEB-INF/classes/servlets/
ch14/WebRoot/WEB-INF/classes/servlets/AdminServlet.class
ch14/WebRoot/WEB-INF/classes/servlets/DownLoadServlet.class
ch14/WebRoot/WEB-INF/classes/servlets/LoginServlet.class
ch14/WebRoot/WEB-INF/classes/servlets/UserServlet.class
ch14/WebRoot/WEB-INF/classes/util/
ch14/WebRoot/WEB-INF/classes/util/DBUtil.class
ch14/WebRoot/WEB-INF/classes/util/FileUtil.class
ch14/WebRoot/WEB-INF/classes/util/PageBean.class
ch14/WebRoot/WEB-INF/lib/
ch14/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
ch14/WebRoot/WEB-INF/lib/commons-io-1.4.jar
ch14/WebRoot/WEB-INF/lib/jstl.jar
ch14/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar
ch14/WebRoot/WEB-INF/lib/standard.jar
ch14/WebRoot/WEB-INF/web.xml
ch14/WebRoot/admin/
ch14/WebRoot/admin/add.jsp
ch14/WebRoot/admin/list.jsp
ch14/WebRoot/admin/login.jsp
ch14/WebRoot/admin/result.jsp
ch14/WebRoot/admin/update.jsp
ch14/WebRoot/header.jsp
ch14/WebRoot/index.jsp
ch14/WebRoot/listAll.jsp
ch14/WebRoot/searchList.jsp
ch14/WebRoot/showFile.jsp
ch14/WebRoot/software/
ch14/WebRoot/sortList.jsp
ch14/WebRoot/topList.jsp
ch14/ch14.sql
ch14/commons-fileupload-1.2.1.jar
ch14/commons-io-1.4.jar
ch14/src/
ch14/src/service/
ch14/src/service/AdminService.java
ch14/src/service/CommonService.java
ch14/src/service/UserService.java
ch14/src/servlets/
ch14/src/servlets/AdminServlet.java
ch14/src/servlets/DownLoadServlet.java
ch14/src/servlets/LoginServlet.java
ch14/src/servlets/UserServlet.java
ch14/src/util/
ch14/src/util/DBUtil.java
ch14/src/util/FileUtil.java
ch14/src/util/PageBean.java
ch14/.classpath
ch14/.myeclipse/
ch14/.mymetadata
ch14/.project
ch14/.settings/
ch14/.settings/.jsdtscope
ch14/.settings/org.eclipse.jdt.core.prefs
ch14/.settings/org.eclipse.wst.common.component
ch14/.settings/org.eclipse.wst.common.project.facet.core.xml
ch14/.settings/org.eclipse.wst.jsdt.ui.superType.container
ch14/.settings/org.eclipse.wst.jsdt.ui.superType.name
ch14/WebRoot/
ch14/WebRoot/META-INF/
ch14/WebRoot/META-INF/MANIFEST.MF
ch14/WebRoot/WEB-INF/
ch14/WebRoot/WEB-INF/classes/
ch14/WebRoot/WEB-INF/classes/service/
ch14/WebRoot/WEB-INF/classes/service/AdminService.class
ch14/WebRoot/WEB-INF/classes/service/CommonService.class
ch14/WebRoot/WEB-INF/classes/service/UserService.class
ch14/WebRoot/WEB-INF/classes/servlets/
ch14/WebRoot/WEB-INF/classes/servlets/AdminServlet.class
ch14/WebRoot/WEB-INF/classes/servlets/DownLoadServlet.class
ch14/WebRoot/WEB-INF/classes/servlets/LoginServlet.class
ch14/WebRoot/WEB-INF/classes/servlets/UserServlet.class
ch14/WebRoot/WEB-INF/classes/util/
ch14/WebRoot/WEB-INF/classes/util/DBUtil.class
ch14/WebRoot/WEB-INF/classes/util/FileUtil.class
ch14/WebRoot/WEB-INF/classes/util/PageBean.class
ch14/WebRoot/WEB-INF/lib/
ch14/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
ch14/WebRoot/WEB-INF/lib/commons-io-1.4.jar
ch14/WebRoot/WEB-INF/lib/jstl.jar
ch14/WebRoot/WEB-INF/lib/mysql-connector-java-5.0.4-bin.jar
ch14/WebRoot/WEB-INF/lib/standard.jar
ch14/WebRoot/WEB-INF/web.xml
ch14/WebRoot/admin/
ch14/WebRoot/admin/add.jsp
ch14/WebRoot/admin/list.jsp
ch14/WebRoot/admin/login.jsp
ch14/WebRoot/admin/result.jsp
ch14/WebRoot/admin/update.jsp
ch14/WebRoot/header.jsp
ch14/WebRoot/index.jsp
ch14/WebRoot/listAll.jsp
ch14/WebRoot/searchList.jsp
ch14/WebRoot/showFile.jsp
ch14/WebRoot/software/
ch14/WebRoot/sortList.jsp
ch14/WebRoot/topList.jsp
ch14/ch14.sql
ch14/commons-fileupload-1.2.1.jar
ch14/commons-io-1.4.jar
ch14/src/
ch14/src/service/
ch14/src/service/AdminService.java
ch14/src/service/CommonService.java
ch14/src/service/UserService.java
ch14/src/servlets/
ch14/src/servlets/AdminServlet.java
ch14/src/servlets/DownLoadServlet.java
ch14/src/servlets/LoginServlet.java
ch14/src/servlets/UserServlet.java
ch14/src/util/
ch14/src/util/DBUtil.java
ch14/src/util/FileUtil.java
ch14/src/util/PageBean.java
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.