摘要:
有如下四张表: 学生表Student(stuId,stuName,stuAge,stuSex); 课程表Course(courseId,courseName,teacherId); 成绩表Scores(stuId,courseId,score); 教师表Teacher(teacherId,teach 阅读全文
摘要:
廖雪峰官方教程:https://www.liaoxuefeng.com/wiki/896043488029600/900388704535136 ProGit中文版:https://git-scm.com/book/zh/v2 Git简易指南:http://rogerdudler.github.io 阅读全文