代码搜索:department
找到约 6,134 项符合「department」的源代码
代码结果 6,134
www.eeworm.com/read/414995/2138349
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/414603/2144124
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/414588/2144804
js department.js
function add()
{
var index = document.all.select1.selectedIndex;
if(index!=-1)
{
var value = document.all.select1.options[index].value;
var item = document.all.select1.options[in
www.eeworm.com/read/414588/2144807
js department.js
function add()
{
var index = document.all.select1.selectedIndex;
if(index!=-1)
{
var value = document.all.select1.options[index].value;
var item = document.all.select1.options[in
www.eeworm.com/read/414279/2151925
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/414279/2152001
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/410907/2199622
java department.java
/*
* $Id: Department.java,v 1.1 2008/07/23 09:27:13 suwei Exp $
*
* Copyright (C) 2006 Operamasks Community.
* Copyright (C) 2000-2006 Apusic Systems, Inc.
*
* This program is free softwar
www.eeworm.com/read/409995/2218984
java department.java
package css.web.demo.model;
import java.io.Serializable;
public class Department implements Serializable {
/**
*
*/
private static final long serialVersionUID = 9077129830166112946
www.eeworm.com/read/409052/2240040
cs department.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace renshiguanli
{
public class Department
{
string name; //部门名称
int ID;