论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于JSP的学生学籍管理系统

 本文ID:LWGSW14136 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于JSP的学生学籍管理系统 (收费:1000 积分)  

论文字数:13556,页数:49

摘要
随着信息技术在管理上越来越深入而广泛的应用,管理信息系统的实施在技术上已逐步成熟。管理信息系统是一个不断发展的新型学科,任何一个单位要生存要发展,要高效率地把内部活动有机地组织起来,就必须建立与自身特点相适应的管理信息系统。
本文采用JSP和MS SQL-Server等软件为开发工具,以Windows XP(或Windows 2000)为开发平台,设计出一个学籍管理信息系统,对学生的信息、课程、成绩进行统一管理,便于查询、修改和删除。涉及到的主要内容有:体系结构规划、设计平台的搭建以及系统的设计。主要实现的功能模块有管理系统的功能介绍子系统、新生入学子系统、学生成绩管理子系统、在校学生管理子系统、离校学生管理子系统、各种信息查询子系统以及系统维护子系统。
该系统功能完善,可使高校的学籍管理系统从纯手工中解脱出来,实现高校学籍管理系统自动化、规范化、合理化、科学化,其实用性强,用户界面友好,有助于加快高校的信息传递和智能建设,并为高校整体实现信息化管理体系作好铺垫。
关键字:学生学籍管理; B/S;JSP;SQL SERVER 2000;JDBC-ODBC;

 

Based on JSP student records management system
Abstract
    Along with information technology in management more and more thorough and widespread application, the management information system the implementation to be gradually mature in the technology. The management information system is the new discipline which unceasingly develops, any unit must survive and develop, wants the high efficiency organically to organize the internal activity, must establish the management information system which adapts with own characteristic.
    This article uses JSP and MS SQL-Server and so on is the development kit, (or Windows 2,000) as develops the platform take Windows XP, designs a school register management information system, to student's information, the curriculum, the result carries on the unification management, is advantageous for the inquiry, the revision and the deletion. Involves the main content includes: The system structure plan, designs the platform to build as well as the system design. The main realization function module has the management system management system the function to introduce the subsystem, the new born matriculation subsystem, the student result management subsystem, manages the subsystem in the school student, manages the subsystem, each kind of information inquiry subsystem as well as the system maintenance subsystem to the school student.
    This system function perfect, may cause the universities the school register management system to extricate from the pure handwork, realization universities school register management system automation, standardization, rationalization, scientific style, its usability strong, the user contact surface is friendly, is helpful to speeds up the universities the information transmission and the intelligent construction, and finishes the upholstery for the universities whole realization information management system.
Keywords: Student school records management ;B/S; JSP; SQL SERVER 2000; JDBC-ODBC

目  录
摘要 I
Abstract II
引言 3
第一章   绪论 4
1.1选题背景和意义 4
1.3系统开发技术 5
1.3.1 B/S体系结构 5
1.3.2 SQL Server 2000 6
1.3.3  JSP技术 7
1.3.4  ODBC数据访问接口 7
1.3.5 JDBC数据访问接口 8
1.3.6 java script 9
第二章 系统设计 10
2.1需求分析 10
2.1.1运行环境 10
2.2系统总体设计 10
2.2.1 系统目标设计 10
2.2.2 系统设计思想 11
2.2.3 系统功能描述 11
2.2.4系统用例图 14
2.2.5系统UML活动图 16
第三章 数据库设计 18
3.1总体表设计 18
3.2 数据库表的结构 18
3.3 实体及ER图 20
3.3.1 登录管理 20
3.3.2实体的ER图 21
3.4 数据库表的关系图 23
3.5 数据库表的视图 24
第四章 系统具体实现 25
4.1 关键应用 25
4.1.1数据库连接 25
4.2 登录管理 28
4.3 菜单界面 29
4.4 系统管理 30
4.4.1学生信息显示页面 30
4.4.2学生信息修改页面 33
4.4.3添加学生信息页面 33
4.4.4成绩查看页面 34
4.5课程管理 35
4.5.1选修课表显示 35
4.5.2选课情况页面 36
4.6 学生管理页面 37
4.6.1学籍维护页面 38
4.6.2成绩查看页面 40
4.6.3学生选修课表页面 40
4.6.4所选的课程 41
4.6.5修改个人密码 42
第五章 全文总结 44
致  谢 45
参考文献: 46


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:小区物业管理 下一篇:基于JSP的BBS实现
Tags:基于 JSP 学生 学籍 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号