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

基于Web的学生信息管理系统ASP+SQL

2016-02-16 01:05
导读:计算机应用论文论文,基于Web的学生信息管理系统ASP+SQL论文样本,在线游览或下载,科教论文网海量论文供你参考:毕业
毕业

基于WEB的学生信息管理系统
 
摘要:
 建设高水平的大学,校园信息系统的建设是重要的1部分。随着计算机网络结构的复杂化,传统的网络管理模式已经不能适应当今网络管理的需求,而基于Web的网络管理模式将Web技术与网络管理技术相融合,使网络管理人员能够方便地通过Web浏览器配置和监控网络,简化了网络管理操作,给传统的网管技术带来了新的活力.该文在分析基于Web的网络管理方法的基础上,介绍了基于Internet/Intranet校园网结构的学生信息管理系统的设计目标和设计思想。
本文详细介绍了学生信息管理系统的设计与实现过程。本文研究开发的学生信息管理系统原型将Web技术与asp相结合,给出了基于asp的过程定义语言与工作流执行机的设计与实现方法。具有完善的用户名及密码验证处理,空间配额等功能。实现了学生信息基本信息、课程基本信息、选棵信息、学生年终考核信息、班级及专业信息和网站用户信息的维护。
关键字:ASP;学生信息管理;数据库

 

Student’s Information Management System on The Base of Web
 
ABSTRACT:
High and horizontal university in developments, developments of the campus information system is important apartment. Complicates structurally along with the calculator network, the traditional network manage the mode to have cant adapt to the need of the now network management, but according to the Web network manages the mode manages with network the technique of Web to technique to blends mutually, making the network manage the personnel can pass expediently the browser of Web installs with supervise and control the network, simplifying the network management operate, bringing the traditional net tube technique the new vitality .That text introduced to base on the Internet in network that analyze according to Web managing the foundation of the method/ the structural students information in net in campus in Intranet manages the design target of the system to thought with the design. (科教范文网 fw.nseac.com编辑发布)
This paper particularly introduces the procedures of how to design and implement the undergraduates’ informational management system. This text studies the student of the development the information management system prototype combine together with asp the technique of Web, giving to base on the asp process the definition the language flows with work the design that carry out the machine with realizes method .The system has the function as consummation user name and password confirmation processing the perfect customer registers to modify with the bank account information, spatial quota and so on. And the system The system realized the student basic information, the curriculum basic information, has chosen the class information, the student years end inspection information, the class and grade and the specialized information and the website user information maintenance.
Keywords: ASP;Student Information management;database


目录

1 引言 5
1.1 学生信息管理系统的意义 5
1.2 系统功能分析 5
2 学生信息管理系统开发平台及工具概述 6
2.1 开发平台简介 6
2.1.1 ASP概述 6
2.1.2 ASP工作原理 6
2.2常用数据库组件介绍 7
2.3 SQL Server 2000概述 8
2.3.1 SQL Server 2000组织结构 8
2.3.2 SQL Server 2000基本操作 9
2.4 IIS 10
2.5 VBScript 10
3 系统需求与功能设计 11
3.1 建设目标 11
3.2 系统设计原则 11
3.2.1 统筹考虑,信息共享 11
3.2.2 包容性和可扩展性 11
3.2.3 系统简洁,易使用、易维护、适用非计算机人员使用 12
3.2.4 为教师、学生提供良好的信息服务 12
3.2.5 可靠运行,安全保密 12
3.2.6 采用先进成熟的技术,建立实用可靠的系统 12
3.3 系统功能 12
3.3.1 用户登陆子系统 12
3.3.2 学生信息管理子系统 12

(科教范文网http://fw.nseac.com)

3.3.3 课程信息管理子系统 12
3.3.4 系统信息维护管理子系统 13
3.4  系统的信息安全设计 13
4 系统开发过程 15
4.1系统结构与模型 15
4.2服务器和数据库系统的选择 15
4.3 数据库的设计 16
4.3.1 数据库的建立 16
4.3.2 各表关键字的设置及含义 16
4.3.3 逻辑结构设计 17
4.4 系统功能的实现 17
4.4.1 数据库的联接 18
4.4.2 系统首页 19
4.4.3学生个人信息管理模块 21
4.4.4学生课程信息管理模块 24
4.4.5 年终考核信息管理模块 29
5 系统开发难点与技巧 34
5.1 冗余检测 34
5.2 登陆与用户验证 34
5.3 SQL语句构造 35
5.4 分页处理问题 36
6 系统测试与相关不足 38
6.1系统虚拟环境测试 38
6.1.1.用户登录窗口的测试 38
6.1.2.添加用户窗口的测试 38
6.1.3.添加学生信息窗口的测试 38
6.1.4查询学生信息窗口的测试 38
6.1.5.添加课程信息窗口的测试 38
6.1.6修改课程信息窗口的测试 38
6.3系统设计中的不足 39
7   结束语 40
参考文献 41
特别致谢 42

1 引言
1.1 学生信息管理系统的意义
学生信息管理系统(SMIS)是大学信息管理系统建设的重要组成部分,是提高教学管理的质量和效益乃至建设知名高水平大学的关键环节。学生信息处理的电脑化、网络化,也是实现学校管理现代化和信息化的重要内容。
学生信息管理系统的内容对于学校的决策者和管理者来说都至关重要,所以学生信息管理系统应该能够为用户提供充足的信息和快捷的查询手段。但1直以来人们使用传统人工的方式管理文件档案,这种管理方式存在着许多缺点,如:效率低、保密性差,另外时间1长,将产生大量的文件和数据,这对于查找、更新和维护都带来了不少的困难。 (科教作文网http://zw.ΝsΕAc.com发布)
随着科学技术的不断提高,计算机科学日渐成熟,其强大的功能已为人们深刻认识,它已进入人类社会的各个领域并发挥着越来越重要的作用。
作为计算机应用的1部分,使用计算机对学生信息进行管理,具有手工管理所无法比拟的优点.例如:检索迅速、查找方便、可靠性高、存储量大、保密性好、寿命长、成本低等。这些优点能够极大地提高学生档案管理的效率,也是进行科学化、正规化管理,与世界接轨的重要条件。[1]

1.2 系统功能分析
本学生信息管理系统基于ASP技术及SQL Server数据库管理系统,以B/S为架构。以提高学校学生管理工作者的工作效率与工作质量为设计理念。
本学生信息管理网站主要包括学生信息管理、学生课程管理及学生年终考核管理等功能模块。在功能设计和系统实现方面,学生信息管理网站具有以下特点:
l 实用性:为学生个人信息管理、学生选课及考核提供了快捷、方便的方法。
l 操作简单:保证系统能适合不同等级计算机水平的用户,系统操作尽可能简单。
l 代码可读性好:要求系统结构清晰,代码简洁可读,便于日后维护和发展。

    上一篇:基于Web数据库的销售管理系统ASP+ACCESS 下一篇:没有了