代码搜索结果

找到约 127,078 项符合 request 的代码

jsp里request变量列表.txt

作者:asp2001 email: asp2001@163.net 日期:2000-8-9 12:45:42

request.java

package FtpServer; import java.io.InputStream; import java.io.IOException; public class Request { public static final int LOGIN_USER = 0; //USER public static final int LOGIN_PASS = 1; //PASS p

request.c

#include "opend.h" #include void request(char *buf, int nread, int fd) { int newfd; if (buf[nread-1] != 0) { sprintf(errmsg, "request not null terminated: %*.*s\n", nread, nread,

request.c

#include "opend.h" #include void request(char *buf, int nread, int clifd, uid_t uid) { int newfd; if (buf[nread-1] != 0) { sprintf(errmsg, "request from uid %d not null terminated

request.h

// Request.h: interface for the Request class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_REQUEST_H__F90A9FAB_6BC7_4190_97A1_30E113A4AFCD__INCLUDED

request.cpp

// Request.cpp: implementation of the Request class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "HttpLook.h" #include "Request.h"

jsp里request变量列表.txt

作者:asp2001 email: asp2001@163.net 日期:2000-8-9 12:45:42

request.h

// Request.h : header file // #ifndef __Request_H__ #define __Request_H__ ///////////////////////////////////////////////////////////////////////////// // CConnectionPropertyPage dialog st

request.cpp

// Request.cpp : implementation file // #include "stdafx.h" #include "LiteProxyServer.h" #include "Request.h" #include "Listener.h" #ifdef _DEBUG #undef THIS_FILE static char BASED_CODE