数据结构精品课程网站建设——信息发布、在线教学、精选题库、教学论坛---毕业论文.doc

上传人:滴答 文档编号:1274081 上传时间:2019-01-26 格式:DOC 页数:76 大小:2.09MB
下载 相关 举报
数据结构精品课程网站建设——信息发布、在线教学、精选题库、教学论坛---毕业论文.doc_第1页
第1页 / 共76页
数据结构精品课程网站建设——信息发布、在线教学、精选题库、教学论坛---毕业论文.doc_第2页
第2页 / 共76页
数据结构精品课程网站建设——信息发布、在线教学、精选题库、教学论坛---毕业论文.doc_第3页
第3页 / 共76页
数据结构精品课程网站建设——信息发布、在线教学、精选题库、教学论坛---毕业论文.doc_第4页
第4页 / 共76页
数据结构精品课程网站建设——信息发布、在线教学、精选题库、教学论坛---毕业论文.doc_第5页
第5页 / 共76页
点击查看更多>>
资源描述

1、 本 科 毕 业 论 文 数据结构精品课程网站建设 信息发布、在线教学、精选题库、教学论坛 Data Structure High-quality Curriculum Website Construction -Notice Announce, on-line Teaching, Selected Exercise, Teaching Forum 姓 名: 学 号: 学 院:软件学院 系:软件工程 专 业:软件工程 年 级: 指导教师: 年 月 摘 要 数据结构在计算机科学中是一门非常重要的综合性的专业基础课。其内容丰富,涉及面广泛,随着计算机应用技术的发展,数据结构的内容也随之更新。随着计

2、算机技术的发展,教学条件的改善,教学思想的成熟,该课程从课程体系、教学内容、使用教材与描述算法的语言、教学方法与手段等方面均发生了很大的变化与发展。随着网络的高速发展,教育体制改革的深入,通过网络自主学习 与搜集信息,已经成为每个人所必须做的事情。特别是计算机数据结构方面的知识,因其自身知识更新快的特点,通过网站进行数据结构精品课程建设与学习无疑是极好的选择。 本系统主要运用 Struts 与 Hibernate 的 Java Web 开源框架,采用 Eclipse为集成开发工具,以 Tomcat 为 Web 服务器, MySQL 为数据库,严格按照软件工程的方法来开发系统,实现数据结构精品课

3、程网站的建设。该网站实现了信息发布、在线教学、精选题库与教学论坛的功能。教师可以在这里发布信息,授课,答疑,学生则可以随时随地的浏览信息,学习 不同的课程,下载资料,在线进行交流、沟通,从而真正的实现互动教学,提高教学质量。 本文首先介绍建设数据结构精品课程网站的背景、意义和可行性;接着介绍系统开发时使用到的相关技术和工具;然后描述系统的需求分析与设计,包括系统的功能模块、系统架构、数据库设计、 UML 图示、开发流程以及重要功能的具体实现等;最后展示系统的运行结果。 本项目的研究和实践对于促进基于 Struts 与 Hibernate 的 Java Web 开源框架技术的应用具有一定的参考价

4、值和实践意义。 关键词: 数据结构 ; 精品课程 ; 网站建设 Abstract Data structure is a very important and comprehensive professional fundamental course in computer science. It is rich in content and covers a wide range of technology, with the development of computer applications, the content of data structure has also update

5、d. With the development of computer technology, the improvement of teaching condition and the maturity of teaching thought, this curriculum, from the curriculum system, the teaching content, the teaching materials and algorithm describing languages, the teaching methods and means, has had the very g

6、reat change and development. With the rapid development of the network and the in-depth reform of the educational system, self-studying and collecting information through the network have already become necessary for everyone to do. Especially the knowledge of data structure, with its quick updating

7、 character, building and learning data structure high-quality curriculum through the network is an excellent choice without doubt. This system mainly uses Java Web open source framework based on Struts and Hibernate, it uses Eclipse as the integrated development tool, Tomcat as the Web server and My

8、SQL as the database, strictly according to the software engineering approach to develop the data structure high-quality curriculum. This website achieves functions of notice announce, on-line teaching, selected exercise and teaching forum. Teachers can publish information, give classes and answer qu

9、estions, students can browse information, learn different courses, download information and communicate on line at any time, thereby it achieves the true interactive teaching and improves the teaching quality. This paper first introduces the background, the meaning and the feasibility to construct t

10、he data structure high-quality curriculum website, and then introduces the correlative technologies and tools. Then it describes the requirement analysis and system design, including the function modules, system architecture, database design, UML icons, development flow as well as the concrete reali

11、zation of important functions. Finally it shows the running results. The study and practice of this project have a certain reference value and practical meaning to the promotion of technology for Java Web open source framework based on Struts and Hibernate. Key words: Data Structure; High-quality Cu

12、rriculum; Website Construction 目 录 第一章 引言 . 1 1.1 数据结构精品课程网站建设的背景 . 1 1.2 数据结构精品课程网站建设的意义 . 1 1.3 数据结构精品课程网站建设的可行性分析 . 2 第二章 相关知识介绍 . 3 2.1 JSP . 3 2.2 JavaBean . 3 2.3 Servlet . 4 2.4 Struts . 4 2.4.1 Struts 简介 . 4 2.4.2 Struts 工作流程 . 5 2.4.3 Struts 配置文件 . 6 2.4.4 ActionForm Bean 开发技术 . 7 2.4.5 Act

13、ion 组件开发技术 . 7 2.4.6 页面国际化 . 7 2.4.7 数据验证 . 8 2.5 Hibernate . 9 2.5.1 Hibernate 简介 . 9 2.5.2 Hibernate 开发流程 . 9 2.5.3 Hibernate 配置文件 . 10 2.5.4 映射文件 . 10 2.5.5 Hibernate 核心接口 .11 2.6 开发工具 .11 2.6.1 数据库软件 MySQL .11 2.6.2 Web 服务器 Tomcat . 12 2.6.3 集成开发工具 Eclipse+MyEclipse . 12 第三章 需求分析 . 14 3.1 功能模块划分

14、 . 14 3.1.1 信息发布模块 . 14 3.1.2 在线教学模块 . 14 3.1.3 精选题库模块 . 16 3.1.4 教学论坛模块 . 16 3.2 模块关系 . 18 3.3 系统流程图 . 18 第四章 系统设 计 . 19 4.1 系统架构 . 19 4.2 数据库设计 . 20 4.2.1 管理员模块 . 20 4.2.2 信息发布模块 . 20 4.2.3 在线教学模块 . 20 4.2.4 精选题库模块 . 21 4.2.5 教学论坛模块 . 21 4.3 信息发布模块 . 23 4.3.1 领域模型 . 23 4.3.2 系统顺序图 . 23 4.3.3 类图 .

15、25 4.4 在线教学模块 . 25 4.4.1 领域模型 . 25 4.4.2 系统顺序图 . 26 4.4.3 类图 . 27 4.5 精选题库模块 . 28 4.5.1 领域模型 . 28 4.5.2 系统顺序图 . 28 4.5.3 类图 . 30 4.6 教学论坛模块 . 30 4.6.1 领域模型 . 30 4.6.2 系统顺序图 . 31 4.6.3 类图 . 33 4.7 开发流程 . 33 4.7.1 数据库设计 . 34 4.7.2 创建持久化类 . 34 4.7.3 映射文件与 Hibernate 配置文件 . 35 4.7.4 DAO 数据层 . 36 4.7.5 Ac

16、tionForm . 38 4.7.6 创建 Action . 39 4.7.7 JSP 页面设计 . 41 4.7.8 struts-config.xml 配置文件 . 42 第五章 运行结果 . 44 5.1 管理员模块 . 44 5.2 信息发布模块 . 45 5.3 在线教学模块 . 46 5.4 精选题库模块 . 47 5.5 教学论坛模块 . 48 第六章 总结 . 52 致 谢 . 53 参考文献 . 54 Contents Chapter 1 Introduction . 1 1.1 Background of high-quality curriculum website c

17、onstruction. 1 1.2 Meaning of high-quality curriculum website construction. 1 1.3 Feasibility analysis of high-quality curriculum website construction . 2 Chapter 2 Introduction to correlative technologies and tools . 3 2.1 JSP. 3 2.2 JavaBean. 3 2.3 Servlet . 4 2.4 Struts . 4 2.4.1 Introduction to

18、Struts . 4 2.4.2 Working flow of Struts. 5 2.4.3 Configuration file of Struts . 6 2.4.4 Development technology of ActionForm Bean . 7 2.4.5 Module development technology of Action . 7 2.4.6 Page internationalization . 7 2.4.7 Data validation . 8 2.5 Hibernate . 9 2.5.1 Introduction to Hibernate. 9 2

19、.5.2 Development flow of Hibernate . 9 2.5.3 Configuration file of Hibernate . 10 2.5.4 Mapping file. 10 2.5.5 Core interfaces of Hibernate .11 2.6 Development tools .11 2.6.1 Database software MySQL .11 2.6.2 Web server Tomcat. 12 2.6.3 Integrated development tool Eclipse+MyEclipse . 12 Chapter 3 Requirement analysis. 14 3.1 Function modules . 14 3.1.1 Module of notice announce . 14 3.1.2 Module of on-line teaching. 14 3.1.3 Module of selected exercise.

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文资料库 > 毕业论文

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。