{$cfg_webname}
主页 > 计算机 > JSP >

JSP学籍管理系统的设计(MySQL和SQL2000)

来源:wenku163.com  资料编号:WK1637029 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9AWK1637029
资料介绍

JSP学籍管理系统的设计(MySQL和SQL2000)(含开题报告,毕业论文19000字,系统程序,数据库)
随着科学技术的发展,计算机领域不断取得新的研究成果。计算机在代替和延伸脑力劳动方面发挥越来越重要的作用,不仅在工业方面而且在日常生活中也越来越离不开计算机。尤其是在学校里,要处理大量的学生数据。在数字化的今天,为了加快学校学籍管理必须依靠计算机,以及使学校对学生数据的管理更加简单、到位,基于上述种种原因,开发一套学籍管理系统迫在眉捷,我结合本次毕业设计的题目开发了学籍管理系统。本文是对基于计算机对学校里的大量数据进行加工并处理的研究。
       本系统是在管理信息系统的理论和方法指导下、数据库技术支持下完成的。本文在结构上首先论述了毕业设计选题的背景、目的和意义。然后叙述了开发平台和数据库技术和各自的优点,接着用了较多篇幅阐述了系统的需求分析、总体设计、实现以及实施的任务、技术和工具。最终系统能够完成信息的输入、输出,数据的修改、查询和统计以及打印报表等功能,使用户操作起来简便快捷。
【关键词】软件工程 关系数据库管理系统 模糊查询 JSP SQL Server

【Abstract】 Continuously obtain the new research result along with the development, calculator realm of the science technique.Calculator is replacing with extend the mental work aspect to develop more and more important function, not only in the industry aspect but also also more and more can not get away from the calculator in the daily life.Particularly is in the school, and want to handle the student's data of the large quantity.On today of the arithmetic figure , for the sake of quickly school student status the management must depend on the calculator, and make the school management student is data more in brief, arrived the for, base onning above and all kinds reason, developping a student status managing the system forcing in the eyebrow , I join togethering this graduate designing to develop the student status the management the system.This text is right according to calculator to large quantity in the school the data proceeds to process and processed research.
  This system is under the management information the system's theories guide with method, database technique the support descend to complete of.This text discussed the graduate design to choose is background, purpose with the meaning first on the construction.Then described the development platform with the advantage that database technique with each from, immediately after used many spaces the Describe the system's need the analysis, total design, realize and mission, technique that into practice is with the tool.Most the final system can complete the information's importation, output, the data is modification, search with statistics and print the statement etc. the function, and use the door to operate Chien then fast.

系统的综合要求
     第一,系统应建立友好的界面,既要操作简单、直观、灵活,又要易于学习掌握。
     开发学籍管理系统目的是为了方便学校对学生的信息进行录入、修改、查询和统计。如果操作复杂,就失去了推广价值。
     第二,系统在用户输入管理员姓名、管理员密码时,应具有自动识别的功能,以帮助用户改正错误。
     第三,系统在确定用户名称和密码后,应具有自动连接数据库的功能。
     在正确连接数据库后,首先应对用户的名称和密码进行检验,若没有此名称应给出相应的提示,系统在查询到管理员姓名后,应具有显示相应信息的功能。
    1. 在正确连接数据库,查询到用户相应的信息后,应在界面上显示相关的信息。
    2. 系统应具有界面相互转换的功能。在每一个模块之间应具有相互转换的功能,而无需用户退回主界面重新选择。
    3. 系统应具有良好的安全性。
     系统应遵循有关信息安全标准,具有切实可行的安全保护和保密措施,以及对计算机犯罪和病毒的防范能力,确保数据永久安全。
  第四,系统可扩充、易维护。
     系统应充分考虑到学校的各种变化如院系的增加、班级的增加等等,具备一定的扩充能力。系统的模块化程度要高,软件维护要方便。
 

JSP学籍管理系统的设计(MySQL和SQL2000)
JSP学籍管理系统的设计(MySQL和SQL2000)
JSP学籍管理系统的设计(MySQL和SQL2000)
JSP学籍管理系统的设计(MySQL和SQL2000)
JSP学籍管理系统的设计(MySQL和SQL2000)
JSP学籍管理系统的设计(MySQL和SQL2000)


目 录
摘要………………………………………………………………………………Ⅰ
Abstract…………………………………………………………………………Ⅱ
第1章 绪论………………………………………………………………………1
1.1 选题的背景……………………………………………………………1
1.2 目的和意义……………………………………………………………1
第2章 平台简介………………………………………………………………2
2.1 开发平台和技术简介……………………………………………………2
2.1.1 JSP工具简介………………………………………………2
2.2 数据库平台介绍………………………………………………………3
2.2.1 SQL Server 数据库简介………………………………………3
2.2.2 SQL Server 数据库系统特点…………………………………4
2.2 小结………………………………………………………………………5
第3章 系统分析………………………………………………………………6
3.1 需求分析………………………………………………………………6
3.2 对系统的综合要求………………………………………………………7
3.3 系统流程图………………………………………………………………8
3.4 数据流图与数据字典…………………………………………………9
3.6 功能需求………………………………………………………………17
3.6 小结……………………………………………………………………18
第4章 系统总体设计……………………………………………………………19
4.1 系统总体结构设计 ……………………………………………………19
4.1.1 子系统划分……………………………………………………19
4.1.2 本系统的子系统划分…………………………………………20
4.2 代码设计………………………………………………………………23
4.2.1 编码简述………………………………………………………24
4.2.2 本系统的编设计………………………………………………25
4.3 数据库设计 ……………………………………………………………25
4.4 小结………………………………………………………………………27
第5章 系统实施、评价与运行……………………………………………………28
5.1 系统实施………………………………………………………………28
5.1.1 系统实施阶段的主要任务……………………………………28
5.1.2 系统的具体实现………………………………………………29
5.2 小结………………………………………………………………………37
第6章 系统测试…………………………………………………………………38
6.1软件测试的目标及原则…………………………………………………38
6.1.1 软件测试………………………………………………………38
6.1.2 软件测试的目标………………………………………………38
6.1.3 软件测试的过程………………………………………………38
6.2 软件测试的方法及步骤………………………………………………39
6.2.1 软件测试的方法………………………………………………39
6.2.2 软件测试的步骤………………………………………………40
6.3 小结……………………………………………………………………41
结论…………………………………………………………………………………42
致谢…………………………………………………………………………………43
参考文献……………………………………………………………………………44
附录1 外文资料……………………………………………………………………45
附录2 外文译文……………………………………………………………………48
附录3 部分程序代码………………………………………………………………50

推荐资料