代码搜索:INTERFACES
找到约 10,000 项符合「INTERFACES」的源代码
代码结果 10,000
www.eeworm.com/read/169773/5410917
txt 反射接口.txt
using System;
using System.Reflection;
namespace TestSystem
{
public interface IBookRetailer:IDisposable
{
void Purchase();
void ApplyDiscount();
}
public interface IMusicRetailer
{
www.eeworm.com/read/169351/5424087
postinst
#! /bin/sh
#
# Copyright 2001,2002 by Dennis Schoen
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as pu
www.eeworm.com/read/169327/5424303
java serializableproxy.java
//$Id: SerializableProxy.java,v 1.9.2.2 2003/12/11 06:56:05 oneovthafew Exp $
package net.sf.hibernate.proxy;
import java.io.Serializable;
import java.lang.reflect.Method;
import net.sf.hibernate.La
www.eeworm.com/read/169327/5424307
java cgliblazyinitializer.java
//$Id: CGLIBLazyInitializer.java,v 1.9.2.12 2004/01/27 07:35:06 oneovthafew Exp $
package net.sf.hibernate.proxy;
import java.io.Serializable;
import java.lang.reflect.Method;
import net.sf.cglib.pr
www.eeworm.com/read/169307/5425557
readme
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.
It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibra
www.eeworm.com/read/168747/5440844
java helloworld.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
package masteringrmi.helloejb.interfaces;
import java.rmi.RemoteException;
/**
* This is the remote interface of t
www.eeworm.com/read/165570/5481258
java usercontroller.java
package Controllers;
import Entities.*;
import Interfaces.*;
import Transactions.*;
/** A controller for a specific kind of user. A user controller
allows the execution of transactions to b
www.eeworm.com/read/163959/5504326
java serializableproxy.java
//$Id: SerializableProxy.java,v 1.5 2005/02/12 07:19:45 steveebersole Exp $
package org.hibernate.proxy;
import java.io.Serializable;
import java.lang.reflect.Method;
import org.hibernate.HibernateE