Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunbocheng/information_management
🧭学生信息管理系统
https://github.com/yunbocheng/information_management
github javase
Last synced: about 1 month ago
JSON representation
🧭学生信息管理系统
- Host: GitHub
- URL: https://github.com/yunbocheng/information_management
- Owner: yunbocheng
- License: mit
- Created: 2021-09-15T03:38:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-15T08:52:57.000Z (about 3 years ago)
- Last Synced: 2024-09-30T14:01:28.914Z (about 2 months ago)
- Topics: github, javase
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 学生信息管理系统(基于JavaSE)
## 一、实现功能
- 授予管理员登录与注册功能
- 授予学生登录与注册功能
- 管理员可以对学生信息进行CRUD
- 学生只能进行查询信息,没有权限修改信息## 二、特色功能
- 注册管理员密码时使用的时正则表达式
- 随机给定4位验证码进行登录判断
- 可以跳级进行查询与操作管理系统## 三、运行界面(控制台)
- 提供多种登录选项
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/20210915115111.png)- 登录安全可靠
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/20210915115224.png)- 提供多种管理方式
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/20210915115309.png)- 提供多种修改学生信息的方式
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/20210915115429.png)- 操作简单,易于上手
![](https://gitee.com/YunboCheng/imageBad/raw/master/image/20210915115651.png)