网站首页  词典首页

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

 

单词 client request
释义

client request

  • 网络客户请求;客户端请求;用户请求
1.
客户请求
网络常用单词(简版)_itboy吧_百度贴吧 ... client application / 客户端应用程序 client request / 客户请求 cluster / 群集 ...
tieba.baidu.com
2.
客户端请求
软件开发常用名词中英文对照 - Leo... ... client coordinate 工作区坐标 client request 客户端请求 client-based 基于客户端的 ...
www.cnblogs.com
3.
用户请求
用户请求的关联性... ... ) URC User Request Correlation 用户请求的关联性 ) client request 用户请求 ) request user 请求用户 ...
www.dictall.com
4.
客户端的请求
每次来自客户端的请求(client request),都由主进程传递给(handed)工作进程,当请求完成后,主进程再返回客户端。因此,只 …
topi.co
5.
客户要求
Work Process : Kylin Career ... 1. Client Request / 客户要求 2. Candidate Search / 搜寻候选人 ...
www.kylincareer.com
6.
客户端应用
各层面主要包括:客户端应用Client Request)、通讯管理(Communication Managers-COMMG)、资源管理(Resource M…
www.docin.com

例句

释义:
1.
You could simply put it in your J2EE application code and wait until an application client request first comes in for your application.
您可以简单地把它放在J2EE应用程序代码中,一直等到应用程序客户机向您的应用程序发出第一次请求。
www.ibm.com
2.
Each client request has a new session and a single transaction. You use Hibernate's "current session" feature to associate the two together.
每次客户端请求有一个新会话和一个事务,使用Hibernate的“当前会话”特性将两者关联起来。
www.infoq.com
3.
Otherwise, we set the ETag response header in preparation for the next client request.
否则,我们设置ETag响应头以便为下一次客户端请求做好准备。
www.infoq.com
4.
You do this by implementing any of the many server-side stacks that route the client request to the appropriate method.
可以通过实现任意一个服务器栈来完成,它将客户端请求路由到合适的方法。
www.ibm.com
5.
JESTServlet executes each client request in a context that binds an HTTP servlet request-response to a persistence context.
JESTServlet在将HTTP请求-响应绑定到一个持久化上下文的环境中处理每一个客户端请求。
www.ibm.com
6.
Provides access control based on client hostname , IP address , or other characteristics of the client request .
提供基于客户端主机名、IP地址或者客户端请求的其他特性的存取访问控制。
www.bing.com
7.
This was followed by a discussion of HTTP support, including how to package a client request, as well as interpret a server response.
然后讨论了HTTP支持,包括如何打包客户机请求,以及如何解释服务器响应。
www-128.ibm.com
8.
However, a client request does not necessarily equate to a user request.
但是,一个客户机请求不一定等于一个用户请求。
www.ibm.com
9.
Each client request to provide a service will be processed, and an appropriate service will be selected and offered to the client.
提供服务的每一个客户请求都将被处理,并且一个适当的服务将被选中来提供给客户端。
www.ibm.com
10.
Figure 1 shows the token flow that occurs as the AAP component receives a client request with an embedded LTPA token.
图1所示的令牌流程是在AAP组件接收到包含LTPA令牌的客户机请求时发生的处理过程。
www.ibm.com
1.
Given that entity beans are shared components, for every client request, the database connections are acquired and released several times.
考虑到实体bean是共享组件,因此,对每个客户机请求,都要进行几次获取和释放数据库连接的操作。
www.ibm.com
2.
The initial client request to be secured as configured in the client's SAML policy set and bindings.
初始客户端请求将根据客户端的SAML策略集和绑定中的配置实施安全保护。
www.ibm.com
3.
The dispatch servlet handles a client request, reads the stream, and forwards the serialized object to the proper handler.
调度servlet处理客户请求,读取流,并将序列化的对象转发给适当的处理程序。
www-128.ibm.com
4.
First, it is the only way to auto-start a . NET Remoting endpoint when a client request arrives.
首先,它是当客户端请求到达时自动启动.NETRemoting端点的唯一方法。
blog.163.com
5.
As part of the client request pipeline execution, the client request handler is invoked.
客户请求处理程序作为客户请求的管道执行的一部分被调用。
www.ibm.com
6.
Incremented for each HTTP request handled by the server that represents a client request to initiate a new session.
服务器每处理一个HTTP请求即相应增加,表示客户端请求启动一个新的会话。
msdn2.microsoft.com
7.
A remoting server sends a MethodReturnMessageWrapper message to a client in response to a client request.
远程处理服务器在对客户端请求的响应中将一条MethodReturnMessageWrapper消息发送到客户端。
msdn2.microsoft.com
8.
Incremented for each HTTP request handled by the server that represents a client request to end a session.
服务器每处理一个HTTP请求即相应增加,表示客户端请求终止会话。
msdn2.microsoft.com
9.
Client request, the server listening to requests from the client and the client to provide the corresponding services.
客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。
www.joys99.com
10.
The following code example displays the user information for a client request.
下面的代码示例显示客户端请求的用户信息。
msdn2.microsoft.com
1.
Direct execution of research reports deliverables adhering to client request.
提供符合客户要求的研究报告;
dictsearch.appspot.com
2.
Completes an asynchronous operation to retrieve an incoming client request.
完成检索传入的客户端请求的异步操作。
msdn2.microsoft.com
3.
The HTTP headers that may be specified in a client request.
可以在客户端请求中指定的HTTP标头。
msdn2.microsoft.com
4.
This counter measures the time it takes for the server to fulfill the client request.
此计数器测量服务器实现客户端请求所用的时间。
technet.microsoft.com
5.
The. NET Framework maps a single control adapter to a derived WebControl object for each client request.
针对每个客户端请求,.NETFramework将单个控件适配器映射到一个派生的WebControl对象。
msdn2.microsoft.com
6.
After the server has received and processed the client request, it must package and send a response.
当服务器收到并处理了客户请求后,它必须打包并发送响应。
www-128.ibm.com
7.
Continuously listens for the client request.
持续侦听客户端请求。
www.ibm.com
8.
Client identity token and other related information will be encapsulated in the client request message.
客户身份令牌和其他相关信息将被封装到客户请求消息中。
www.ibm.com
9.
Only one user-based action per client request is triggered.
每个客户机只有一个基于用户的行为被触发。
www.ibm.com
10.
WDSPXE maintains a list of providers, and the order of providers determines how a client request is handled.
WDSPXE维护提供商列表,并提供程序的顺序将决定如何处理客户端请求。
technet.microsoft.com
1.
Next, the static stub for the WeatherForecast Web service is used to delegate the client request.
下一步,将使用WeatherForecastWeb服务的静态存根代表客户端请求。
www-128.ibm.com
2.
[DXLCreateDoc] accepts XML in DXL format and processes the client request to create a new document.
[DXLCreateDoc]接受DXL格式的XML,并处理客户机请求,以创建一个新的文档。
www.ibm.com
3.
Object that represents the client request.
表示客户端请求的。
msdn2.microsoft.com
4.
I used an open source performance testing framework called Grinder version 3. 3 for purposes of simulating client request load.
我使用一个开源性能测试框架Grinder3.3版来模拟客户端请求负载。
www.ibm.com
5.
We'll look at the stages of both the client request and the server response before we move on.
在继续后面的内容之前,我们将分析客户请求和服务器响应的各个方面。
www.ibm.com
6.
In the server, before the target service receives the client request.
服务器端,目标服务接受客户端请求之前。
www.infoq.com
7.
One thread is required for every client request.
每个客户机请求需要一个线程。
www.ibm.com
8.
SingleCall types always have one instance per client request.
SingleCall类型对于每个客户端请求始终有一个实例。
msdn2.microsoft.com
9.
At time t1, the client request R1 for a resource reaches the server.
在t1时刻,客户端的资源请求R1到达服务器。
www.ibm.com
10.
We also can basis of client request what finish.
款式多,也可以按照顾客的要求来订做。
dictsearch.appspot.com
1.
Has experienced client request time-outs caused by one or more queries waiting for updated statistics.
遇到由一个或多个等待更新后的统计信息的查询导致的客户端请求超时。
msdn2.microsoft.com
2.
Get the socket that handles the client request.
获取客户端请求句柄。
blog.csdn.net
3.
Web to provide a space called the WebClient object, you can use this object to make C# Directly to the WEB server send the client request.
C#里System.Web空间下提供了一个叫做WebClient的对象,使用此对象就可以使C#直接对服务器发送WEB客户端的请求。
ftp.hackchina.com
4.
The event is logged because the AcceptableResponseSchema element from the client request is empty.
将记录事件,因为来自客户端请求的AcceptableResponseSchema元素为空。
www.microsoft.com
5.
Step 1(M: HttpModule): Client request processing starts.
Step1(MHttpModule):客户端请求处理开始。
archive.cnblogs.com
6.
Update according to Client Request.
根据客户请求更新。
angel.w15.5tom.cn
7.
In this diagram, the flow of a client request (steps 1 through 8), is described as follows
在这个图表中,客户端请求的流程(步骤1至8)描述如下
www.ibm.com
8.
As with the client request, three sections are associated with the server response
与客户请求一样,服务器响应有三个部分
www-128.ibm.com
9.
Remote Install client request a CDROM during installation
远程安装在安装期间请求
blog.chinaitlab.com
10.
To get the object that represents the client request, use the
若要获取表示客户端请求的对象,请使用
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/5/14 19:55:17