代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
www.eeworm.com/read/232586/4697575
java~5~ interfaceofspecialties.java~5~
/*该接口用于定义宠物医生类别的相关操作*/
package com.richard.dao;
import java.util.*;
import com.richard.dto.*;
public interface InterfaceOfSpecialties {
void specialtiesAdd(Specialties objSpecialties);
www.eeworm.com/read/232586/4697576
java~3~ interfaceofspecialties.java~3~
/*该接口用于定义宠物医生类别的相关操作*/
package com.richard.dao;
import java.util.*;
import com.richard.dto.*;
public interface InterfaceOfSpecialties {
void specialtiesAdd(Specialties objSpecialties);
www.eeworm.com/read/226719/4780624
java istudentservice.java
package cn.com.javapro.service;
import cn.com.javapro.fwk.PageRoll;
import cn.com.javapro.vo.Student;
/**
* @description:学生对象业务服务接口
* @group: javapro
* @author: vince
*
*/
public in
www.eeworm.com/read/224860/4802416
java categorydao.java
package cn.hxex.library.dao;
import java.util.List;
import cn.hxex.library.model.Category;
/**
* 商品分类DAO接口
*
* @author galaxy
*
*/
public interface CategoryDao
{
// 保存商品分类
pu
www.eeworm.com/read/224860/4802531
java studentdaohibernate.java
package cn.hxex.exam.dao.hibernate;
import cn.hxex.exam.dao.StudentDAO;
import cn.hxex.exam.model.Student;
/**
* StudentDAO接口的实现类
*
* @author galaxy
*
*/
public class StudentDAOHibe
www.eeworm.com/read/224860/4802538
java classesdao.java
package cn.hxex.exam.dao;
import java.util.List;
import cn.hxex.exam.model.Classes;
/**
* 用于操作班级的ClassesDAO接口
*
* @author galaxy
*
*/
public interface ClassesDAO
extends Gen
www.eeworm.com/read/221422/4832637
java paginationinterface.java
package com.funddeal.base.interfaces;
import com.funddeal.base.pagination.PageParaPOJO;
public interface PaginationInterface {
/**
* 得到配置记录数据集(带分页)的接口
* @param pageIndex:当前页
* @par
www.eeworm.com/read/219295/4848402
java packetlistener.java
package com.ll.smsbeans;
/**
* PacketListener 客户端响应包事件的接口。
*
* @author listlike
* <listlike@hotmail.com>
www.eeworm.com/read/217493/4868865
java timefunctionshome.java
//本地接口Home文件
package simpleejb;
import javax.ejb.*;
import java.util.*;
import java.rmi.*;
public interface TimeFunctionsHome extends javax.ejb.EJBHome {
public TimeFunctions create() throws Creat
www.eeworm.com/read/217493/4868885
java studenthome.java
//实现Student的本地Home接口
package enroll.ejb;
import java.util.Collection;
import java.rmi.RemoteException;
import javax.ejb.*;
public interface StudentHome extends EJBHome{
public Student