1 / 27
文档名称:

毕业设计论文-基于BS结构的在线学籍管理系统(含源程序代码).doc

格式:doc   页数:27页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计论文-基于BS结构的在线学籍管理系统(含源程序代码).doc

上传人:钻石文档库 2014/3/11 文件大小:0 KB

下载得到文件列表

毕业设计论文-基于BS结构的在线学籍管理系统(含源程序代码).doc

文档介绍

文档介绍:源程序代码等全套设计联系QQ 695132052 各专业都有
需分类号: U D C:D10621-408-(2007) 5932-0
密级:公开编号:2003032198
成都信息工程学院
学位论文
基于B/S结构的在线学籍管理系统的设计与实现
论文作者姓名:
李皓
申请学位专业:
网络工程
申请学位类别:
工学学士
指导教师姓名(职称):
张路桥
论文提交日期:
2007年6月6日
基于B/S结构的在线学籍管理系统的设计与实现
摘要
随着科学技术的发展,计算机领域不断取得新的研究成果。计算机在代替和延伸脑力劳动方面发挥越来越重要的作用,不仅在工业方面而且在日常生活中也越来越离不开计算机。而在学校里,也需要计算机来处理大量的学生数据。在数字化的今天,为了加快学校学籍管理,以及使学校对学生数据的管理更加简单。开发一套学籍管理系统迫在眉捷,结合本次毕业设计的题目开发了学籍管理系统。
本文是对学校里的大量学生学籍信息处理的研究。本文是基于B/S结构的在线学籍管理系统,开发主要包括后台数据库的建立和维护以及前端应用界面的开发两个方面。进行开发与设计,用SQL开发后台数据库。在界面外观上便于浏览和操作,数据查询时简单快捷。系统实现了学生信息的添加、删除和修改,以及用户的注册、权限设置。
关键词:学籍管理;B/S结构;后台数据库设计
The Design and Implementation of On-line Student Status Management System Based on B/S structure
Abstract
With the development of the science and technology, computer plays a more and more important part in replacing and extending the people’s capacity. People puter not only in the industry field, but also in the daily life. A lot of data needs to be dealt with,especially in school. In the modern society, student management is greatly improved by puter.
The system is based on B/S structure, as a part of the application of puter; student information management system has its own advantages. The system contains two aspects: setting up and maintenance of background database; and the development of the interface. The system is developed by using , and database is operated with SQL. The interface is friendly to browse and operate, and the data is easy to query. The following functions have been implemented, for example, student information’s addition, deletion and modification, as well as user's registration and privilege setup.
Key words: Student Management; B/S Structure; Background Database Design
目录
论文总页数:22页
1 引言 1
课题背景 1
选题意义 1
主要研究内容 1
主要研究思路和方法 1
2 基础理论介绍 1
B/S模式 1
技术 2
C#语言 3
结构化查询语言SQL 3
3 系统方案 3
系统结构设计 3
系统模块划分 3
系统功能关系图 4
4 系统设计与实现 6
系统数据库设计 6
系统功能模块的设计与实现 9
5 系统测试 17
测试环境 17
测试过程 17
5