文档详情

网上选课系统设计.doc

发布:2017-08-29约字共33页下载文档
文本预览下载声明
摘要:随着在校大学生人数的不断增加,教务系统的数据量也不断的上涨。针对学生选课这一环节,本系统从学生网上自主选课以及教师的课程发布两个大方面进行了设计,基本实现了学生的在线信息查询、选课功能以及教师对课程信息发布的管理等功能,另外也初步解决了教师在课程信息发布管理上的权限问题。本程序前台采用Dreamweaver 4.03进行页面制作,后台由SQL Server数据库支持,通过使用ASP语言实现动态网页的效果,达到对数据库的操作以完成使用者的要求。本文中除了有对程序的总体设计、详细设计、功能实现等主体部分外,在这之前还介绍了与网上选课系统相关的信息管理系统、网络编程技术、ASP编程语言、SQL Server数据库服务器等的基本内容及发展情况。 关键字:选课、课程信息发布、权限、SQL Server、ASP Abstract:with the development of the enrolling number, the data for daily education is increasing, too. This system is special for the on-line course choosing to design both from the aspect of the student and the teacher. The student can choose the course independently and the teacher can manage the information of the announcing course, also. This system is basically used for the on-line information searching, the course choosing and the announcing course managing. Besides, the power of the teacher has been well controlled. The form is made by Dreamweaver 4.03 , the data base is built by SQL Server and the active website is made by using the ASP language .This paper includes the main designing , the detail designing, the function designing and , before this , some basic knowledge and present development of the programs mentioned above. Keywords:course choosing , announcing the course information , power , SQL Server , ASP 目 录 摘要(中文)2 摘要(英文)2 概述5 第一章:设计的可行性7 MIS系统的产生和发展情况7 网上选课系统的产生和可行性分析7 第二章:相关软件及技术介绍9 2.1Dreamweave9 2.2 SQL Server9 2.3 ASP(Active Server Page) 9 2.4 HTML(Hyper Text Markup Language) 10 第三章:系统概述11 3.1 项目范围11 3.2 设计策略11 第四章:系统总体设计12 4.1 系统结构设计12 4.1.1 各模块功能12 4.1.2 模块间的调用关系12 4.1.3 模块间的接口14 4.2数据库设计14 第五章:详细设计17 5.1 教师/学生登录功能17 5.2 教师/学生密码管理功能18 5.3 学生的信息浏览/查询功能20 5.3.1 选课信息查询20 5.3.2 查询开课信息21 5.3.3 查询公告信息22 5.3.4 查询课程信息22 5.3.5 查询教师信息23 5.3.6 查询选课名单23 5.4 教师的信息浏览/发布/修改/删除功能23 5.4.1 浏览已发布信息23 5.4.2 信息发布24 5.4.3 课程信息修改25 5.4.4 课程信息删除25 5.4.5 查询公告信息27 5.5修改教师信息功能27 5.6添加教师信息功能27 5.7删除教师信息功能28 5.8修改学生信息功能29 5.9添加学生信息功能29 5.10删除学生信息功能29 5.11删除公告信息功能30
显示全部
相似文档