1 / 42
文档名称:

.Net学籍管理系统论文.doc

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

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

分享

预览

.Net学籍管理系统论文.doc

上传人:分享精品 2015/12/30 文件大小:0 KB

下载得到文件列表

.Net学籍管理系统论文.doc

相关文档

文档介绍

文档介绍:摘要
在计算机技术快速发展的今天,网络这个现代信息高速公路也流行发展起来,已经成为人们生活、工作、学****越来越离不开的平台。技术的应用大量出现。为了让用户浏览到美观的,个性化的页面和丰富的内容。因此,基于B/S体系架构创建的这个学籍管理系统,紧跟行业发展,满足各大高校学****管理的需要。由于各大高校在进行学籍管理时,需要管理大量的学生信息、教师信息以及课程信息等。传统的手动操作方式易发生数据丢失和统计错误,劳动强度大,且速度慢。在计算机上可以高速、快捷地完成这些工作。计算机联网后,数据在网上传递可以实现数据共享,避免重复劳动,规范教学管理行为,从而可提高管理效率和水平。
关键词:网络 B/S体系架构学籍管理
Abstract(外语专业的需要)
The rapid development puter technology of today, work of the modern development of the information superhighway is also popular, and has e the people's lives, work, learn more and can not be separated from the platform. Based on. NET technologies have emerged. In order to allow users to browse to the beautiful, personalized pages and a wealth of content. Therefore, based on the B / S architecture created by the school management system, keep up with industry developments, major colleges and universities to meet the learning needs of management. As a result of major colleges and universities during the school management, the need to manage information on a large number of students, teachers and curriculum information and other information. The traditional way of manual operation prone to data loss and statistical errors, labor-intensive and slow. High-puter, fast plete the work. After working, data transfer can be achieved in the online data-sharing to avoid duplication of efforts to standardize the teaching management behavior, which can improve management efficiency and level.
Keywords: work , B/S Architecture,School management
目录
摘要 I
ABSTRACT(外语专业的需要) II
目录 III
第一章绪论 1
1
1
B/S结构相关开发技术简介 1
B/S模型的优点 2
.NET技术发展背景 2
第二章数据库理论基础 4
数据库系统设计及范式分析 4
数据库系统设计 4
数据库设计范式分析 5
SQL语言介绍 6
SQL基础 6
SQL语句 6
第三章系统设计 8
8
管理员模块 8
学生模块 8
公用模块 8
8
8
8
8
管理教师信息 9
管理学生信息 9
管理班级信息 9
管理课程信息 9
管理学生选课 10
修改密码和退出系统 10
第四章数据库分析设计与实现 11
11
数据表 11
11
第五章系统实现