网站首页  词典首页

请输入您要查询的英文单词:

 

单词 request object
释义

request object

  • 网络请求对象;请求物件;响应对象
1.
请求对象
如果请求对象(request object)的isPost()方法返回true,说明这个表单处于提交状态,我们就用getPost()方法从请求对象中获取表 …
hi.baidu.com
2.
请求物件
请求物件(Request Object) REQUEST[.资料集合](变数名称) Request 的应用 取得使用者输入。 ex.留言版、网路购物、意见调 …
www.docin.com
3.
响应对象
  3)使用响应对象Request Object):响应对象处理3中类型的数据,他们分别是:异常(exception)、头部(headers)、响 …
www.cnblogs.com

例句

释义:
1.
Recall that this function is invoked every time the request object experiences a state change.
回想一下,每次请求对象经历状态改变的时候都会调用这个函数。
www.ibm.com
2.
This new code just looks to see whether the request object has changed in response to this onreadystatechange callback.
这个新代码只是查看请求对象是否发生改变,以响应onreadystatechange回调。
www.ibm.com
3.
Another item of interest is the code in loadXMLDoc, which seems to do back flips to create a request object.
有趣的另一点是loadXMLDoc中的代码,似乎是费力地创建一个请求对象。
www.ibm.com
4.
The odd-looking return value server. NOT_DONE_YET is a flag to the Twisted server to flush the page content out of the request object.
模样奇特的返回值server.NOT_DONE_YET是一个标记,要求Twisted服务器将页面内容清出request对象。
www.ibm.com
5.
The default behavior of this method is to set the character encoding on the wrapped request object.
该方法的默认行为是设置经过包装的请求对象的字符编码。
blog.csdn.net
6.
Public tests test the public API, while private tests test things like the Request object.
公有测试用来测试公有API,而私有测试则是用来测试Request对象这样的东西。
www.infoq.com
7.
A concrete handler implements an action to take the request object and to maintain a reference to the next handler in the chain.
具体的处理者实现了一个获得请求对象的操作,并为链中的下一个处理者维持一个参考标准。
www.ibm.com
8.
Unable to read enhanced key usage from Auto Certificate Request object.
无法从自动证书申请对象读取增强型密钥用法。
www.fan6.net
9.
Maypole is based around the idea of a request object.
Maypole基于请求对象的思想。
www.ibm.com
10.
Then you can call the bean's getter methods and store the data returned by the getter methods as a parameter in the servlet request object.
然后可以调用该bean的getter方法,并将getter方法返回的数据以参数的形式存储在servlet请求对象中。
www.ibm.com
1.
Finally, you use the request object to send the SOAP message and establish a timeout in the event that the service does not respond.
最后,使用请求对象发送SOAP消息,在服务不响应时设置超时。
www.ibm.com
2.
For starters, Prototype's Request object takes two parameters to its constructor.
首先,Prototype的Request对象为其构造函数获取两个参数。
www.ibm.com
3.
The JSP will define the inputs needed by the client service implementation to compose the request object passed to the simulator.
JSP将定义客户端服务实现所需的输入,以形成传递给模拟器的请求对象。
www.ibm.com
4.
The key questions concern how you simulate the Response or Request object and how you run all the script code that an ASP file contains.
关键问题有关您怎么模仿反应或请求对象,并且怎么运行ASP文件包含的所有脚本代码。
www.bylw99.cn
5.
Cannot read certificate template information from a Automatic Certificate Request object.
无法从自动证书申请对象读取证书模板信息。
angel.w15.5tom.cn
6.
An easy way to satisfy this requirement is to store the script context as an attribute of the request object.
满足该请求的简单方式是将脚本上下文存储为request对象的属性。
www.ibm.com
7.
The next few lines create a cross-browser-compliant request object.
下面几行创建跨浏览器兼容请求对象。
www.ibm.com
8.
When you create the new Ajax. Request object, you pass a significant amount of data to it.
在创建新的Ajax.Request对象时,要传递许多数据。
www.ibm.com
9.
I use the SOAPContext request object to get the attachment information as shown in the service code.
如服务代码中所示,我使用SOAPContext请求对象来获取附件信息。
www.ibm.com
10.
The SOAP binding calls the target method in the target class and passes the Request object as a parameter.
SOAP绑定调用目标类中的目标方法,并将Request对象作为参数传递。
www.ibm.com
1.
Now your page has a request object, called request, and you've got a PHP script and database to get data from.
现在,页面已经有了一个请求对象,称为request,并且用来从中获取数据的PHP脚本和数据库也准备好了。
www.ibm.com
2.
The container receives the HTTP request and creates a request object that wraps information contained in the HTTP request.
容器接收到HTTP请求并创建一个请求对象,该对象将封装HTTP请求中包含的信息。
www.ibm.com
3.
The Request object may be used to retrieve user information from forms.
对象用于获取来自表单的用户信息。
www.aspxuexi.com
4.
So, you need a constructor that takes the incoming request object and the locale determined by the servlet filter.
因此,您需要一个构造函数,该构造函数接受传入请求对象和Servlet筛选器所确定的区域设置作为参数。
www.ibm.com
5.
Create client implementation to gather and transfer the request object to the simulator service.
生成客户端实现以收集请求对象并将其传递给模拟器服务。
www.ibm.com
6.
Then the numbers attribute in the request object is set to that collection.
然后请求对象中的numbers属性被设置为该集合。
www.ibm.com
7.
Use the UDDIProxy object to send the request object to the appropriate API and store the response in a local variable.
使用UDDIProxy对象把请求对象发送给相应的API并把响应存入局部变量。
www.ibm.com
8.
APF creates an authentication token with the username, password, and other information fetched from the request object.
APF使用取自请求对象的用户名、密码和其他信息创建一个身份验证标记。
www.ibm.com
9.
ServletRequestListener, which contains methods that gain control whenever a new servlet request object is created or deleted.
ServletRequestListener中包含的方法在创建或删除新的servlet请求对象时获得控制权。
www.ibm.com
10.
The SOAP binding instantiates a Java Request object that contains the SOAP message body contents.
SOAP绑定实例化包含SOAP消息体内容的JavaRequest对象。
www.ibm.com
1.
It reads all the parameters from the request object and sets it in the user object, using the set methods.
它从请求对象中读取所有参数,并将其在用户对象中用set方法进行设置。
www.ibm.com
2.
The servlet container creates a servlet request object representing the user's request.
servlet容器创建一个表示用户请求的servlet请求对象。
www.ibm.com
3.
But, when the user clicks the Login button on the form, it uses the Ajax. Request object to request a login with the server.
但是,当用户单击表单上的Login按钮时,页面将使用Ajax.Request对象向服务器请求登录表单。
www.ibm.com
4.
The request processing class also must set the session variable jspMode with the parameter value read from the request object.
请求处理类还必须用从request对象中读取的参数值设置会话变量jspMode。
www.ibm.com
5.
You can read the selected checkbox index values from the request object String[] values = request. getParameterValues( "hdchkDelete" ); .
可以从request对象中读取所选的选择框的索引值String[]values=request.getParameterValues(“hdchkDelete”);。
www.ibm.com
6.
Application Server creates a request object and passes it to Portal.
应用程序服务器创建了一个请求对象并将其传递到Portal。
www.ibm.com
7.
A cache request object specifying properties and patterns on the returned AutomationElement to cache.
一个缓存请求对象,它指定返回的AutomationElement上要进行缓存的属性和模式。
msdn2.microsoft.com
8.
Note too how Groovlets have implicit access to a request object and how using println suffices for returning a response.
同时,Groovlets可以隐式访问request对象,而且使用println就足以返回响应。
www.ibm.com
9.
Create a new request object (preferably in a cross-browser way).
创建新的请求对象(最好是以跨浏览器的方式)。
www.ibm.com
10.
The parameter mentioned earlier is attached to the request object.
前面提到的参数被附加给请求对象。
www.ibm.com
1.
Where is the request object that you've learned about for so many articles?
曾经在那么多文章中风光一时的request对象如今何在?
www.ibm.com
2.
Gets the intrinsic request object for the current request.
获取当前请求所对应的内部请求对象。
msdn2.microsoft.com
3.
When the user clicks on the link, the showIncident JSP is invoked, and it retrieves the value of the ICN feature from its request object.
当用户单击链接时,将调用showIncidentJSP,该JSP将从其查询对象中检索ICN特性的值。
www.ibm.com
4.
Gets the request object that represents the current postback.
获取表示当前回发的请求对象。
msdn2.microsoft.com
5.
To request the knowledge base, use Prototype's Ajax. Request object.
使用Prototype的Ajax.Request对象请求知识库。
www.ibm.com
6.
It begins by creating a request object and then popping up an informational message box.
它先是创建一个请求对象,然后再弹出一个信息消息框。
www.ibm.com
7.
I put this just below the code that creates a request object, in hoverbox-ajax. js.
我将上述代码放到了hoverbox-ajax.js中用于创建请求对象的代码的下面。
www.ibm.com
8.
The request object is another thing that comes from the framework rather than from the . rpy itself.
request对象是另一个来自框架而非.rpy自身的东西。
www.ibm.com
9.
APF fetches the username, password, and other information from the user's request object.
APF从用户的请求对象中得到用户名、密码和其他信息。
www.ibm.com
10.
Store the scope key in the request object itself for future retrieval.
把范围键存储在请求对象本身中,供以后获取。
www.ibm.com
1.
The request object is then sent to the service, that then returns a TwoWayResponse object.
然后把请求对象发送给服务,并返回一个TwoWayResponse对象。
www.ibm.com
2.
Collection of postback data from the request object.
来自请求对象的回发数据的集合。
msdn2.microsoft.com
3.
That method places the result in the request object and displays the results JSP.
该方法将结果放在请求对象中,并显示结果JSP。
www.ibm.com
4.
You can read the selected radio button index from the request object: String selectedIndex = request. getParameter( "iTableLink" ); .
可以从request对象中读取所选的单选按钮索引:StringselectedIndex=request.getParameter(“iTableLink”);。
www.ibm.com
5.
Sets the request object being wrapped.
设置被包装的请求对象。
blog.csdn.net
6.
If a response is received, the request object registers a ready state of 4.
如果接收到一个响应,那么请求对象会注册为就绪状态4。
www.ibm.com
7.
It uses the Ajax. Request object to get the list of images to show.
利用Ajax.Request对象获得要显示的图片列表。
www.ibm.com
8.
In Listing 3, equipment. setSim(equipId) populates the request object from values entered into the JSP.
在清单3中,equipment.setSim(equipId)将来自输入值的请求对象填充到JSP中。
www.ibm.com
9.
The Request object is used to pass an HTTP request.
Request对象用于传递HTTP请求。
msdn2.microsoft.com
10.
The servlet stores this view bean in the request object using the setAttribute method and naming it ErrandListView.
servlet使用setAttribute方法将这个视图bean存储在请求对象中,并将其命名为ErrandListView。
www.ibm.com
1.
Set the message parameters for the request object that is being used.
设置将要使用的请求对象的消息参数。
www.ibm.com
2.
In this article, I move beyond the basics in the last article and concentrate on more detail about three key parts of this request object
在本文中,我将在上一篇文章的基础上重点介绍这个请求对象的3个关键部分的内容
www.ibm.com
3.
To add the current site area to the request object, a JSP is called that adds the necessary information. Follow these steps
要将当前的站点区域添加到请求对象中,调用一个JSP来添加必要的信息。
www.ibm.com
4.
A string to be converted into a request object implementing the
一个字符串,它将转换为实现
www.ichacha.net
5.
To get the name that the user provides verbally from the request object, use the following syntax
要获得用户从请求对象口头提供的名称,需要使用以下语法
www-128.ibm.com
6.
Direct template access to the request object and attributes, the session object and attributes, and the servlet context and attributes
对请求对象和属性、会话对象和属性以及servlet上下文和属性的直接模板访问
www.ibm.com
7.
Edit the Auto Certificate Request Object by launching the Auto Certificate Request Wizard
通过调用自动证书申请向导来编辑自动证书申请对象
www.fan6.net
8.
Read headers from the request object
读取自请求对象的标题
www.ibm.com
9.
To send a response to the client, you must call the createResponse method on the Request object to create a response. For example
要将响应发送给客户机,必须对Request对象调用createResponse方法,以创建响应。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/4 23:35:41