单词 | session object | ||||||||||
释义 | session object
更多释义 收起释义 例句释义: 会话对象,工作阶段对象,连接期间对象 1. At this point, the list has not been retrieved from the database, so there is no ErrandListBean stored in the session object. 此时,还未从数据库检索差事列表,所以没有ErrandListBean存储在会话对象中。 www.ibm.com 2. Acegi's filters automatically check the HTTP session object created in step 4 to see whether the requesting client is already authenticated. Acegi的过滤器自动检查第4步中创建的HTTP会话对象,以查看请求客户机是否已被验证。 www.ibm.com 3. To improve performance, sessions that use cookies do not allocate session storage until data is actually stored in the Session object. 若要提高性能,只有数据确实存储在Session对象中后,使用Cookie的会话才会分配会话存储。 msdn2.microsoft.com 4. Also, as the size of the session object increases, performance degrades - again, about equally for both session distribution options. 另外,当会话对象的大小增加时,性能就会下降再强调一遍,两种会话分布方式的性能大致相同。 www-128.ibm.com 5. If any filter has made changes to the security context, SIF saves the changes into a server-side session object. 如果任何一个过滤器对安全上下文做出了更改,SIF将把更改保存到服务器端的会话对象中。 www.ibm.com 6. To use them, you create a session object and pass it to the constructor or initializer for a binary XML reader or writer. 要使用动态字典,请创建会话对象并将其传递到二进制XML读取器或编写器的构造函数或初始值设定项。 technet.microsoft.com 7. It retrieves the security context from the session object and places it in a temporary placeholder called security context holder. 它从会话对象中检索安全上下文,并将其放置在名为securitycontextholder的临时占位符中。 www.ibm.com 8. This means that any changes made to the security context during filter chain processing now reside in the session object. 就是说在过滤器链处理过程中,对安全上下文的任何更改现在都保存在会话对象中。 www.ibm.com 9. If the session object does not exist, SIF creates a new security context and puts it in the security context holder. 如果不存在会话对象,SIF将创建一个新的安全上下文,并将它放到securitycontextholder中。 www.ibm.com 10. If the derbyCookie exists then the next test is to check if the Session object contains a user ID. 如果存在derbyCookie,那么接下来的测试是检查Session对象是否包含一个用户ID。 www.ibm.com 1. You can use Dependency Injection (JSR-330) in action classes to inject a session object into a field of the Action class. 你可以在Action类中使用依赖注入(JSR-330)将会话对象注入到Action类中的属性上。 www.infoq.com 2. First, an SMTP server name is specified and a session object is instantiated. 首先,要指定一个SMTP服务器名,并实例化一个会话对象。 www.ibm.com 3. The Session object maintains information about the current user session, including storing and retrieving state information. Session对象维护有关当前用户会话的信息,包括存储和检索状态信息。 msdn2.microsoft.com 4. Assign instantiated objects to the Session object on the server, and then retrieve from Session in a new page. 将实例化的对象分配给服务器上的Session对象,然后从新页中的Session检索。 msdn2.microsoft.com 5. During the page load, the client-detailed bean instance should be kept in the session object. 在页面加载过程中,包含客户端细节的bean实例应该保存在会话对象中。 www.ibm.com 6. To reuse a dynamic dictionary pass the same session object to all subsequent readers and writers. 要重新使用动态字典,请将同一会话对象传递到所有后续读取器和编写器。 technet.microsoft.com 7. Method needs to store a reference to a session object from your repository. 方法需要存储来自存储库的会话对象的引用。 www-128.ibm.com 8. By using a generic Session object, you can use the same code even if that code is not running inside a web application. 通过使用一个通用的Session对象,即便该代码没有在一个Web应用程序中运行,仍可以使用相同的代码。 www.ibm.com 9. The Lotus Domino Designer Programming Guide, Volume 3 Java CORBA Classes outlines the differences in attaining a Lotus Notes session object. LotusDomino设计者编程指南,第3卷JavaCORBA类概述了获取LotusNotes会话对象之间的差异。 www.ibm.com 10. Object that stores page state on the server in the session object associated with the client. 对象,该对象将页状态存储在服务器上与客户端关联的会话对象中。 msdn2.microsoft.com 1. The session object maintains user-related state between requests. session对象维护请求之间与用户相关的状态。 www.ibm.com 2. It's worth mentioning the details behind obtaining the Lotus Notes session object. 获取LotusNotes会话对象的详细信息也是值得一提的。 www.ibm.com 3. If the user chooses to log out the user ID is removed from the Session object. 如果用户选择退出,则从Session对象中删除用户ID。 www-128.ibm.com 4. The groovlet also updates the session object with the user's Twitter handle, after which the User object is either created or updated. 在创建或更新User对象以后,groovlet还通过用户的Twitter句柄更新session对象。 www.ibm.com 5. This increases the size of the session object. 它会增加会话对象的大小。 www-128.ibm.com 6. Gets the intrinsic session object that provides access to session data. 获取提供对会话数据的访问的内部会话对象。 msdn2.microsoft.com 7. SIF checks whether a session object exists and contains a security context. SIF将检查是否存在一个会话对象,以及它是否包含安全上下文。 www.ibm.com 8. By default, the ASP. NET session object uses a client-side cookie to store an identifier. 默认情况下,ASP.NET会话对象使用客户端Cookie存储标识符。 msdn2.microsoft.com 9. The session object can be reset to allow pooling. 可以重置会话对象以便允许共享。 technet.microsoft.com 10. In this method, we create a javax. mail. Session object using the SMTP server information (server name and port). 在这个方法中,我们使用SMTP服务器信息(服务器名和端口)创建javax.mail.Session对象。 www.ibm.com 1. Open a session object, open a command object, and specify the command text. 打开会话对象,然后打开命令对象并指定命令文本。 msdn2.microsoft.com 2. As a result, a new session ID is generated for each page request until the session object is accessed. 因此,在访问会话对象之前,会为每个页请求生成一个新的会话ID。 msdn2.microsoft.com 3. Store the scope key in the session object itself for future retrieval. 把范围键存储在会话对象本身中,供以后获取。 www.ibm.com 4. In the second line, we create a new session object to use for JMX interactions with the server. 在第二行,我们创建用于让JMX与服务器交互的新会话对象。 www.ibm.com 5. The MISession object manages communication to the gdb, and the Session object connects the gdb session to the CDI described in Part 1. MISession对象管理与gdb的通信,Session对象把gdb会话连接到第1部分中描述的CDI。 www.ibm.com 6. Gets the current Session object provided by ASP. NET. 获取ASP.NET提供的当前Session对象。 msdn2.microsoft.com 7. If so, it updates the security context in the session object. 如果是的话,它将更新会话对象中的安全上下文。 www.ibm.com 8. Let's assume we have a library that works with a session object. 我们假定有一个使用会话对象的库。 www.ibm.com 9. Before you can check a value, you need to request the session object and then look inside it. 您需要请求会话对象,然后察看其内部才能检查一个值。 www.ibm.com 10. Shiro's Session object lets you use a user's session without having an HttpSession. Shiro的Session对象允许无需HttpSession即可使用一个用户会话。 www.ibm.com 1. We chose to store the list of groups in the session object. 我们可以选择将组列表存储在会话对象中。 www-128.ibm.com 2. The application then creates a RequestCycle object using the session object and delegates the call to RequestCycle to handle the request. 应用程序之后使用这个会话对象创建一个RequestCycle对象并委派对RequestCycle的调用去处理此请求。 www.ibm.com 3. A map message instance is created using the session object. 映射消息实例通过会话对象创建。 www.ibm.com 4. Most Web frameworks and browsers layer higher-level interfaces (a programmable Session object, for example) that simplify development. 大多数Web框架和浏览器层高级接口(例如可编程的Session对象)简化了Web开发。 www.ibm.com 5. At that point, the list will be available in the session object. 此时,列表在会话对象中将是可用的。 www.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. The Session object's collections, properties, methods, and events are described below 这个Session对象的集合、属性、使用方法以及事件将在以下的表格中描述出来 adminbar.com 8. GDALAsyncReader Class used as a session object for asynchronous requests 用来进行异步请求的会话对象的类 wenku.baidu.com 9. ' store the filename in the Session object for cleanup by the server 储存文件名到对象Session,以为服务器清理 blog.sina.com.cn |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。