代码搜索:department
找到约 6,134 项符合「department」的源代码
代码结果 6,134
www.eeworm.com/read/489649/1212390
cs department.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace ExamModel.Auto_Generated_Code
{
public class Department
{
///
/// 系别管理
www.eeworm.com/read/489527/1221157
java department.java
package com.jspdev.ch17;
public class Department {
private String id;
private String name;
private String description;
String leader;
public Department() {
}
public Stri
www.eeworm.com/read/487513/1235835
java department.java
package com.aurifa.struts2.tutorial.model;
import java.io.Serializable;
public class Department implements Serializable {
Integer departmentId;
String name;
public Department() {
}
www.eeworm.com/read/486546/1251059
cs department.cs
using System;
using System.Data;
namespace PMS.Components
{
///
/// Department 的摘要说明。
///
public class Department
{
///
/// 得到关于部门的所有信息
///
www.eeworm.com/read/485914/1258154
java department.java
package unilateralism;
import org.hibernate.*;
import org.hibernate.cfg.Configuration;
public class Department {
public long id;
public School school; //用于多对一单向关联.
public String
www.eeworm.com/read/483537/1277787
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/483537/1277863
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/481155/1298882
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/481155/1298928
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