1、 毕 业 设 计毕 业 设 计 题题 目目 基于基于 webweb 系统的信访设计与开发系统的信访设计与开发 英文题目英文题目 Design and Development of visit Website 摘 要 本论文即在介绍一个采用 JSP(Java Server Page)编写,对于数据库的创建 和管理则采用 Mysql,界面简洁、易操作的简易信访网站。主要有浏览新闻,写 信投诉,查看信件回复这几个功能。网上用户登录信访网站后,可以注册账号, 查看首页发布的信息和自己收到的信件,写信给管理员提出需要解决的问题等。 利用 JSP 技术开发的网站信访管理系统,实现了网上信访的动态管理,使得
2、 对信息的管理更加及时、高效,提高了工作效率。同时对系统的开发原理、系统 的功能特点和设计方案进行了介绍。 关键字:信访; JSP; Struts; Hibernate; Mysql; jdk ABSTRACT This thesis introduces an simple visit site that adopted with jsp(Java Server Page) ,databases creating and management with Mysql and interface is simple, easy operating. The main function inclu
3、de view the news , write a letter to complain ,and so on. The function of upgrade version will gradually improve existing functions, and on the basis of expanded other function. Internet users who login visit site can modify personal information ,see the information on the home and the letters that
4、received, writer letters to administrator to ask the questions you want to know. Using JSP technology development website visit management system management system,has realized the website visit dynamic management,caused to be even more prompt to the information management, to be highly effective, e
5、nhanced the working efficiency.Meanwhile to the system development principle, the system function characteristic and the design proposal has carried on the introduction. Key words: visit; JSP (Java Server Page); Mysql; Struts; Hibernate; jdk 目 录 1.绪论5 1.1 研究背景 5 1.2 研究目的和意义 5 1.3 研究方法 5 2. Web 应用的体系
6、结构.7 1.1. JSP 脚本技术 7 1.1.1. JSP 概述 . 7 1.1.2. JSP 核心技术 . 7 1.1.3. 其他相关技术 . 8 1.2. 系统实现手段 . 9 1.2.1. Model 部分 . 9 1.2.2. View 部分 9 1.2.3. Controller 组件 9 1.2.4. 资源层,即数据库服务器。 10 1.3. 开发环境介绍 10 1.3.1. 操作系统:xp 10 1.3.2. 服务器:Tomcat 6.0 10 1.3.3. JAVA 虚拟机:JDK 1.6 10 1.3.4. 数据库:Mysql . 11 1.3.5. Myeclipse6.5 11 3.需求分析 .12 4.数据库分析与设计.15 4.1 数据库分析15 4.2 数据库设计15 5. 系统功能与实现 18 5.1 数据连接 18 5.2. 个人模块 19 5.2.1 用户注册登录.19 5.2.2 用户写信投诉22 5.2.3 管理员登录23 6. 测试 25 6.1 测试与调试的基本概念.26 6.2 测试时间26 6