Code Monkey home page Code Monkey logo

stumanager's Introduction

学生信息管理系统

功能说明

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

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

工程环境

运行说明

  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

stumanager's People

Contributors

huihut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.