You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
text1/README.md

103 lines
2.9 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 学生信息管理系统SIMS
纯Servlet技术的学生信息管理系统没有SpringMVC、Spring Boot框架
## 项目简介
面向教学信息以及学生及老师的信息管理要求,学生信息管理系统应运而生,它能提供线上的信息管理,从而高效的处理数据。方便方便对学生及老师各类数据进行大数据分析。
## 项目演示
> https://sims.rawchen.com
## 技术栈
Jsp+Servlet+Layui+Druid+JDBC-Template+JQuery+Js+Ajax+Json+EL/JSTL+BeanUtils
服务器: Tomcat_8.5.53
数据库: MySQL_5.6.46
开发工具IDEA_2019.1.3
界面制作Layui
## 项目使用说明
1. 导入结构和数据sims.sql
2. 解压下载zip重命名sims-master文件夹为simsIDEA打开该sims项目
3. 修改配置数据库连接文件druid.properties
4. 为项目添加Tomcat配置Deployment下Application context设置为/sims
管理员 帐号admin 密码admin
学生 帐号1812123206 密码123
老师 帐号9912123206 密码123
## 功能描述
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/01.png)
## 数据库设计
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/02.png)
## 代码结构
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/03.jpg)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/04.jpg)
## 功能实现部分截图
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/05.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/06.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/07.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/08.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/09.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/10.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/11.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/12.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/13.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/14.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/15.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/16.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/17.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/18.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/19.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/20.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/21.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/22.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/23.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/24.png)
![](https://cdn.jsdelivr.net/gh/rawchen/JsDelivr/static/sims/25.png)