摘
要
该设计主要是为计算机应用实验室开发一套学生选课系统,以解决学生选课中如可选课程增多、学生人数增多且要求选课灵活、及归档难等诸多问题。本系统的开发实现将极大的缓解系办公室在学生排课、选课方面的工作压力,提高工作效率。该系统架构是基于WEB的B/S结构。系统环境是基于Windows 2003
server 的IIS。以Microsoft access 2003 为后台数据库。以ASP为主要开发工具,设计以程序为主要部分。在我国的大部分高校里,选课都是由学校甚至学校是上级管理部门来划定,而且课程设置死板,更为严重的是大部分课程很少变动,不合乎当前大学生的思想兴趣,不能适应当前的社会需求。
尽管高校的教学改革已进行了多年,但从总体上看,目前大学的教学过程并没有真正摆脱传统教育模式的影响。按照素质教育的思想,教育的目的是全面提高人的素质,要通过学校的各种教育,把对学生而言是外在的知识和感受内化为学生个人内在的、稳定的个性心理品质,从而为学生一生的发展提供良好的基础。在大学的教学过程中培养学生的科学精神和健全的人格,以及广泛的学习兴趣和爱好。因此,对在传统教育模式下形成的教学过程来一番彻底的改造,真正做到素质教育与大学教学过程的融合是推进高校教学改革的关键。
关
键 字
选课系统 ASP Microsoft access 2000 B/S WEB
IIS
Abstract
This system is mostly designed for the
computer application lab of electronic to teach students how to
select curriculum, which can solve some questions that students
might encounter in selecting curriculum. Such as the increasing of
the curriculum that could be selected and the number of the
students, the agility required to select curriculum, the difficulty
of classifying files, and so on. This system will greatly alleviate
the pressure that can be confronted with in arranging and selecting
curriculum for the office clerk, and will advance the working
efficiency. The system is based on B/S configuration of WEB. The
system environment is based on IIS of Windows 2000 server. And its
background data-base is Microsoft access 2000. ASP is primary tool
to develop the system, and the program is the central part to
design.
Although colleges and universities teaching
reform has been carried out for several years, generally speaking,
the current university teaching process from the traditional
education model has no real impact. In accordance with the quality
of education and that education was comprehensively improve the
people's quality of education through schools, the student is
outside of the knowledge and experience of individual students into
inner and stable personality psychological quality of life for
students with a good foundation for development. University training
in the process of teaching students the scientific spirit and sound
personality, and the widespread interest in learning and loving.
Therefore, the traditional educational model developed in the
teaching process to a complete transformation, the quality of
education and university teaching truly process integration is the
key to advancing the reform of colleges and universities
teaching.
Keyword:
The system to select
curriculum ASP Microsoft
access 2000 B/S WEB IIS
目
录
前言
…………………………………………………………………3
第一章
系统综述………………………………………………………4
第二章
系统架构………………………………………………………6
2.1 B/S结构…………………………………………………6
2.1.1 C/S结构与B/S结构 ……………………………6
2.1.2 C/S结构与B/S结构的分析比较 ………………8
2.2 关于Windows的IIS …………………………………9
2.2.1 IIS
的
概 念………………………………………9
2.2.2 IIS的软件要求……………………………………10
2.2.3 IIS体系架构………………………………………11
2.2.4 IIS提供的服务……………………………………11
2.2.5 IIS服务器的特性…………………………………12
第三章
开发工具选用及介绍
………………………………………13
3.1 后台数据库……………………………………………13
3.2 ASP ——优秀的开发工具……………………………15
3.2.1 ASP简介……………………………………………15
3.2.2
ASP访问数据库步骤………………………………18
3.3 IIS+ASP建网站的安全性分析
………………………20
3.3.1安全隐患分析
………………………………………20
3.3.2提高IIS+ASP网站安全性的方法 …………………21
第四章
系统功能介绍…………………………………………………23
4.1学生选课部分……………………………………………23
4.2管理员操作部分测试……………………………………44
第五章
测试……………………………………………………………24
第六章
程序代码………………………………………………………25
第七章
结束语…………………………………………………………41
参考文献
………………………………………………………………42