当前位置:网站首页>Ks006 student achievement management system based on SSM
Ks006 student achievement management system based on SSM
2022-07-02 01:31:00 【qq_ four hundred and sixty-nine million six hundred and three t】
Project brief introduction
This system is based on JSP+SSM+Mysql Student achievement management system based on . The main functions are teacher management 、 Student management 、 Course management 、 Student achievement management .
Difficulty level : secondary
Technology stack
Editor
Eclipse Version: 2020-03 (4.15.0)
The front-end technology
Basics :html+css+JavaScript
frame :JQuery+H-ui
back-end technology
Spring+SpringMVC+mybatis
template engine :JSP
database :mysql 5.7.27( Personal test use )
jdk edition :1.8.0_251( Personal test use )
tomcat edition :8.5.34( Personal test use )
Database connection pool :druid
Run locally
Eclipse Environmental preparation
1.eclipse newly added jdk
eclipse newly added jdk
2.eclipse newly added tomcat
Import the project
If you have any doubts, you can check the video version .
SSM Student achievement management system
1. Use eclipse Import the project , To configure jdk、tomcat And what you need jar package . The project depends on jar Wrapped in WebContent/WEB-INF/lib Under the folder .
2. open Navicat For Mysql, establish stusystem database , And run stusystem.sql file .
3. modify src\demo.properties Database related content in .
4. Publish to tomcat in , See... For specific links tomcat To configure , If not modified http://localhost:8080/StuSystem/ For the login page .
The system is divided into 3 Kind of account .
Administrator initial account :10003 System administrator initial password :admin
Teacher's initial account number :20001 Teacher initial password :1234
Student initial account number : 10001 Student initial password :1234
Be careful
• The project does not declare mysql、jdk、tomcat Use version , The above version numbers are for personal testing .
• Pay attention to revision src\demo.properties Database related content in .
Screenshot of system operation
1, land : Login in three roles (user Table data )
2, The administrator enters the system : Carry out teacher information management , Student information management , Course information management , Student achievement management , Password modification
3, Student information management
4, Course information management
5, Student achievement management
6, Password change
7, Students enter the system : You can view your personal achievements , Manage individual selected courses , Manage students' personal information , Change the student's personal password
8, The teacher enters the system : Students can be managed , Course management , Student achievement management , Personal information management , Password change
The system has complete functions , The operation is correct , The structure is clear , Suitable for graduation design or course design .
边栏推荐
- Ubuntu20.04 PostgreSQL 14 installation configuration record
- 技术大佬准备就绪,话题C位由你决定
- [IVX junior engineer training course 10 papers] 06 database and services
- matlab 使用 audioread 、 sound 读取和播放 wav 文件
- [Maya] the error of importing Maya into Metahuman
- [disease detection] realize lung cancer detection system based on BP neural network, including GUI interface
- 卷積神經網絡(包含代碼與相應圖解)
- Réseau neuronal convolutif (y compris le Code et l'illustration correspondante)
- uTools
- Basic usage of three JS high-order functions --filter---map---reduce
猜你喜欢
三分钟学会基础k线图知识
卷積神經網絡(包含代碼與相應圖解)
Learn about servlets
Self drawing of menu items and CListBox items
开发那些事儿:如何利用Go单例模式保障流媒体高并发的安全性?
遷移雲計算工作負載的四個基本策略
Single chip microcomputer -- hlk-w801 transplant NES simulator (III)
The first "mobile cloud Cup" empty publicity meeting, looking forward to working with developers to create a new world of computing!
Basic concepts of machine learning
Another programmer "deleted the library and ran away", deleted the code of the retail platform, and was sentenced to 10 months
随机推荐
Based on Simulink and FlightGear, the dynamic control of multi rotor UAV in equilibrium is modeled and simulated
人工智能在网络安全中的作用
[Floyd] post disaster reconstruction
Just using the way and method of consuming the Internet to land and practice the industrial Internet will not bring long-term development
No converter found for return value of type: class
Variables and constants of go language foundation
[dynamic planning] interval dp:p3205 Chorus
Exclusive delivery of secret script move disassembly (the first time)
Raspberry pie 4B learning notes - IO communication (1-wire)
Hcip day 14 (MPLS protocol)
ACM教程 - 快速排序(常规 + 尾递归 + 随机基准数)
Study note 2 -- definition and value of high-precision map
Bat Android Engineer interview process analysis + restore the most authentic and complete first-line company interview questions
A problem about function template specialization
Private project practice sharing [Yugong series] February 2022 U3D full stack class 009 unity object creation
CEPH buffer yyds dry inventory
首场“移动云杯”空宣会,期待与开发者一起共创算网新世界!
The technology boss is ready, and the topic of position C is up to you
Pyldavis installation and use | attributeerror: module 'pyldavis' has no attribute' gensim '| visual results are exported as separate web pages
KS006基于SSM实现学生成绩管理系统