- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
摘 要
在校人数已经达到一万五千人之多的今天,对学生各项信息的分散式手动管理模式已经不能适应如此庞大的办学规模,如何实现学生信息的集中式自动化管理模式已经成为了一个亟待解决的问题。为了更简便、更快捷、更统一、更高效的管理学校的学生信息,我们特地开发了这款“学生信息查询系统”。充分考虑到学校办公室计算机配置情况以及现有空闲服务器配置情况,我们决定采用C/S模式,以SQL Server 2005数据库服务器为数据中心,将数据处理分配到了客户端计算机上。系统的开发环境为微软公司出品的功能强大的集成开发环境Visual Studio 2008,以C#为编程语言,实现了学生信息的统一存储,多层管理和多层共享。系统主要提供学生信息查询和导出到Excel文件的功能。
关键字:学生信息管理系统, C/S,C#, Visual Studio 2005,SQL Server 2005
ABSTRACT
Today, enrollment in our school has reached as many as 15,000. The students distributed information manual management mode can not adapt to such a large school size any more. How to implement automated, centralized student information management has become an urgent problem. For easier, faster, more unified, more efficient management of the schools student information, we have specially developed this student Information Inquiry System. Full consideration to the school office computer configuration as well as existing free server configuration, we decided to use C / S mode and use SQL Server 2005 database servers for data centers, data processing will be assigned to the client computer. We chose Visual Studio 2008, a powerful integrated development environment produced by Microsoft Inc. for our development environment, Use C # as the programming language to realize the unity of student information storage, multi-layer management, and multi-sharing. System will provide students information query and export to Excel files.
Key words: Student Information Query System, C/S, C#, Visual Studio 2005,SQL Server 2005
目 录
第1章 引言 1
1.1 课题背景 1
1.2 实用价值 1
1.3 国内现状 1
1.4 重点难点 2
第2章 系统分析 3
2.4 基础管理 6
2.4.1 班级管理 6
2.4.2 用户管理 6
2.5 学生管理 7
2.5.1 学生查询 7
2.5.2 学生修改 8
2.5.3 学生添加 8
2.5.4 毕业标记 8
2.8 运行环境 9
2.9 系统可用性 9
2.10 系统可靠性 10
第3章 开发平台 11
3.1 Net Framework 11
3.1.1 公共语言运行库 11
3.1.2 统一编程类 11
3.1.3 ASP.Net 12
3.2 Visual Studio 2005 12
3.2.1 Visual C# 2005 12
3.2.2 Windows程序设计 13
3.3 SQL Server 2005 14
3.4 Visual Source Safe 15
第4章 系统实现 17
4.1 数据库设计 17
4.1.1 数据表设计 17
4.1.2 存储过程设计 18
4.2 数据库
文档评论(0)