design and implementation of software engineering course website.doc
文本预览下载声明
分类号:
学校代码:
学号:
本科生毕业论文
《软件工程》课程网站的设计与实现Software
Engineering Course Website
所在院(系): 学生姓名:
指导教师:
研究起止日期:二○年月至二○年月
Abstract
With the coming 21st century,education will face a huge revolution.IT(information technology) industry is playing a important roll in todays society.so IT(information technology) industry is absolutely one of the necessary part in education career.The use of the course website is an embodiment of information technology in education career.
The website of the course used PHP to realize dynamic information transmission of the website and something relative with the course etc. based on XAMPP server,it mainly used PHP to conduct interaction of information between web page and MYSQL date base,also it will use the files of PHP to upload knowledge to implement the upload and download of files.It also used the knowledge of SESSION to control websites etc.
Key words:software engineering course website;PHP;XAMPP server;MYSQL;The Session
目录
摘 要 I
Abstract II
目录 III
第一章 绪 论 1
1.1项目开发背景 1
1.2 项目的目的 1
1.3 项目的意义 1
2.1 HTML语言 2
2.2 PHP语言 2
2.2.1 PHP语言简介 2
2.2.2 PHP的主要特点 2
2.3 XAMPP环境搭建 3
2.3.1 XAMPP的简介 3
2.3.2 XAMPP的使用 3
2.4 网站开发工具Dreamweaver 3
第三章 系统分析 4
3.1 可行性分析 4
3.2 需求分析 4
网站的需求主要以下几点: 4
3.3 网站用户分析 4
4.1 网站功能模块划分 5
4.2 网站流程分析 6
4.3 网站数据库设计 8
4.3.1数据库概述 8
4.3.2 数据库逻辑结构设计 8
4.3.3 数据库实体及属性设计 9
4.3.4 数据库表结构设计 11
第五章 课程网站的详细设计与实现 14
5.1 学生及游客前台功能实现 14
5.1.1网站的首页 14
5.1.2 学生登录功能界面 14
5.1.3 网站信息查看功能的实现 15
5.1.4 学生成绩查看功能的实现 16
5.1.5 理论教学功能 17
5.1.6 课程资源功能 17
5.1.7 师生互动功能的实现 18
5.2老师前台操作及功能实现 20
5.2.1 学生作业的下载 20
5.2.2 学生成绩信息的发布 21
5.2.3 教学信息的发布 21
5.3 后台操作及功能实现 22
5.3.1 后台登录功能的实现 22
5.3.2 添加学生信息功能的实现 23
5.3.3 删除学生信息功能的实现 23
5.3.4 修改老师账号密码功能的实现 24
第六章 课程网站系统的测试 25
6.1.1软件测试简介? 25
6.1.2功能测试 25
第七章 总结 27
参考文献 28
谢 辞 29
第一章 绪 论
1.1项目开发背景
在这个快速发展的信息时代,计算机技术以及通信网络得到了广泛的应用,信息的发布和交流开始越来越方便了,利用计算机、网络管理和信息采集是一种很好的方式。对于大中专等高校来说,利用计算机互联网进行网上办公、网上日常事务管理、网上财务管理、网上教学管理等,是适应现代化教学的一个基础和要求、是
显示全部