代码搜索结果
找到约 10,000 项符合
Interface 的代码
interface2.java
interface MyInter1{
public void method1();
}
interface MyInter2{
public void method2();
}
public class Interface2 implements MyInter1, MyInter2{
public void method1(){
System.out.prin
interface1.java
interface MyInter{
public static final int MAX=100;
public static final int MIN=1;
public void method1();
public void method2(int a);
}
public class Interface1 implements MyInter{
p
interface5.java
interface MyInter{
private void method1();
protected void method2();
}
public class Interface5 implements MyInter{
public void method1(){
System.out.println("method1 override");
}
interface3.java
interface MyInter1{
public void method1();
}
interface MyInter2{
public void method2();
}
class MyClass{
public void hi(){
System.out.println("救崇");
}
}
public class Interface3 e
cache_interface.cpp
#include "cache_interface.h"
#include "worker_thread.h"
#include "global_config.h"
#include
#include
#include
#includ
session_interface.h
#ifndef CPPCMS_SESSION_INTERFACE_H
#define CPPCMS_SESSION_INTERFACE_H
#include
#include
#include
#include
#include
cache_interface.h
#ifndef CACHE_IFACE_H
#define CACHE_IFACE_H
#include
#include
#include "archive.h"
#include "base_cache.h"
namespace cppcms {
using namespace std;
class worker_thread;
class cache_i
session_interface.cpp
#include "worker_thread.h"
#include "session_interface.h"
#include "session_api.h"
#include "manager.h"
#include "util.h"
#include
namespace cppcms {
class cookie : public cgicc::HTTPCooki
queue_interface.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that
queue_interface.h
/*
* This file contains code from "C++ Primer, Fourth Edition", by Stanley B.
* Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the
* copyright and warranty notices given in that