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

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

学生信息管理系统1

 本文ID:LWGSW18009 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 学生信息管理系统1 (收费:1000 积分)  

论文字数:13022.页数:48

摘要
 本文着重阐述了学生信息管理系统的整体开发过程。介绍了系统的开发环境以及开发工具,对于设计思想和设计流程也做出了全面的叙述,在数据库创建思想以及各个数据表之间的具体关联等方面也做出了详细说明,并且具体剖析了系统各个功能的实现过程以及详细设计过程,在绘制简单系统功能模块图的同时,力求更加清晰地表明设计思想以及对整个程序设计的规划及具体实现。
 根据实际需求,学生信息管理系统这个项目采用模块化的设计思想,在Windows XP操作系统环境下,搭建JSP运行环境JDK+TOMCAT,通过使用JAVA脚本语言完成动态的、交互的web服务器应用程序,使用微软公司的SQL SERVER 数据库管理系统,实现学生信息的管理、班级信息的管理、教师信息的管理、课程信息及成绩信息的管理等功能。
本系统具有多方面特点:系统功能完备,用户使用方便简捷,人性化的用户界面,安全保密设置齐全,大大减少了操作人员和用户的工作负担,提高了学生管理的工作效率和学校的信息化的水平。

关键词:管理系统;数据库;模块化
Abstract
 This article focuses on the student information management system for the overall development process. Introduced a system for environment and development tools, the design concept and design process has also made a comprehensive narrative, in the database to create ideological and various data tables specific links between the areas has also made detailed and specific analysis of the  various functions of the system to achieve process and detailed design process, drawing a simple system function modules map at the same time, to more clearly show that design thinking and the whole process of planning and design of concrete realization.
 According to actual demand, student information management system for this project is modular in design, in the Windows XP operating system environment, the structures JSP operating environment JDK + TOMCAT, through the use of scripting language JAVA complete dynamic, interactive web server applications, The use of Microsoft's SQL SERVER database management system, and students of information management, information management classes, teachers of information management, curriculum information and results of information management.      This system has many features: system fully functional, easy to use simple user-friendly user interface, complete security settings, greatly reducing the operators and users of the burden and improve the efficiency of the management of students and school information Level.
Keywords: management system; Database; Modulation
 

目  录
摘要 I
Abstract II
第1章 引言 1
第2章  问题的定义 2
2.1  系统目标 2
2.2  业务流程图 3
第3章  可行性研究 5
3.1  技术可行性 5
3.2  经济可行性 5
3.3  操作可行性 5
3.4  法律可行性 6
第4章  需求分析 7
4.1  系统需要解决的主要问题 7
4.2  系统具备的基本功能 7
4.3  数据流图 7
4.4  数据字典 10
 4.4.1  数据存储 10
 4.4.2  数据流 12
 4.4.3  数据处理 12
第5章  总体设计 14
5.1  概述 14
5.2  系统功能划分 15
 5.2.1   学生子系统功能划分 15
 5.2.2   管理员子系统功能划分 15
 5.2.3   教学管理员子系统功能划分 16
 5.2.4   教师管理子系统功能划分 17
5.3  系统功能描述 17
 5.3.1   学生子系统功能描述 17
 5.3.2   管理员子系统功能描述 18
5.4  数据库概念结构设计 20
 5.4.1   各实体属性图 20
 5.4.2   各实体之间的关系总E-R图 22
5.5  数据库设计 22
5.6  安全保密设计 25
 5.6.1   登陆用户的安全性 25
 5.6.2   数据安全性 25
第6章  详细设计 26
6.1  概述 26
6.2  管理员后台系统的实施 26
 6.2.1   登录页面(login.jsp) 26
 6.2.2   管理员后台管理主页面 28
 6.2.3   教师信息管理模块 28
 6.2.4   班级信息管理模块 31
 6.2.5   开课信息管理模块 31
 6.2.6   学生信息管理模块 34
 6.2.7   成绩信息录入模块 36
 6.2.8   成绩信息管理模块 38
 6.2.9   获奖人员生成模块 39
6.3  学生子系统的实施 39
6.4  教学管理员子系统的实施 40
6.5  教师子系统的实施 41
结束语 42
致谢 43
参考文献 44


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:商品信息管理系统 下一篇:局域网之间传递语音和文字
Tags:学生 信息 管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

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

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

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