代码搜索:Question

找到约 5,399 项符合「Question」的源代码

代码结果 5,399
www.eeworm.com/read/474598/1392821

js question.js

//新添一级试题提交事件 function first_sub(e) { var firstKindName = e.firstKindName; if (check_null(firstKindName)) { alert("\u8bf7\u60a8\u8f93\u5165\u6b63\u786e\u7684\u4e00\u7ea7\u8bd5\u9898\u540d\u79f0\u
www.eeworm.com/read/474571/1393206

aspx question.aspx

BODY { FONT-SIZE: 9pt; COLOR: efefef; FONT-FAMI
www.eeworm.com/read/473404/1398469

java question.java

package com.tarena.exam.model; import java.util.ArrayList; import java.util.List; /** * Question对象代表一道试题。包含题干和四个选项以及正确答案 * @author new * */ public class Question { private String title;/
www.eeworm.com/read/470919/1438654

java question.java

package tarena.entity; import java.util.HashSet; import java.util.Set; /** * Question entity. * * @author MyEclipse Persistence Tools */ public class Question implements java.io.Ser
www.eeworm.com/read/469338/1480173

java question.java

package org.mmxbb.exam.bean; public class Question { private long q_id; private String q_class = ""; private String q_knowledge = ""; private float q_value; private String q_type = "
www.eeworm.com/read/467825/1496136

java question.java

package exam.model; /** * 一道试题 * * @author teacher * */ public class Question { private int id; private String title; private String answerA, answerB, answerC, answerD, rightAnsw
www.eeworm.com/read/461515/1552543

java question.java

/* * @(#)Question.java Dec 14, 2006 * Copyright 2006 qingdaosoftware, Inc. All rights reserved */ package com.qrsx.exam.model; /** * * 功能:The pojo about Question * *
www.eeworm.com/read/461306/1553466

java question.java

package org.yeeku.model; import java.io.Serializable; public class Question implements Serializable { private int id; private String quTitle; private String quHard; private String quSc
www.eeworm.com/read/461036/1555488

java question.java

// LLAnalyze -- Nathaniel Nystrom, February 2000 // For use in Cornell University Computer Science 412/413 // Class representing expressions of the form [ alpha ], where alpha // is some string of ex
www.eeworm.com/read/459479/1569481

java question.java

package org.yeeku.model; import java.io.Serializable; public class Question implements Serializable { private int id; private String quTitle; private String quHard; private String quSc