文件名称:zhaofusen
-
所属分类:
- 标签属性:
- 上传时间:2014-11-13
-
文件大小:2.14mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
直通车考试系统,靠的是父类或接口定义的引用变量可以指向子类或具体实现类的实例对象,而程序调用的方法在运行期才动态绑定,就是引用变量所指向的具体实例对象的方法,也就是内存里正在运行的那个对象的方法,而不是引用变量的类型中定义的方法。-By the parent class or interface definition object reference variables can point to instances of subclasses or specific implementation class, and method of procedure was invoked at runtime dynamic binding, that is a reference method variables pointed to specific instance of an object, that is, methods running in memory that object, method type is not defined in the reference variable.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
赵副森的项目报告—在线考试系统.doc
StudentExamSystem1.0/.classpath
StudentExamSystem1.0/.project
StudentExamSystem1.0/.settings/edu.umd.cs.findbugs.core.prefs
StudentExamSystem1.0/.settings/org.eclipse.core.resources.prefs
StudentExamSystem1.0/.settings/org.eclipse.jdt.core.prefs
StudentExamSystem1.0/bin/com/muyu/exam/frame/Clock.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/ExamineManagePanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/JudgeExamPanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/ProvideExamPanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/UpdateExamine.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/MainApp$1.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/MainApp.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/question/ProvideQuestionPanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/question/SetMulChoiceFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/question/SetSingleChoiceFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/InsertStudent.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/StudentFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/StudentManagePanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/UpdateStudent.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/InsertTeacher.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/TeacherFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/TeacherManegePanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/UpdateTeacher.class
StudentExamSystem1.0/bin/com/muyu/exam/globalvar/GlobalVar.class
StudentExamSystem1.0/bin/com/muyu/exam/globalvar/QuestionProvider.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Examine.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Grade.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Question.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/SaveMess.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/StuAnswer.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Student.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Teacher.class
StudentExamSystem1.0/bin/com/muyu/exam/service/CourseService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/ExamineService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/GradeService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/ClassServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/CourseServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/ExamineServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/GradeServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/QuestionServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/StudentServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/TeacherServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/QuestionService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/StudentService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/TeacherService.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/examine/QuestionManage.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/manage/ExamineTableModel.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/manage/StudentTableModel.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/manage/TeacherTableModel.class
StudentExamSystem1.0/bin/com/muyu/exam/util/ConnectionUtil.class
StudentExamSystem1.0/bin/com/muyu/exam/util/JDBCProperties.class
StudentExamSystem1.0/bin/com/muyu/exam/util/MuYuUtil.class
StudentExamSystem1.0/bin/com/muyu/exam/util/WindowLocation.class
StudentExamSystem1.0/bin/jdbc.properties
StudentExamSystem1.0/bin/log4j.properties
StudentExamSystem1.0/lib/log4j-1.2.16.jar
StudentExamSystem1.0/lib/looks-2.1.4.jar
StudentExamSystem1.0/lib/mysql-connector-java-5.1.21-bin.jar
StudentExamSystem1.0/src/com/muyu/exam/frame/Clock.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/ExamineManagePanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/JudgeExamPanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/ProvideExamPanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/UpdateExamine.java
StudentExamSystem1.0/src/com/muyu/exam/frame/MainApp.java
StudentExamSystem1.0/src/com/muyu/exam/frame/question/ProvideQuestionPanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/question/SetMulChoiceFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/question/SetSingleChoiceFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/InsertStudent.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/StudentFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/StudentManagePanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/UpdateStudent.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/InsertTeacher.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/TeacherFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/TeacherManegePanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/UpdateTeacher.java
StudentExamSystem1.0/src/com/muyu/exam/globalvar/Global
StudentExamSystem1.0/.classpath
StudentExamSystem1.0/.project
StudentExamSystem1.0/.settings/edu.umd.cs.findbugs.core.prefs
StudentExamSystem1.0/.settings/org.eclipse.core.resources.prefs
StudentExamSystem1.0/.settings/org.eclipse.jdt.core.prefs
StudentExamSystem1.0/bin/com/muyu/exam/frame/Clock.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/ExamineManagePanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/JudgeExamPanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/ProvideExamPanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/examine/UpdateExamine.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/MainApp$1.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/MainApp.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/question/ProvideQuestionPanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/question/SetMulChoiceFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/question/SetSingleChoiceFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/InsertStudent.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/StudentFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/StudentManagePanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/student/UpdateStudent.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/InsertTeacher.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/TeacherFrame.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/TeacherManegePanel.class
StudentExamSystem1.0/bin/com/muyu/exam/frame/teacher/UpdateTeacher.class
StudentExamSystem1.0/bin/com/muyu/exam/globalvar/GlobalVar.class
StudentExamSystem1.0/bin/com/muyu/exam/globalvar/QuestionProvider.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Examine.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Grade.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Question.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/SaveMess.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/StuAnswer.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Student.class
StudentExamSystem1.0/bin/com/muyu/exam/pojo/Teacher.class
StudentExamSystem1.0/bin/com/muyu/exam/service/CourseService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/ExamineService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/GradeService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/ClassServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/CourseServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/ExamineServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/GradeServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/QuestionServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/StudentServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/impl/TeacherServiceImpl.class
StudentExamSystem1.0/bin/com/muyu/exam/service/QuestionService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/StudentService.class
StudentExamSystem1.0/bin/com/muyu/exam/service/TeacherService.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/examine/QuestionManage.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/manage/ExamineTableModel.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/manage/StudentTableModel.class
StudentExamSystem1.0/bin/com/muyu/exam/ui/manage/TeacherTableModel.class
StudentExamSystem1.0/bin/com/muyu/exam/util/ConnectionUtil.class
StudentExamSystem1.0/bin/com/muyu/exam/util/JDBCProperties.class
StudentExamSystem1.0/bin/com/muyu/exam/util/MuYuUtil.class
StudentExamSystem1.0/bin/com/muyu/exam/util/WindowLocation.class
StudentExamSystem1.0/bin/jdbc.properties
StudentExamSystem1.0/bin/log4j.properties
StudentExamSystem1.0/lib/log4j-1.2.16.jar
StudentExamSystem1.0/lib/looks-2.1.4.jar
StudentExamSystem1.0/lib/mysql-connector-java-5.1.21-bin.jar
StudentExamSystem1.0/src/com/muyu/exam/frame/Clock.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/ExamineManagePanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/JudgeExamPanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/ProvideExamPanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/examine/UpdateExamine.java
StudentExamSystem1.0/src/com/muyu/exam/frame/MainApp.java
StudentExamSystem1.0/src/com/muyu/exam/frame/question/ProvideQuestionPanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/question/SetMulChoiceFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/question/SetSingleChoiceFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/InsertStudent.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/StudentFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/StudentManagePanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/student/UpdateStudent.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/InsertTeacher.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/TeacherFrame.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/TeacherManegePanel.java
StudentExamSystem1.0/src/com/muyu/exam/frame/teacher/UpdateTeacher.java
StudentExamSystem1.0/src/com/muyu/exam/globalvar/Global
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.