代码搜索:department
找到约 6,134 项符合「department」的源代码
代码结果 6,134
www.eeworm.com/read/136233/13386791
h department.h
// Department.H : Declaration of the CDepartment class
#ifndef __DEPARTMENT_H_
#define __DEPARTMENT_H_
class CDepartmentAccessor
{
public:
TCHAR m_DepartmentCode[5];
TCHAR m_DepartmentName
www.eeworm.com/read/136233/13386957
h department.h
// Department.H : Declaration of the CDepartment class
#ifndef __DEPARTMENT_H_
#define __DEPARTMENT_H_
class CDepartmentAccessor
{
public:
TCHAR m_DepartmentCode[5];
TCHAR m_DepartmentName
www.eeworm.com/read/321750/13399831
cs department.cs
using System;
using System.Data;
using System.Collections;
using MyOA.DataAccessLayer;
using MyOA.DataAccessHelper;
namespace MyOA.BusinessLogicLayer
{
///
/// Department 的摘要说明
www.eeworm.com/read/320282/13429474
java department.java
package dal;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class Department
{
//增加部门信息
public static boolean add(String name,String remark
www.eeworm.com/read/320282/13429476
class department.class
www.eeworm.com/read/311861/13624241