虫虫首页|资源下载|资源专辑|精品软件
登录|注册

request

request这个对象不用事先声明,就可以在JSP网页中使用,在编译为Servlet之后,它会转换为javax.servlet.http.HttpServletrequest形态的对象,HttpServletrequest对象是有关于客户端所发出的请求的对象,只要是有关于客户端请求的信息,都可以藉由它来取得,例如请求标头、请求方法、请求参数、客户端IP,客户端浏览器等等信息。
  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.create

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp"--> <% set rs=server.createobject("adodb.recordset") sqltext="select * from RegUser where UserId= " & request.form("uid") & " " rs.open sqltext,co

    标签: lt LANGUAGE VBSCRIPT include

    上传时间: 2013-12-08

    上传用户:yuanyuan123

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if

    标签: lt LANGUAGE VBSCRIPT Session

    上传时间: 2013-12-08

    上传用户:huql11633

  • <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSu

    <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="conn.asp" --> <% Id=Session("LoginSuccess") ProductList = Session("ProductList") Products = Split(request("cpbm"), ", ") For I=0 To UBound(Products) PutToShopBag Products(I), ProductList Next Session("ProductList") = ProductList ProductList = Session("ProductList") If Len(ProductList) =0 Then Response.Redirect "Nothing.asp" response.end end if

    标签: lt LANGUAGE VBSCRIPT Session

    上传时间: 2014-08-18

    上传用户:小草123

  • Student result management system Use the C language realization system 2, the data structure mak

    Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface etc. basic function 4, the each function mold piece request of system use the form of function realization 5, completion design mission combine write a course a design report. 6, student the existence document of the result information in

    标签: system realization management structure

    上传时间: 2013-11-29

    上传用户:1966640071

  • J2ME 是SUN 公司针对嵌入式、消费类 电子产品推出的开发平台

    J2ME 是SUN 公司针对嵌入式、消费类 电子产品推出的开发平台,与J2SE 和J2EE 共同组成Java 技术的三个重要的分支。J2ME 实际 上是一系列规范的集合,由JCP 组织制定相关的Java Specification request(JSR)并发布,各 个厂商会按照规范在自己的产品上进行实现,但是必须要通过TCK 测试,这样确保兼容性。比 如MIDP2.0 规范就是在JSR118 中制定的。可能接触过J2ME 的开发者会觉得说J2ME 是一系列 的规范不准确吧。因为我们在开发中用到了很多例如CLDC(Connected Limited Devices Configuration)和MIDP(Mobile Information Devices Profile)等内容。

    标签: J2ME SUN 嵌入式 消费类

    上传时间: 2015-11-20

    上传用户:sardinescn

  • post 提交用户输入的方式是隐含提交

    post 提交用户输入的方式是隐含提交,在ASP端用request.getform()来获取输入域的值; get 提交用户输入的方式是显式提交,提交时在浏览器的地址栏里可以看见 用户输入的内容(你在Google中输入Java搜索,你按查找后可以在地址栏里看到java), 在ASP端用request.getquery()来获取输入域的值;

    标签: post 用户 方式 输入

    上传时间: 2015-12-16

    上传用户:lanhuaying

  • Java编写的一款FTP程序

    Java编写的一款FTP程序,主要功能有支持上传、下载、目录转换。需要加入其他命令的支持可以在request类的sendEventMsg方法中的case语句里添加 FTP的用户名和密码默认是test test

    标签: Java FTP 编写 程序

    上传时间: 2016-01-31

    上传用户:colinal

  • RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and supp

    RAR Registration and Support sites ~~~ ~~~ ~~~ ~~~ ~~~ ~~~~ The latest version of RAR and support conferences are available at the sites and BBS s listed below. Most of them are FIDONET-nodes, so you can request the latest version of RAR, via file request, using the magic name of RAR . NOTE: This list is distributed with the current version of RAR and may not be up-to-date. For the latest RAR_SITE list please visit our website at http://www.rarlab.com There you will also find the latest versions of RAR for all platforms as well as FAR, the greatest file manager in the world. North American Continent: USA

    标签: Registration and Support

    上传时间: 2016-02-14

    上传用户:cooran

  • 网上商店 新增功能: 1

    网上商店 新增功能: 1,分页 2,树型目录,通过**/netstore3/action/setUpTree观看效果 参考tomcat的管理程序 优化功能: 1,将原先路径写死的地方,改成String url=request.getContextPath()+"/action/home" 2,将service类分离,新增的分离类未用接口,考虑到以后,会用接口 在netstore\service目录下加了几个服务类 CustServiceImpl,ProdServiceImpl,OrderServiceImpl   但这样做,为了程序方便,在所有action的基类中,都加入了调用该服务类的方法。   欢迎大家提出更好的分离服务的方法,谢谢! 3,部分地方加入log4j输出日志,方便调试。

    标签:

    上传时间: 2016-02-21

    上传用户:tuilp1a

  • 用DriverStudio 3.2的DriverWizard向导制作的PDIUSBD12读写驱动程序(控制器使用飞思卡尔单片机MC9S12DT128B),并附带测试的应用程序,实现了读写In和Out功

    用DriverStudio 3.2的DriverWizard向导制作的PDIUSBD12读写驱动程序(控制器使用飞思卡尔单片机MC9S12DT128B),并附带测试的应用程序,实现了读写In和Out功能以及厂商请求功能Vendor request,工程内附带Inf文件和DriverStudio工程xml配置文件,可以自行修改,希望能帮到大家,共同进步

    标签: DriverStudio DriverWizard PDIUSBD 12

    上传时间: 2013-12-17

    上传用户:wang0123456789