毕业论文___c语言教学专题网站设计.doc
文本预览下载声明
摘要
随着计算机技术的不断发展,越来越多的技术已经应用到人们日常生活当中。以现代教育为例,我们把互联网技术应用到教学中,使得学生学习的方式发生了巨大的变化,连上课的方式也不再只拘泥于传统的当面教学方式。我们根据C语言这门课程的特点和要求,建立了方便教师和学生交流的C语言教学专题网站,其中包括课程介绍、教学内容、教学课件、疑难解答、在线交流等功能。
本网站在技术上,采用了JSP+JAVASCRIPT+JAVA的设计模式,并采用B/S模式结构。我首先搭建SSH框架,利用myeclipse开发环境,结合java和jsp技术完成了该网站的设计。
关键字:教学网站;网络教学;动态网页
Abstract
With the development of computer technology,more and more technology has been applied to peoples daily life.Based on the modern education as an example,the application of Internet technology to teaching,great changes have taken place in the students way of learning,teaching mode to even the class is not only rigidly adhere to traditional.According to the characteristics and requirements of the course of C language,C language teaching websit established is convenient for teachers and students to exchange,including curriculum,taching content,teaching courseware,toubleshooting,online communication and other functions.
This site in the technology,using the JSP+JAVASCRIPT+JAVA design pattern,and uses the B/S mode structure.I first set up the SSH framework,the use of MyEclipse development environment,the combination of Java and JSP technology to complete the design of the site.
Keywords:teaching website;network teaching;dynamic webpage
目录
第一章 绪 论 1
1.1引言 1
1.2 研究目的与意义 1
1.2.1研究方法 1
1.2.2课题研究的背景及意义 1
1.3 C语言教学网站的优势 2
1.4 设计说明书结构 2
第二章 系统开发相关技术简介 3
2.1系统的开发环境 3
2.2 工具和技术 3
2.2.1 开发工具 myeclipse 3
2.2.2 数据库开发工具 mysql 4
2.2.3 Jsp 技术 4
2.2.4 MVC 开发模式 5
第三章 系统的需求分析 5
3.1 目前教学网站运营中存在的问题 5
3.2 功能分析 5
3.2.1 系统业务流程 5
3.2.2 用例模型 6
3.3 可行性分析 7
3.3.1 经济可行性 8
3.3.2 技术可行性 8
3.3.3 操作可行性 8
第四章 系统的概要设计 9
4.1 系统功能设计 9
4.1.1 系统功能结构 9
4.2 数据库设计 9
4.2.1 数据库概念设计 9
4.2.2 数据库逻辑结构设计 11
第五章 系统的详细设计与实现 12
5.1 系统登录模块设计 12
5.1.1 系统登录模块界面 12
5.1.2 系统登录模块技术分析 12
5.2 教师模块设计 12
5.2.1 教师模块界面 12
5.2.2 教师模块技术分析 12
5.2.3 教师模块实现过程 12
5.3 学生模块设计 13
5.3.1 学生模块界面 13
5.3.2 学生模块技术分析 13
5.3.3 学生模块实现过程 13
5.4 管理员模块 13
5.4.1 管理员模块界面 13
5.4.2 管理员模块技术分析 13
5.4.3 管理员模块实现过程 14
第六章 系统
显示全部