All Projects → huihut → Stumanager

huihut / Stumanager

Licence: gpl-3.0
🎓 Student Information Management System (学生信息管理系统)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Stumanager

Seckill
SSM实战项目——Java高并发秒杀API,详细流程+学习笔记
Stars: ✭ 333 (+150.38%)
Mutual labels:  mysql, eclipse
Dormitorymanager
学生宿舍管理系统(SSM/Layui框架;毕业设计)
Stars: ✭ 346 (+160.15%)
Mutual labels:  mysql, idea
Seckill
一个整合SSM框架的高并发和商品秒杀项目,学习目前较流行的Java框架组合实现高并发秒杀API
Stars: ✭ 513 (+285.71%)
Mutual labels:  eclipse, idea
Dailyfresh
Django-天天生鲜电商学习项目
Stars: ✭ 127 (-4.51%)
Mutual labels:  mysql
Griffon Vm
Griffon Data Science Virtual Machine
Stars: ✭ 128 (-3.76%)
Mutual labels:  mysql
Sqlbuilder
A powerful, fast, cross-platform SQL Builder for PHP. Convert your structured data into SQL queries with a fluent style interface and targeting on all the mainstream database (MySQL, PostgreSQL, SQLite)
Stars: ✭ 131 (-1.5%)
Mutual labels:  mysql
Holland
Holland Backup Manager
Stars: ✭ 132 (-0.75%)
Mutual labels:  mysql
Basicdb
PDO ile geliştirilmiş kullanımı kolay veritabanı sınıfıdır.
Stars: ✭ 127 (-4.51%)
Mutual labels:  mysql
My Blog
我的博客
Stars: ✭ 132 (-0.75%)
Mutual labels:  mysql
Firenze
Adapter based JavaScript ORM for Node.js and the browser
Stars: ✭ 131 (-1.5%)
Mutual labels:  mysql
Zhttp
基于swoole的异步轻量级web框架,内部封装协程异步非阻塞全套mysql、redis、mongo、memcached连接池,可以轻松start、reload、stop,加入数据库的查询模块,框架已经封装好近乎同步写法,底层异步调用
Stars: ✭ 131 (-1.5%)
Mutual labels:  mysql
Sworm
a write-only ORM for Node.js
Stars: ✭ 128 (-3.76%)
Mutual labels:  mysql
Persiandate4mysql
pDate is a Gregorian / Jalali(Shamsi) date convertor functions for MySQL 5.1+
Stars: ✭ 131 (-1.5%)
Mutual labels:  mysql
Db Tutorial
💾 db-tutorial 是一个数据库教程。
Stars: ✭ 128 (-3.76%)
Mutual labels:  mysql
Ansible Mysql Hardening
This Ansible role provides security configuration for MySQL.
Stars: ✭ 132 (-0.75%)
Mutual labels:  mysql
Kangaroo
SQL client and admin tool for popular databases
Stars: ✭ 127 (-4.51%)
Mutual labels:  mysql
Inventory Manager
Making an Awesome Inventory Management Application with Barcode Reader in PHP and MySQL from Start to Finish
Stars: ✭ 132 (-0.75%)
Mutual labels:  mysql
Notes
Including JVM, Java concurrency, Spring framework, Data structure and Algorithm, Computer network, Design pattern, Python, C++, Linux, Mysql, Redis,MATLAB, Git and other tools, etc.
Stars: ✭ 131 (-1.5%)
Mutual labels:  mysql
Leetcode Editor
Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
Stars: ✭ 2,222 (+1570.68%)
Mutual labels:  idea
App Turbo
A framework based on tornado for easier development, scaling up and maintenance
Stars: ✭ 131 (-1.5%)
Mutual labels:  mysql

学生信息管理系统

功能说明

学生信息管理,包括学生、班级、院系、课程、成绩等的管理。

本程序仅供学习食用。(¯﹃¯)

工程环境

运行说明

  1. 本程序是Runable JAR文件,需安装JRE才可运行。
    Java SE Runtime Environment 8 Downloads
  2. 本程序使用MySQL数据库,使用前请导入DumpStructureOnly.sql(数据库结构文件)或者DumpStructure_and_Data.sql(带有测试数据的数据库文件)进MySQL,并设置如下(可在dbConn.java修改):
    • 数据库端口:3306
    • 数据库名:stuManagerDB
    • 数据库用户名:root
    • 数据库密码:123
  3. 满足以上条件下运行stuManager.jar则可以运行系统。

登录说明

  1. 打开本程序首先进入登录界面,有账号可直接登录,无账号点击注册进行注册登陆。
    注意:注册,默认注册普通用户(userType = 2),普通用户无添加用户、删除用户功能;要添加管理员账号(userType = 1)必须在数据库添加。
  2. DumpStructure_and_Data.sql数据库的tb_user表中有学生系统管理员账号:admin,密码为空,可以用其登录测试。

运行截图

stuManagerScreenshot

系统功能结构

SystemFunctionStructure

数据库结构(E-R图)

DatabaseStructure

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].