├── .DS_Store ├── README.md ├── stusys.sql └── 学生管理系统 ├── Main.php ├── StudentGradeInfo.php ├── StudentIndex.php ├── controller ├── ADD.php ├── Conn.php ├── DeleteStu.php ├── GetStuInfo.php ├── GetStuMajor.php ├── SaveStuInfo.php ├── SaveStuMajor.php ├── ShowMainTheme.php ├── addStuInfo.php ├── error.php ├── fenye.php ├── login.php ├── loginOut.php ├── regist.php ├── search.php ├── showAllScore.php └── updateStu.php ├── css ├── FamilyInformation.css ├── StatisticalFigure.css ├── StudentEmInformation.css ├── StudentInfo.css ├── StudentInformation.css ├── StudentLeft.css ├── StudentPubMed.css ├── StudentRevise.css ├── StudentScInformation.css ├── TeacherInfo.css ├── TeacherPersonalInfo.css ├── common.css ├── login.css ├── password.css ├── punishment.css ├── school-msg.css ├── search-now.css ├── search.css ├── search404.css ├── searchNo(1).css ├── searchNo.css ├── student.css └── submit.css ├── images ├── 404.png ├── PubMed-msg.png ├── archives-msg.png ├── bk.jpeg ├── border.png ├── code.png ├── column.png ├── job-change.png ├── job-msg.png ├── jxau.jpeg ├── modify-password.png ├── option.jpg ├── personal-msg.png ├── pin_2.svg ├── sky.jpeg ├── soso-white.png ├── soso.png ├── sousuo.png └── xu.jpeg ├── index.html ├── js ├── StudentBasicInformation.js ├── china.js ├── echarts.min.js ├── employmentinfo.js └── jquery-1.9.1.min.js ├── regist.html ├── schoolmsg.php └── student.php /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/README.md -------------------------------------------------------------------------------- /stusys.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/stusys.sql -------------------------------------------------------------------------------- /学生管理系统/Main.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/Main.php -------------------------------------------------------------------------------- /学生管理系统/StudentGradeInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/StudentGradeInfo.php -------------------------------------------------------------------------------- /学生管理系统/StudentIndex.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/StudentIndex.php -------------------------------------------------------------------------------- /学生管理系统/controller/ADD.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/ADD.php -------------------------------------------------------------------------------- /学生管理系统/controller/Conn.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/Conn.php -------------------------------------------------------------------------------- /学生管理系统/controller/DeleteStu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/DeleteStu.php -------------------------------------------------------------------------------- /学生管理系统/controller/GetStuInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/GetStuInfo.php -------------------------------------------------------------------------------- /学生管理系统/controller/GetStuMajor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/GetStuMajor.php -------------------------------------------------------------------------------- /学生管理系统/controller/SaveStuInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/SaveStuInfo.php -------------------------------------------------------------------------------- /学生管理系统/controller/SaveStuMajor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/SaveStuMajor.php -------------------------------------------------------------------------------- /学生管理系统/controller/ShowMainTheme.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/ShowMainTheme.php -------------------------------------------------------------------------------- /学生管理系统/controller/addStuInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/addStuInfo.php -------------------------------------------------------------------------------- /学生管理系统/controller/error.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /学生管理系统/controller/fenye.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/fenye.php -------------------------------------------------------------------------------- /学生管理系统/controller/login.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/login.php -------------------------------------------------------------------------------- /学生管理系统/controller/loginOut.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/loginOut.php -------------------------------------------------------------------------------- /学生管理系统/controller/regist.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/regist.php -------------------------------------------------------------------------------- /学生管理系统/controller/search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/search.php -------------------------------------------------------------------------------- /学生管理系统/controller/showAllScore.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/showAllScore.php -------------------------------------------------------------------------------- /学生管理系统/controller/updateStu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/controller/updateStu.php -------------------------------------------------------------------------------- /学生管理系统/css/FamilyInformation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/FamilyInformation.css -------------------------------------------------------------------------------- /学生管理系统/css/StatisticalFigure.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StatisticalFigure.css -------------------------------------------------------------------------------- /学生管理系统/css/StudentEmInformation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StudentEmInformation.css -------------------------------------------------------------------------------- /学生管理系统/css/StudentInfo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StudentInfo.css -------------------------------------------------------------------------------- /学生管理系统/css/StudentInformation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StudentInformation.css -------------------------------------------------------------------------------- /学生管理系统/css/StudentLeft.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StudentLeft.css -------------------------------------------------------------------------------- /学生管理系统/css/StudentPubMed.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StudentPubMed.css -------------------------------------------------------------------------------- /学生管理系统/css/StudentRevise.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StudentRevise.css -------------------------------------------------------------------------------- /学生管理系统/css/StudentScInformation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/StudentScInformation.css -------------------------------------------------------------------------------- /学生管理系统/css/TeacherInfo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/TeacherInfo.css -------------------------------------------------------------------------------- /学生管理系统/css/TeacherPersonalInfo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/TeacherPersonalInfo.css -------------------------------------------------------------------------------- /学生管理系统/css/common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/common.css -------------------------------------------------------------------------------- /学生管理系统/css/login.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/login.css -------------------------------------------------------------------------------- /学生管理系统/css/password.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/password.css -------------------------------------------------------------------------------- /学生管理系统/css/punishment.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/punishment.css -------------------------------------------------------------------------------- /学生管理系统/css/school-msg.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/school-msg.css -------------------------------------------------------------------------------- /学生管理系统/css/search-now.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/search-now.css -------------------------------------------------------------------------------- /学生管理系统/css/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/search.css -------------------------------------------------------------------------------- /学生管理系统/css/search404.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/search404.css -------------------------------------------------------------------------------- /学生管理系统/css/searchNo(1).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/searchNo(1).css -------------------------------------------------------------------------------- /学生管理系统/css/searchNo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/searchNo.css -------------------------------------------------------------------------------- /学生管理系统/css/student.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/student.css -------------------------------------------------------------------------------- /学生管理系统/css/submit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/css/submit.css -------------------------------------------------------------------------------- /学生管理系统/images/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/404.png -------------------------------------------------------------------------------- /学生管理系统/images/PubMed-msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/PubMed-msg.png -------------------------------------------------------------------------------- /学生管理系统/images/archives-msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/archives-msg.png -------------------------------------------------------------------------------- /学生管理系统/images/bk.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/bk.jpeg -------------------------------------------------------------------------------- /学生管理系统/images/border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/border.png -------------------------------------------------------------------------------- /学生管理系统/images/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/code.png -------------------------------------------------------------------------------- /学生管理系统/images/column.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/column.png -------------------------------------------------------------------------------- /学生管理系统/images/job-change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/job-change.png -------------------------------------------------------------------------------- /学生管理系统/images/job-msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/job-msg.png -------------------------------------------------------------------------------- /学生管理系统/images/jxau.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/jxau.jpeg -------------------------------------------------------------------------------- /学生管理系统/images/modify-password.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/modify-password.png -------------------------------------------------------------------------------- /学生管理系统/images/option.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/option.jpg -------------------------------------------------------------------------------- /学生管理系统/images/personal-msg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/personal-msg.png -------------------------------------------------------------------------------- /学生管理系统/images/pin_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/pin_2.svg -------------------------------------------------------------------------------- /学生管理系统/images/sky.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/sky.jpeg -------------------------------------------------------------------------------- /学生管理系统/images/soso-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/soso-white.png -------------------------------------------------------------------------------- /学生管理系统/images/soso.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/soso.png -------------------------------------------------------------------------------- /学生管理系统/images/sousuo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/sousuo.png -------------------------------------------------------------------------------- /学生管理系统/images/xu.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/images/xu.jpeg -------------------------------------------------------------------------------- /学生管理系统/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/index.html -------------------------------------------------------------------------------- /学生管理系统/js/StudentBasicInformation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/js/StudentBasicInformation.js -------------------------------------------------------------------------------- /学生管理系统/js/china.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/js/china.js -------------------------------------------------------------------------------- /学生管理系统/js/echarts.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/js/echarts.min.js -------------------------------------------------------------------------------- /学生管理系统/js/employmentinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/js/employmentinfo.js -------------------------------------------------------------------------------- /学生管理系统/js/jquery-1.9.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/js/jquery-1.9.1.min.js -------------------------------------------------------------------------------- /学生管理系统/regist.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/regist.html -------------------------------------------------------------------------------- /学生管理系统/schoolmsg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/schoolmsg.php -------------------------------------------------------------------------------- /学生管理系统/student.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zxhjames/PhpStudentManageSystem/HEAD/学生管理系统/student.php --------------------------------------------------------------------------------