欢迎来到三一文库! | 帮助中心 三一文库31doc.com 一个上传文档投稿赚钱的网站
三一文库
全部分类
  • 幼儿/小学教育>
  • 中学教育>
  • 高等教育>
  • 研究生考试>
  • 外语学习>
  • 资格/认证考试>
  • 论文>
  • IT计算机>
  • 法律/法学>
  • 建筑/环境>
  • 通信/电子>
  • 医学/心理学>
  • ImageVerifierCode 换一换
    首页 三一文库 > 资源分类 > DOC文档下载
    分享到微信 分享到微博 分享到QQ空间

    学生信息管理系统毕业设计.doc

    • 资源ID:66063       资源大小:17KB        全文页数:5页
    • 资源格式: DOC        下载积分:5
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录 QQ登录 微博登录
    二维码
    微信扫一扫登录
    下载资源需要5
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP免费专享
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    学生信息管理系统毕业设计.doc

    1、学生信息管理系统毕业设计 - 本 科 生 毕 业 设 计论 文 论文题目 : 姓学班年专学名 : 号 : 级 : 级 : 业 : 院 : 学生信息管理系统 XXX XXXXXXX XXXX 10级 软件工程 软件学院 XXX 2023年 5 月10日 指导老师 : 完成时间 : 作 者 声 明 本人以信誉郑重声明:所呈交的学位毕业设计论文,是本人在指导老师指导下由本人独立撰写完成的,没有剽窃、抄袭、造假等违背道德、学术标准和其他侵权行为。文中引用别人的文献、数据、图件、资料均已明确标注出,不包含别人成果及为获得东华理工大学或其他教育机构的学位或证书而使用过的材料。对本设计论文的研究做出重要奉献

    2、的个人和集体,均已在文中以明确方式标明。本毕业设计论文引起的法律结果完全由本人承当。 本毕业设计论文成果归东华理工大学所有。 特此声明。 毕业设计论文作者签字: 签字日期: 年 月 日 本人声明:该学位论文是本人指导学生完成的研究成果,已经审阅过论文的全部内容,并可以保证题目、【关键词】:p 、【摘要】:p 局部中英文内容的一致性和准确性。 学位论文指导老师签名: 年 月 日 学生信息管理系统 张福运 Student information management system ZhangFuyun 2023年 5 月10日 摘 要 随着社会时代的开展,教育事业蒸蒸日上,学校规模不断扩大,学生数

    3、量急剧增加,有关学生的各种信息也是越来越多。面对如此庞大的信息量,开发学生信息管理系统来进步学生管理工作的需求已是必然。通过使用一个完善的学生信息管理系统,可以做到学生信息的标准管理、科学统计和快速查询,从而减少管理方面的工作量。 本文主要介绍了学生信息管理系统的主要任务,阐述了开发该系统用到的关键技术,如采用B/S构造、使用 JSP编程、利用MySQL server建立数据库、使用JDBC连接数据库、编写JavaBean实现各项功能、采用HTML,JavaScript、Servlet等编程技术。 本系统是采用B/S形式进展开发的,系统的用户权限有两种:学生和管理员,不同权限用户登录到不同的操

    4、作界面。该系统主要由学生信息管理、选课管理、成绩管理三大主要功能模块组成,本文详细介绍了各功能模块所包含的小模块的功能,学生信息维护模块主要是对学生的根本信息进展添加、删除、修改、查询;选课管理模块主要是对选修课程进展添加、删除、统计选修人数、修改、查询,以及学生对选修课程进展选课和退选的操作;成绩查询模块主要是由管理员对必修课学生成绩进展录入、删除、修改、查询以及学生进展成绩查询等功能。 关键字:学生信息管理 B/S JSP MySQLserver JDBC JavaBean JavaScript Servlet Abstract With the development of societ

    5、y, education career be on the upgrade, the schoolscale is continually expanding, sharp increase in the number of students, the students all kinds of information is also more and more. In the face of such a huge amount of information, the development of student information management system to improv

    6、e the management of students is the inevitable demand. Through the use of a plete student information management system, student information can be standardized management, scientific statistics and fast query, thereby reducing the workload management. This paper mainly introduces the main task of t

    7、he student information management system, discusses the key technologies of the system used in developm-ent, such as the use of B/S structure, using JSP programming, using MySQL se-rver to establish a database, using JDBC database connection, the realization ofvarious functions written in JavaBean,

    8、using HTML, JavaScript, Servlet programmi-ng te-chnology. This system is developed by using the B/S pattern, the system has two typ-es of user rights: students and administrators, different permissions to different userlogin interface. The system is posed of student information management,course man

    9、agement, performance management of the three major function modules, this paper introduces the function module contains small modulesfunction, student i-nformation maintenance module is mainly to add, delete, modify,query the basic information on students; course management module is the mainelectiv

    10、e course add, delete, modify, query, statistics the number of students, andstudents to elective elective courses and withdraw from the election; the result inquiry module ismainly posed of the administrator of the pulsory student achievement ent-ry, delete, modify, query and student performance query functions. Keyword: student information management B/S JSP MySQLserver JDBC JavaBean JavaScript Servlet 第 5 页 共 5 页


    注意事项

    本文(学生信息管理系统毕业设计.doc)为本站会员(peixunshi0)主动上传,三一文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三一文库(点击联系客服),我们立即给予删除!




    宁ICP备18001539号-1

    三一文库
    收起
    展开