搜索资源列表
student
- 基于PHP+mysql开发的学生管理系统,能实现成绩、程序的录入、学生成绩的查询等-Student management system based on PHP+mysql development, accomplishment, and the entry of the program, student achievement query
Java连接数据库并完成查询等操作
- 编写程序实现简单成绩管理。所有数据存储在数据库中;要求能够统计每门课程的平均分及各分数段的人数,也能按班级统计每门课的平均分及各分数段的人数;能够按学号或姓名查询学生考试成绩,也能按分数段查询学生。(Write a program to achieve simple performance management. All data are stored in the database; it is required to be able to count the average score of
学生管理系统QT代码
- 1.学生成绩管理系统使用的数据库是MySql,需要调试程序请到main函数里修改数据库信息,否则运行不了。 2.MySql数据库里面应创建一个数据库命名为school,在school里面应创建两张table分别是student和teacher。