An open API service indexing awesome lists of open source software.

https://github.com/onlylemi/sql

The student information management system
https://github.com/onlylemi/sql

Last synced: 9 months ago
JSON representation

The student information management system

Awesome Lists containing this project

README

          

# SQL
**The student information management system**

学生学籍管理系统,本系统采用 `Apacha+PHP+MySQL+HTML+CSS`

#### 课程设计任务要求:

> 1. 实现学生基本情况和成绩的录入、修改、删除、查询等基本操作;
> 2. 完成一个班级的学期选课功能;
> 3. 具有成绩统计、排名等功能;
> 4. 具有留级、休学等特殊情况的处理功能。

#### 设计要求:
> 1. 学生成绩表的设计,要考虑到不同年级的教学计划的变化情况;
> 2. 对于新生班级,应该首先进行基本情况录入、选课、然后才能进行成绩录入。