代码搜索:Course
找到约 8,870 项符合「Course」的源代码
代码结果 8,870
www.eeworm.com/read/187386/5223840
java course.java
package examples.entity.bid.many_to_many;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import javax.persistence.CascadeType;
import javax.persistence.
www.eeworm.com/read/187386/5223869
java course.java
package examples.entity.uni.many_to_many;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import javax.persistence.Entity;
import javax.persistence.Id;
www.eeworm.com/read/180408/5287071
java course.java
//$Id: Course.java,v 1.2 2005/02/12 07:27:21 steveebersole Exp $
package org.hibernate.test.criteria;
/**
* @author Gavin King
*/
public class Course {
private String courseCode;
private String d
www.eeworm.com/read/177110/5332778
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/173357/5374352
cs course.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.W
www.eeworm.com/read/165570/5481242
java course.java
package Entities;
import dslib.list.LinkedListUos;
/** This class models a course, that is a description
a possible class you could take at the university */
public class Course
{
protecte
www.eeworm.com/read/165525/5481510
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/163959/5504891
java course.java
//$Id: Course.java,v 1.2 2005/02/12 07:27:21 steveebersole Exp $
package org.hibernate.test.criteria;
/**
* @author Gavin King
*/
public class Course {
private String courseCode;
private String d
www.eeworm.com/read/163169/5511474
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