基于 Java 的学生成绩管理系统设计与实现 DESIGN AND IMPLEMENTATIONSTUDENT MANAGEMENT PERFORMANCEOF BASED ON JAVA 学生成绩管理系统 [摘 要] 学生成绩管理系统以 Java 平台作为开发环境,采纳 J2EE 架构,后台使用mysql 数据库,实现对学生成绩信息的可视化管理。本系统主要完成对学生信息的管理,包括添加、修改、删除,查询以用户管理等六个方面。系统可以完成对各类信息的浏览、查询、添加、删除、修改等功能。[关键词] 信息管理;java;B/S 模式;J2EE 架构;mySQLStudent achievement management SystemAbstract: Student achievement management system based on Java platform as a development environment, using J2EE structure, the background using MySQL database, realize the visualization management of student achievement information. This system mainly completes the management of student information, including add, modify, delete, query in the six aspects of user management etc.. System can complete all types of information browsing, query, add, delete, modify the functions of.Key words: Information Management ;java; B/S Model; mySQL目 录第一章 绪论..............................................................................................................11.1 课题背景.......................................................................................................11.2 系统开发的目的和意义...............................................................................11.3 相关技术简介..............................................................................................11.3.1 J2EE 架构...........................................................................................11.3.2 JSP 简介..............................................................................................31.3.3 mySQL 数据库管理系统...................................................................41.3.4 B/S 模式与 C/S 模式的比较与分析..................................................51.3.5 小结......