学生电子档案管理系统
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
学生电子档案管理
系统
1
2020年4月19日
摘要:
校园管理信息化是当前高校管理发展的趋势,进入21世纪后,高校信息化管理正以前所未有的速度走进我们的校园,极大的改变着传统的信息管理方式,促进学校教育管理走向网络化、个性化。学生电子档案信息管理系统运用数据库技术和计算技术,在全面深入分析学生信息管理业务需求的基础上,将学生的电子档案实现网络化管理。确保了高校学生信息管理高效和规范。
本设计在分析了系统开发的背景下,采用浏览器/服务器(B/S)模式和ASP技术,以Dreamweaver8为开发平台,并采用microsoft office access数据库,设计和开发学生电子档案信息管理系统。B/S结构,能够在任何地方进行操作而不用安装任何专门的软件,只要有一台能上网的电脑就能使用,客户端零维护。系统的扩展非常容易。
关键字:ASP、站点、VbScript
Abstract:
Campus management information is current university management development trend of the 21st century, college information management into our campus is at an unprecedented rate, changing the traditional information management methods topromote the management of
school education to the networkand personalized. Studentelectronic records information management system using database technology and computing technologies, and network management in full and in-depth analysis of thebusiness needs of student information management on the basis of the student'selectronic file. To ensure the efficient and norms of the university student information management.
This design in the context of system development the use browser / server (B / S) mode and ASP Dreamweaver8 development platform, and microsoft office access database information management system design and development of student files. B / S structure, can operate in any place without having to install any special software, as long as there is a computer with Internet access can use the zero-maintenance client. The expansion of the system is very easy.
Keys:ASP、Site、VbScript
目录
第一章引言 (6)
1.1 背景介绍 (6)
1.2 解决的问题 (6)
第二章需求分析 (6)
2.1 可行性分析概述 (6)
1
2020年4月19日
2.2 技术可行性分析 (7)
2.3 系统功能需求分析 (7)
第三章开发语言简介 (7)
3.1 VbScript语言简介 (7)
3.1.1 什么是 VbScript (7)
3.1.2 VbScript与VB的区别 (8)
3.2 HTML语言简介 (8)
3.2.1 HTML简介 (8)
3.2.2 Web浏览器、服务器 (8)
3.2.3 B/S模式 (8)
第四章开发环境 (9)
4.1 ASP技术综述 (9)
4.1.2 ASP内部6大对象 (9)
4.1.1 ASP的来源 (9)
4.2 IIS (9)
4.2.1介绍 (9)
4.2.2安装、运行、配置 (10)
4.2.3 IIS 5.0与ASP的结合 (12)
第五章系统实现 (12)
5.1 使用Access 实现后台数据库 (12)
2
2020年4月19日
5.1.1数据库详细设计 (13)
5.1.2利用ADO访问数据库 (13)
5.2 Dreamweaver8网站设计 (14)
5.2.1建立站点 (14)
5.2.2系统各部分介绍 (15)
5.3 ASP程序代码 (17)
第六章系统测试 (19)
第七章总结 (23)
第一章引言
1.1背景介绍
由于电脑时代的到来以及internet的迅速发展,电脑无出不在,当然各种工作效率也大幅提高,那么对于一个学校来说,开发一个好的学生档案管理系统势在必行。鉴此,特开发此学生档案管理系统,该系统实现了学生信息的快速查找,集网络化、信息化、现代化为一体。
3
2020年4月19日