代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/174183/9604272
class request.class
www.eeworm.com/read/369484/9646062
h request.h
#if !defined(AFX_REQUEST_H__55800FB6_28B3_11D4_9E64_00001A012804__INCLUDED_)
#define AFX_REQUEST_H__55800FB6_28B3_11D4_9E64_00001A012804__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/369484/9646073
cpp request.cpp
// Request.cpp : implementation file
//
#include "stdafx.h"
#include "ClientNet.h"
#include "Request.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/173231/9665282
java request.java
package htmlbrowser;
import java.io.InputStream;
public class Request
{
public Request()
{
}
private InputStream input;
private String uri;
public Request(Inpu
www.eeworm.com/read/368852/9675956
class request.class
www.eeworm.com/read/172951/9681592
c request.c
/***************************************************************************\
|* Copyright (c) 1994 Microsoft Corporation *|
|* Developed for Microsoft by TriplePoint,
www.eeworm.com/read/367275/9763086
c request.c
/* frontend to IBE_request() in ibe_lib.cc
* (requests private keys)
* Ben Lynn
*/
/*
Copyright (C) 2001 Benjamin Lynn (blynn@cs.stanford.edu)
See LICENSE for license
*/
#include
#
www.eeworm.com/read/415628/11060503
java request.java
public class Request {
private final String name;
public Request(String name) {
this.name = name;
}
public String getName() {
return name;
}
public Stri
www.eeworm.com/read/415628/11060625
java request.java
import java.util.Random;
public class Request {
private final String name; // 委托者
www.eeworm.com/read/415628/11060633
java request.java
public class Request {
private final String name;
private final int number;
public Request(String name, int number) {
this.name = name;
this.number = number;
}