CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序

文件名称: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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com