代码搜索结果
找到约 127,078 项符合
request 的代码
request.hpp
//
// request.hpp
// ~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
//
request.hpp
//
// request.hpp
// ~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
//
request.hpp
//
// request.hpp
// ~~~~~~~~~~~
//
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
//
request.java
/**
* Created at Nov 10, 2008
*/
package com.jdev.net.event;
import java.nio.channels.SocketChannel;
/**
* Title: Request
* Description: 客户端请求信息
* @author Lawrence
* @
request.java
package com.test;
import java.io.Serializable;
public class Request implements java.io.Serializable
{
};
request.java
package com.tarena.abs.model;
import java.io.Serializable;
import java.util.Properties;
/**
* Request类封装一个请求
* @author tony.tang
*
*/
public class Request implements Serializable{
priv
request对象1.txt
request对象的主要功能是服务器端接受客户端以http方式传送给用户端数据,实现交互设计的功能
常用的方法是
getParameter、getParameterValues、getParameterNames
///////////////1.htm 表单提交//////////
request.java
import java.io.Serializable;
public class Request implements java.io.Serializable {}