没有合适的资源?快使用搜索试试~ 我知道了~
推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
32 浏览量
2022-06-10
14:04:05
上传
评论
收藏 1.3MB PDF 举报
推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf推荐下载-基于Javaoracle学生信息管理系统的设计与实现 精品.pdf
资源推荐
资源详情
资源评论



















基于 Java+Oracle 的学生信息管理系统
的设计与实现
目 录
摘 要............................................... 1
ABSTRACT............................................. 2
第一章 绪论...................................... 3
1.1 课题背景和意义 ....................................... 3
1.2 国内外研究现状 ....................................... 3
1.3 本系统主要功能模块 ................................... 4
1.4 章节安排 ............................................. 4
第二章 学生信息管理系统需求分析 ................... 5
2.1 系统的可行性调查 ..................................... 5
2.1.1 系统的经济可行性.................................... 5
2.1.2 系统的技术可行性.................................... 5
2.1.3 系统的社会可行性.................................... 5
2.1.4 用户使用可行性...................................... 6
2.2 需求分析概述 ......................................... 6
2.3 系统的数据性能需求 ................................... 7
2.4 系统功能需求分析...................................... 8
2.4.1 管理员模块功能需求.................................. 8

2.4.2 教师登录模块功能需求................................ 8
2.4.3 学生模块功能需求.................................... 8
2.5 系统数据流图 ......................................... 8
第三章 总体设计 .................................. 10
3.1 系统功能层次图....................................... 10
3.2 设计目标 ............................................ 11
3.2.1 系统管理员管理模块................................. 12
3.2.2 教师登录管理模块................................... 12
3.2.3 学生登录管理模块................................... 12
第四章 数据库设计 ................................ 13
4.1 数据库分析 .......................................... 13
4.1.1 实体的分析 ........................................ 13
4.1.2 实体的属性 ........................................ 13
4.1.3 数据表设计 ........................................ 14
4.2 SQL 语句实现 ........................................ 16
第五章 系统模块详细设计 .......................... 18
5.1 管理员模块设计....................................... 18
5.1.1 添加学生信息功能................................... 18
5.1.2 添加教师信息功能................................... 18
5.1.3 添加新课程功能..................................... 18
5.1.4 修改学生信息功能................................... 19
5.1.5 修改教师信息功能................................... 19

5.1.6 修改课程信息功能................................... 19
5.2 教师模块设计 ........................................ 20
5.2.1 查看教师信息功能................................... 20
5.2.2 查看所授课程功能................................... 20
5.2.3 查看听课通知功能................................... 20
5.3 学生模块设计 ........................................ 21
5.3.1 学生选课功能....................................... 21
5.3.2 查看学生信息功能................................... 21
5.3.3 查看已选课程功能................................... 21
5.3.4 删除已选课程功能................................... 22
第六章 系统实现 .................................. 23
6.1 系统登录界面 ........................................ 23
6.2 录入学生信息界面..................................... 23
6.3 修改学生信息界面..................................... 24
6.4 学生选课界面 ........................................ 24
结束语.............................................. 25
..................................... 错误!未定义书签。
致 谢.............................................. 27
附 录 .................................................. 28

摘 要
随着学校规模的不断扩大,学生数量急剧增加,有关学生的各种信息也
成倍增长.面对如此庞大的信息量,开发学生信息管理系统来提高学生管理
工作的效率就成为必然.通过该系统,可以做到信息的规范管理、科学统计和
快速查询,从而减少管理方面的工作量.
学生信息管理系统是典型的信息管理系统 (MIS),其开发主要包括后台
数据库的建立和维护以及前端应用程序的开发两个方面.对于前者要求建立
起数据一致性和完整性强、数据安全性好的库.而对于后者则要求应用程序
功能完备,易使用等特点.
经过分析,我们使用Java开发工具,利用其提供的各种面向对象的开发
工具,Java 技术具有卓越的通用性、高效性、平台移植性和安全性,广泛应
用于个人PC、数据中心、游戏控制台、科学超级计算机、移动电话和互联网,
同时拥有全球最大的开发者专业社群.使用的数据库是Oracle,Oracle数据
库功能强大,学习起来也不难,然后,对初始原型系统进行需求迭代,不断修
正和改进,直到形成用户满意的可行系统.
本文将分六个章节来叙述,第一章,概述,主要叙述系统开发的背景和选
题意义,以及开发的必要性和可能性;第二章,系统需求分析,架构系统的框
架,为下面的内容做好准备;第三章,系统总体设计,叙述数据库设计和系统
子模块的功能;第四章,数据库设计,主要介绍实体和数据表和SQL语句实现;
第五章,系统模块的详细设计,主要讲述了各个模块的功能;第六章,系统实
现;叙述系统运行情况及个人开发感受.在文中将会涉及一些其他的专业知
识,但是只针对所用到的做大体的说明.
关键词:学生信息 Java Oracle ODBC 数据库

ABSTRACT
With the expansion of schools, the number of students increases sharply, all
kinds of information about the students also doubled. Faced with such a large
amount of information, developing the student information management systems
to improve the efficiency of the management of students has bee an inevitable.
Through the system, the information can be standardized management, scientific
statistics and fast query, thereby reducing the workload of management.
Student Information Management System is a typical management
information system (MIS), which mainly includes the establishment and
maintenance of back-end database and front-end application development aspects.
For the former requirement to establish data consistency and integrity, data
security, a good library. For the latter requires the application fully functional,
easy to use features.
After analysis, we use Java development tools, the use of its various
object-oriented development tools, Java technology, excellent versatility,
efficiency, platform portability, and security, are widely used in personal PC, data
centers, gaming control Taiwan, scientific superputers, cell phones and the
Internet, also has the world's largest developer of professional munity. Use of the
database is Oracle Database, Oracle Database powerful, it is not difficult to learn,
then, the initial prototype of the system needs to constantly revise and improve
user satisfaction until the formation of a viable system.
This article will be divided into six chapters to describe the first chapter, an
overview of the main narrative system development background and significance
of the topic, and the development of the necessity and possibility; second chapter,
system requirements analysis, system architecture framework for the following
content prepared; Chapter overall system design, database design and system
description sub-module functions; fourth chapter, database design, introduces
entities and data tables and SQL statements; fifth chapter, detailed system
modules design, mainly about the function of each module; Chapter VI, system
implementation; narrative system operation and personal development experience.
In the text will involve some of the other's expertise, but only for the general
description used to do.
Key words:Student information ; Java ; Oracle; ODBC; database
剩余39页未读,继续阅读
资源评论

是原来的你吗
- 粉丝: 3398
- 资源: 2万+

上传资源 快速赚钱
我的内容管理 收起
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助

会员权益专享
安全验证
文档复制为VIP权益,开通VIP直接复制
