# StuGradeManage **Repository Path**: Christen_/StuGradeManage ## Basic Information - **Project Name**: StuGradeManage - **Description**: 学生绩点评优管理软件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #StuGradeManage This is the first complete project written by myself. The project is a system managing students' scores and grades. It provides two general functions: add data and query data. The data to be added into MySQL will be written in Excel files, which can be imported and previewed. There're 3 types of files: student basic data, class basic data, and grade data. For query, I set 4 ways: by student ID, by class number, by speciality, and by department. Then sifting the qualified student grades and calculate their grades, GPAs, and credits. The result, like the adding funciton, can be previewed directly and exported into appointed Excel files.