代码搜索:department
找到约 6,134 项符合「department」的源代码
代码结果 6,134
www.eeworm.com/read/221024/14776604
html http:^^www.cs.wisc.edu^forms^talks.html
Date: Tue, 05 Nov 1996 20:57:21 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Mon, 12 Sep 1994 16:53:49 GMT
Content-length: 1125
CS Department Colloquia
www.eeworm.com/read/221024/14778060
html http:^^www-cse.ucsd.edu^cse^academic_personnel.html
Date: Tue, 14 Jan 1997 23:46:53 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Fri, 20 Oct 1995 22:35:12 GMT
Content-length: 4798
UCSD CSE Department Academic P
www.eeworm.com/read/221024/14778654
html http:^^www.cs.bu.edu^courses^home.html
Date: Tue, 14 Jan 1997 20:29:44 GMT
Server: NCSA/1.5
Content-type: text/html
BU - Computer Science Department // Courses of Instruction
www.eeworm.com/read/221024/14779489
html http:^^www-eecs.mit.edu^ay96-97^index.html
Date: Tuesday, 14-Jan-97 19:49:44 GMT
Server: NCSA/1.3
MIME-version: 1.0
Content-type: text/html
MIT EECS Web Archives, 1996-97
MIT Department of Electrica
www.eeworm.com/read/224582/4803073
java employee.java
package com.yourcompany;
public class Employee
//业务实体类 与数据库一一对应 将来用到 hiberlet实现
{
private String username;
private String password;
private String name;
private String department;
priv
www.eeworm.com/read/345404/3199370
java basefloadpurview.java
package com.t60.oa.po.base;
import java.io.Serializable;
import com.t60.oa.po.DoucumentFolder;
import com.t60.oa.po.Employee;
import com.t60.oa.po.Department;
/**
* This class has been au
www.eeworm.com/read/345404/3199501
java selectpart.java
package com.t60.oa.service.org;
import java.util.List;
import com.t60.oa.po.Department;
import com.t60.oa.web.org.SelectPartForm;
import hong.javanet.dao.HibernateUtil;
import org.hibernate.Q