代码搜索:竞赛试题
找到约 4,538 项符合「竞赛试题」的源代码
代码结果 4,538
www.eeworm.com/read/437186/7753726
bas module1.bas
Attribute VB_Name = "Module1"
Public ThisDBName As String '用于保存当前试题数据库名称
Public Sub ShowError(ByVal msg As String)
MsgBox msg, vbCritical + vbOKOnly, "题库管理系统"
End Sub
www.eeworm.com/read/216911/14986608
asp xuanze_del.asp
alert("试题删除成功!");
var now=new Date();
window.
www.eeworm.com/read/208581/15243359
bas module1.bas
Attribute VB_Name = "Module1"
Public ThisDBName As String '用于保存当前试题数据库名称
Public Sub ShowError(ByVal msg As String)
MsgBox msg, vbCritical + vbOKOnly, "题库管理系统"
End Sub
www.eeworm.com/read/476720/1367452
java question.java
package exam.model;
import java.util.ArrayList;
import java.util.List;
/**
* 代表一道试题
* @author 董晓炜
*
*/
public class Question {
private List s;
private String rightAnswer;
www.eeworm.com/read/474598/1392809
js subjects.js
//考试题库_新增_加载事件
function subjects_add_load() {
var question_relate = new CreateQuestionRelate();
question_relate.setRelate("firstKindId", "secondKindId");
var frm = document.forms[0];
var date =