计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

学生成绩管理系统ASP+SQL

2016-05-05 01:06
导读:计算机应用论文论文,学生成绩管理系统ASP+SQL样式参考,免费教你怎么写,格式要求,科教论文网提供的这篇文章不错:毕业
毕业

学生成绩管理系统
 
摘要:1个现代化的学生成绩管理系统面对大量的学生信息、课程信息、成绩信息、院系信息等。传统的管理方法既浪费人力物力财力,又容易导致各种错误的发生。不但管理起来及其不方便,而且极容易出现漏洞,从而造成了严重错误。因此实现1个智能化、系统化、信息化的学生成绩管理系统是10分必要的。
本详细地介绍了基于ASP与Web数据库技术的学生成绩管理系统的设计开发与应用。通过把网站和数据库信息系统的结合,发挥Internet和信息管理系统长处,形成学生成绩管理系统。该系统操作简单、界面友好、具有很好的实用价值,大大提高了学校的工作效率。
学生成绩管理系统开发了基于Web的学生在线成绩查询模块、在线管理员后台管理模块。学生成绩管理系统要实现的功能非常多,其中学生的功能有个人信息查询、院系信息查询和个人成绩查询等;管理员的功能有学生信息查询、成绩录入、课程信息修改、院系信息查询和学生成绩查询等。同时,为了保证学生成绩管理系统数据的安全性,必须对用户的身份进行验证。
关键词:B/S架构;Web数据库;ASP;VBScript;JavaScript

student result management system
 
Abstract:A modernized student result management system facing the massive student information, the curriculum information, the result information, the Institute  information and so on. Traditional management both waste manpower physical resource financial resource, and easy to cause each kind of wrong occurrence. Not only manages and is not convenient, moreover extremely easy to appear the loophole, thus has created the grave mistake. Therefore realizes a intellectualized, systematized, the informationization student result management system is extremely essential.

(科教范文网http://fw.NSEAC.com编辑发布)


The present paper introduced in detail based on ASP and the Web data bank technology student result management system design development and the application. Through the website and the database information system union, displays Internet and the information management system strong point, forms the student result management system . This system operation simple, the contact surface friendly, has the very good practical value, enhanced the school working efficiency greatly.
The student result management system has developed based on the Web student online result inquiry module, the online manager backstage administration module. The student result management system must realize the function are extremely many, in which students function has the person information inquiry, the Institute information inquiry and the individual performance inquiry and so on; Managers function has the student information inquiry, the result input, the curriculum information revises, the Institute information inquiry and the student result inquiry and so on. At the same time,In order to guarantee the student result management system data the security , Must carry on the confirmation to users status.

Keywords: B/S construction;Web database;ASP;VBScript;JavaScript

目录
1 绪论 1
1.1开发背景 1
1.2 国内外研究现状 2
1.3 组织结构 3
2 开发工具简介 4
2.1 Internet信息服务器 4
2.2 ASP概述 4
2.2.1 ASP的特点 5
2.2.2 ASP文件的执行环境 6
2.2.3 ASP内置对象 6
2.3 ODBC与ADO技术 7
2.3.1 ADO概述 7
2.3.2 ODBC概述 8
2.3.3 ADO访问数据库 9
2.4 SQL Server简介 10
2.4.1 SQL数据库的特点 10
2.4.2 SQL常用语句 11
2.5 VBScript和JavaScript简介 11
2.5.1 VBScript简介 11
2.5.2 JavaScript简介 12
2.5网页制作工具Dreamweaver MX 2004 13
3 需求分析 14
3.1 开发设计思想 14

(科教作文网 zw.nseac.com整理)


3.2 系统的框架 14
3.2.1 B/S架构 14
3.2.2 B/S3层结构 15
3.3功能需求 16
3.4系统开发环境 16
3.5 数据流图(DFD) 16
3.6 实体-联系图(E-R图) 18
4 概要设计 19
4.1系统功能设计 19
4.2 数据流程图 21
4.3 系统总体结构设计 21
4.4 数据库中表的建立 22
4.5 系统的特点 24
5 详细设计 25
5.1 登录界面 25
5.1.1 用户身份验证 25
5.1.2 用户登录模块 25
5.1.3 管理员登录页面的ASP代码 26
5.2 管理员主页面 27
5.2.1 学生信息录入模块 27
5.2.2 课程信息录入模块 29
5.2.3 院系信息录入模块 30
5.2.4 学生成绩录入模块 30
5.2.5 学生信息查询模块 31
5.2.6  学生成绩查询模块 33
5.4 学生主页面 35
5.4.1 成绩查询模块 35
6 总结与展望 37
参考文献 38
致谢 39

注:不包括源代码.

    上一篇:基于Delphi的三层分布式超市系统设计与实现Delp 下一篇:没有了