设计 任务书 文档 开题 答辩 说明书 格式 模板 外文 翻译 范文 资料 作品 文献 课程 实习 指导 调研 下载 网络教育 计算机 网站 网页 小程序 商城 购物 订餐 电影 安卓 Android Html Html5 SSM SSH Python 爬虫 大数据 管理系统 图书 校园网 考试 选题 网络安全 推荐系统 机械 模具 夹具 自动化 数控 车床 汽车 故障 诊断 电机 建模 机械手 去壳机 千斤顶 变速器 减速器 图纸 电气 变电站 电子 Stm32 单片机 物联网 监控 密码锁 Plc 组态 控制 智能 Matlab 土木 建筑 结构 框架 教学楼 住宅楼 造价 施工 办公楼 给水 排水 桥梁 刚构桥 水利 重力坝 水库 采矿 环境 化工 固废 工厂 视觉传达 室内设计 产品设计 电子商务 物流 盈利 案例 分析 评估 报告 营销 报销 会计
 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopin QQ:2922748026   
学生成绩查询系统ASP042
文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

摘要
本文着重阐述了学生成绩网上查询与管理系统的整体开发过程。介绍了系统的开发环境以及开发工具,对于设计思想和设计流程也做出了全面的叙述,在数据库创建思想以及各个数据表之间的具体关联等方面也做出了详细说明,并且具体剖析了系统各个功能的实现过程以及详细设计过程,在绘制简单系统功能模块图的同时,力求更加清晰地表明设计思想以及对整个程序设计的规划及具体实现。
根据实际需求,学生成绩网上查询与管理系统这个项目采用模块化的设计思想,在Windows XP操作系统环境下,搭建ASP运行环境IIS6.0,通过使用VBScript脚本语言完成动态的、交互的web服务器应用程序,实现学生成绩网上查询系统的主要功能,包括学生在前台的浏览、查询等功能,管理员在后台进行的学生管理、成绩管理、课程管理、留言管理等功能。
本系统具有多方面特点:系统功能完备,使用方便简捷,人性化的用户界面,安全保密设置齐全,大大减少了操作人员和用户的工作负担。
关键词:管理系统;数据库;模块化

Abstract
This article emphatically elaborated the student result on-lineinquiry and the management system management system whole performancehistory. Introduced the system development environment as well as thedevelopment kit, have also made the comprehensive narration regardingthe design thought and the design flow, in database foundation betweenthought as well as each data sheet aspect and so on concreteconnection has also made the specify, and specifically analyzed thesystem each function realization process as well as the detaileddesign process, during plan simple system function module chart, makesevery effort clearly to indicate the design thought as well as to theentire programming plan and the concrete realization.
 According to the actual demand, the student result on-line inquiry andmanagement system management system this project uses modular thedesign thought, in Windows under the XP operating system environment,builds ASP movement environment IIS6.0, through uses the VBScriptscript language dynamically to complete, the interactive web serverapplication procedure, realizes the student result on-line inquirysystem main function, including the student in function and so ononstage browsing, inquiry, the manager the student which carries on inthe backstage manages, the result management, the curriculum manages,function and so on message management.
This system has the various characteristic: System function complete,easy to operate simple and direct, the human nature user contactsurface, the security keeps secret the establishment to be complete,greatly reduced the operator and user's work load.

Key word: management system; Database; Modulation

目  录
摘要... I
Abstract.. II
前言... 1
1  问题的定义... 2
1.1  系统目标... 2
1.2  业务流程图... 3
2  可行性研究... 5
2.1  技术可行性... 5
2.2  经济可行性... 5
2.3  操作可行性... 5
2.4  法律可行性... 5
3  需求分析... 7
3.1  系统需要解决的主要问题... 7
3.2  系统具备的基本功能... 7
3.3  数据流图... 7
3.4  数据字典... 12
3.4.1  数据元素... 12
3.4.2  数据存储... 14
3.4.3  数据流... 15
3.4.4  数据处理... 17
4  总体设计... 19
4.1  概述... 19
4.2  系统功能划分... 20
4.2.1  学生子系统功能划分... 20
4.2.2  管理员子系统功能划分... 21
4.3  系统功能描述... 21
4.3.1  学生子系统功能描述... 21
4.3.2  管理员子系统功能描述... 21
4.4  IPO图... 23
4.5  数据库概念结构设计... 24
4.5.1  各实体属性图如下所示:... 24
4.5.2  各实体之间的关系分E-R图... 26
4.5.3  各实体之间的关系总E-R图... 27
4.6数据库设计... 27
4.7  安全保密设计... 28
4.7.1  登陆用户的安全性... 28
4.7.2  操作安全性... 28
4.7.3  数据安全性... 28
5  详细设计... 29
5.1  概述... 29
5.2  程序流程图... 29
5.3  后台系统的实施... 30
5.3.1  连接数据库的包含文件(SQLDB.ASP) 31
5.3.2  管理员登录页面(login.asp) 31
5.3.3  学生信息管理模块... 32
5.3.4  学生成绩管理模块... 36
5.3.5  留言管理模块... 39
5.4  前台系统的实现... 41
5.4.1  学生成绩查询模块... 41
5.4.2  学生留言功能模块... 44
6 实现系统... 45
6.1  开发系统所用技术... 45
6.2  数据库开发工具简介... 45
6.2.1  ASP的产生... 45
6.2.2  SQL Server简介... 45
6.2.3  Dreamweaver MX 2004 简介... 46
6.2.4  IIS简介... 46
6.2.5  IIS与ASP的结合... 46
6.3  关键技术介绍... 47
6.3.1  ASP的内部特点... 47
6.3.2  Global 文件... 47
6.3.3  利用ADO访问数据库... 48
7  测试与维护... 51
7.1  测试的任务及目标... 51
7.1.1  测试的任务... 51
7.1.2  测试的目标... 51
7.2  测试方案... 51
7.2.1  模块测试:... 51
7.2.2  集成测试:... 52
7.2.3  验收测试:... 52
7.2.4  平行运行... 52
7.3  系统维护... 53
8  用户使用手册... 54
8.1  系统运行环境... 54
8.2  系统配置... 54
8.2.1  配置IIS 6.0版... 54
8.2.2  配置数据库服务器... 57
8.2  用户使用手册... 57
结束语... 58
致谢... 59
参考文献... 60

  全套毕业设计论文现成成品资料请咨询微信号:biyezuopin QQ:2922748026     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
 上一篇文章:学籍信息管理系统ASP041
  下一篇文章:电费征缴系统ASP043
本类最新文章
基于Python的在线自主考试系 基于腾讯云的个人知识库管理系统 基于Android的酒店预定系统
基于matlab变频器控制交流电 基于微信小程序的家校联动平台管理 基于时频分析与自适应滤波技术的多
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopin QQ:2922748026  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!