代码搜索:department
找到约 6,134 项符合「department」的源代码
代码结果 6,134
www.eeworm.com/read/366271/2892041
java department.java
package com.jspdev.ch18;
public class Department {
private String id;
private String name;
private String description;
String leader;
public Department() {
}
public Stri
www.eeworm.com/read/365923/2894162
java department.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****
www.eeworm.com/read/363729/2913133
java department.java
package cn.speed.chapter1;
import java.io.Serializable;
public class Department implements Serializable {
private static final long serialVersionUID = 1L;
private int id;
private Str
www.eeworm.com/read/360839/2958124
java department.java
package cn.kmp.accommodation.domain;
public class Department {
private int departmentNum;
private int type;//0为单间公寓hall,1为集体公寓flat
private String departmentName;
private String address;
p
www.eeworm.com/read/360839/2958275
java department.java
package cn.kmp.accommodation.domain;
public class Department {
private int departmentNum;
private int type;//0为单间公寓hall,1为集体公寓flat
private String departmentName;
private String address;
p
www.eeworm.com/read/358515/2985217
js department.js
function Expand(id)
{
var imgTag = document.all.tags("img");
var divTag = document.all.tags("div");
var div = null;
var img = null;
img = imgTag.item(id);
div = divTag.item(id);
if(d
www.eeworm.com/read/358515/2985322
js department.js
function Expand(id)
{
var imgTag = document.all.tags("img");
var divTag = document.all.tags("div");
var div = null;
var img = null;
img = imgTag.item(id);
div = divTag.item(id);
if(d
www.eeworm.com/read/358292/2987190
java department.java
package com.jlobo.web.beans;
import java.util.HashSet;
import java.util.Set;
public class Department {
private Long id;
private String name;
private String localName;
private Department
www.eeworm.com/read/357890/3011915
java department.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****
www.eeworm.com/read/357890/3011992
java department.java
/*
* Created on 2004-9-17
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package oa.data;
/**
*****