代码搜索:教师培训

找到约 4,436 项符合「教师培训」的源代码

代码结果 4,436
www.eeworm.com/read/144855/12767098

htm login.htm

教师业务管理系统
www.eeworm.com/read/144855/12767179

htm index.htm

教师业务管理系统
www.eeworm.com/read/327873/13057971

htm login.htm

教师业务管理系统
www.eeworm.com/read/327873/13058019

htm index.htm

教师业务管理系统
www.eeworm.com/read/147913/5718826

properties applicationresources_temp.properties

title=校园课程管理系统 username=姓名 password=密码 kind=类型 kind.student=学生 kind.teacher=教师 kind.admin=管理员 student.select.course=选报课程 student.selected.course=已选课程 student.result=目前成绩 student.id=学生编号 student.new=增
www.eeworm.com/read/147913/5718844

properties applicationresources_temp.properties

title=校园课程管理系统 username=姓名 password=密码 kind=类型 kind.student=学生 kind.teacher=教师 kind.admin=管理员 student.select.course=选报课程 student.selected.course=已选课程 student.result=目前成绩 student.id=学生编号 student.new=增
www.eeworm.com/read/488102/6496570

tlh msado15.tlh

// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (4d639f5b). // // d:\毕业设计--\葛钊钊\教师考核系统\ado编程资料\ado&vc编程-5.15\ado数据库例子\ado数据库例子\vchomework\debug\msado15.tlh // // C++ source equival
www.eeworm.com/read/493012/1170238

properties applicationresources_temp.properties

title=校园课程管理系统 username=姓名 password=密码 kind=类型 kind.student=学生 kind.teacher=教师 kind.admin=管理员 student.select.course=选报课程 student.selected.course=已选课程 student.result=目前成绩 student.id=学生编号 student.new=增
www.eeworm.com/read/493012/1170260

properties applicationresources_temp.properties

title=校园课程管理系统 username=姓名 password=密码 kind=类型 kind.student=学生 kind.teacher=教师 kind.admin=管理员 student.select.course=选报课程 student.selected.course=已选课程 student.result=目前成绩 student.id=学生编号 student.new=增
www.eeworm.com/read/490092/1208784

txt pzb_sql.txt

--通过scid显示当前教师的所有课程及对应学生的信息 SELECT sc.scid,c.courseid,c.coursename,s.studentid,s.name,sc.score FROM teacher t,course c,sc sc,student s WHERE t.teachername=c.teachername AND c.courseid=sc.courseid AND