代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/453038/1643417
java course.java
/**
* 这是课程的基本类
*/
public class Course
{
private String strCourseId;//课程代号
private String strCourseName;//课程名称
private String strCourseTeacher;//授课老师名称
private String strCours
www.eeworm.com/read/451042/1667528
java course.java
/*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. U.S.
* Government Rights - Commercial software. Government users are subject
* to the Sun Microsystems, Inc. standard license
www.eeworm.com/read/248746/4464586
java course.java
//实现Course的远程接口功能
package enroll.ejb;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Course extends EJBObject{
public void setName(String name)
thro
www.eeworm.com/read/248130/4470772
cs course.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using MyOnLineExam.DataAccessLayer;
using MyOnLineExam.DataAccessHelper;
namespace MyOnLineExam.Busin
www.eeworm.com/read/245105/4507312
java course.java
import java.sql.*;
public class course {
private String id;
private String name;
private String dep;
private String prepare;
private int mark;
public void setPrepare(String s)
www.eeworm.com/read/244315/4511536
java course.java
package stu;
import java.sql.*;
public class course {
private String id;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
publ
www.eeworm.com/read/244314/4511563
java course.java
package stu;
import java.sql.*;
public class course {
private String id;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
publ
www.eeworm.com/read/243958/4516542
js course.js
function courseUpdate(id){
location.href="courseAction.do?method=courseUpdateFor";
}
function courseView(){
location.href="courseAction.do?method=courseView";
}
function courseCheck(){
if
www.eeworm.com/read/242337/4554507
java course.java
/*
* Course.java
*
* Created on 2006年5月12日, 下午10:50
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package enova.pojo;
/**
*
* @autho