单词 | session data | ||||
释义 | session data
例句释义: 会话数据,会话窗口 1. When you make it easy to store session data, developers will probably store more state data, limiting scalability. 为了可以更容易地存储会话数据,开发人员可能要存储更多的状态数据,从而限制了可伸缩性。 www-128.ibm.com 2. ASP. NET session state is designed to enable you to easily store user session data in different sources for your ASP. NET applications. ASP.NET会话状态是为了使您能在不同的源中方便地存储ASP.NET应用程序的用户会话数据而设计的。 msdn2.microsoft.com 3. View state is typically used for page variables that must be retained rather than user or session data. 视图状态通常用于必须保留的页变量,而不是用于用户或会话数据。 msdn2.microsoft.com 4. Read-only requests for session data may still have to wait for a lock gained by a read- write request for session data to clear . 可能仍需等到会话数据由读写请求而获得的锁定被解除后,对会话数据的只读请求才能得到满足。 www.bing.com 5. Then a request for the read-only session information does not result in an exclusive lock on the session data. 则对只读会话信息的请求不会导致对会话数据的独占锁定。 msdn2.microsoft.com 6. When you bundle a servlet with your portal application, you can share session data between the servlet and portlet. 当您将Servlet与门户应用程序捆绑在一起时,您可以在Servlet和Portlet之间共享会话数据。 www.ibm.com 7. Session data must be replicated quickly as a form of backup. 会话数据必须以备份的形式迅速进行复制。 www.ibm.com 8. Session data needs to be kept, so the system cannot discard any data when running low on memory. 由于需要保留会话数据,因此系统内存不足时,无法丢弃任何数据。 www.ibm.com 9. Session data is transient, usually short lived, and needs to be accessed quickly during the rendering of pages. 会话数据是临时的,通常短期存在,需要在页面的呈现过程中被迅速地访问到。 www.ibm.com 10. Behind the scenes, most servers store the session data in memory and map it to a respective browser via a special cookie. 在幕后,大部分的服务器上存储会话数据存储和地图,它给了各自的浏览器通过一个特殊的。 blog.baturu.com 1. The alternative is to store your session data in a different place, like a database. 备选方法是把会话数据存储在其他位置中,比方说数据库。 www.ibm.com 2. In the event of a failure, access to the session data will be faster, since it is in memory, and the data itself remains highly available. 在失败发生时,对会话数据的访问将更快,因为它位于内存中,数据本身也高度可用。 www.ibm.com 3. The session data also needs to be replicated to other cluster nodes, in case the original cluster node goes down (failover scenario). 如果原始集群节点出现问题(故障转移情况),则会话数据还必须复制到其他的集群节点。 www.ibm.com 4. ASP. NET session state is designed to enable you to store user session data in different sources. 使用ASP.NET会话状态可以将用户会话数据存储在不同的源中。 msdn2.microsoft.com 5. Class, which calls the session-state store provider to read and write session data to the data store at different times during a request. 调用会话状态存储提供程序在数据存储中读写会话数据。请求开始时, msdn2.microsoft.com 6. Wait a minute. . . where are we going to store the user session data? 等等…我们要把用户会话数据存放在哪儿? www.infoq.com 7. Session data is associated with a specific browser session using a unique identifier. 会话数据通过唯一标识符与特定浏览器会话相互关联。 msdn2.microsoft.com 8. Solving this problem requires session affinity, which persists the session data to a repository. 解决这个问题要求会话亲缘关系,它使得会话数据只持久化到一个资源库中去。 www.ibm.com 9. Updates the expiration date and time of an item in the session data store . 更新会话数据存储区中的项的到期日期和时间。 www.bing.com 10. It takes a shared nothing approach (though it does automatically store session data to a common database). 它采用了一种无共享方法(尽管它会自动地将会话数据存储到一个通用数据库)。 www.ibm.com 1. Session data can be used to greatly simplify accessing information. 会话数据可用于大大简化信息的访问。 www.ibm.com 2. Another approach is to encrypt the session data and send it back to the client, eliminating the need to store the session locally. 另一个方法是加密会话数据并把它发送回客户机,这样就不需要在本地存储会话。 www.ibm.com 3. Another benefit of Shiro's sessions is session data can be shared across client technologies if desired. Shiro会话的另一好处就是,如果需要,会话数据可以跨客户端技术进行共享。 www.infoq.com 4. Another approach to replication is to share copies of the serialized session data with one or more other servers in the cluster. 另一种复制方式是与群集中的一个或者多个其他服务器共享序列化的会话数据副本。 www-128.ibm.com 5. Runtime views of the session data for devices configured within the simulator. 在模拟器内配置的设备的会话数据的运行时视图。 www.ibm.com 6. You can also create a custom session state provider to store session data in a data store of your choosing. 您还可以创建自定义会话状态提供程序,以在所选数据存储区中存储会话数据。 msdn2.microsoft.com 7. ASP. NET session state reads and writes session data from and to a data store using a session-state store provider. ASP.NET会话状态使用会话状态存储提供程序将会话数据写入数据存储区,并从中读取会话数据。 msdn2.microsoft.com 8. The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large. 当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。 www.ibm.com 9. Shared session attributes -- for sharing session data beyond the current Web application. 共享会话属性——用于共享当前Web应用程序之外的会话数据。 www.ibm.com 10. ASP. NET applications do not share session data. ASP.NET应用程序不共享会话数据。 msdn2.microsoft.com 1. You can reduce the possibility of session data being shared by multiple clients by disabling the recycling of session identifiers. 可以通过禁用会话标识符的回收来降低多个客户端共享会话数据的可能性。 msdn2.microsoft.com 2. Any future requests from the browser include the cookie, which the server uses to look up any session data stored in memory. 未来的任何请求从浏览器包括曲奇,服务器用途翻看任何会话数据存储在内存中。 blog.baturu.com 3. Method to update the expiration date and release a lock on an item in the session data store. 方法以更新到期日期并释放对会话数据存储区中项的锁定。 msdn2.microsoft.com 4. Method only removes the lock from an item in the session data store for the current application that matches the supplied session. 值匹配的当前应用程序,移除会话数据存储区中项的锁定。 msdn2.microsoft.com 5. When events occur in the simulator that change the session data, the views are dynamically updated to reflect the current state. 当事件发生在更改会话数据的模拟器时,视图将动态地更新到反映当前的状态。 www.ibm.com 6. Note that only session data for the current application that matches the supplied SessionID value and lock identifier values is updated. 请注意,只有与提供的SessionID值和锁定标识符值匹配的当前应用程序的会话数据才会更新。 msdn2.microsoft.com 7. They normally maintain large session data at the client side, which improves performance. 它们通常在客户端维护大量会话数据,这有助于提高性能。 www.ibm.com 8. Session: Data can be shared across portlets using the application scope session attribute. 利用应用程序作用范围会话属性在portlet间共享数据。 www.ibm.com 9. A convenient solution is to use a base table with columns for the MobiLink user name and other session data. 对此,方便的解决方法是使用一个基表,在其中加入列来包含MobiLink用户名和其他会话数据。 www.ianywhere.com 10. The portlet can then use this preference attribute to namespace the session data per portlet definition. 然后,Portlet可以使用此首选项属性来对每个Portlet定义的会话数据设置名称空间。 www.ibm.com 1. Indicates that the entry in the session data store is a new session that requires initialization. 值指示会话数据存储区中的项是新会话,需要初始化。 msdn2.microsoft.com 2. The commit statement restores the session data to the previous commit or rollback statement. 提交语句会将会话数据恢复为之前的提交或回滚语句。 www.ibm.com 3. Only session data for the current application that matches the supplied session. 值匹配的当前应用程序的会话数据。 msdn2.microsoft.com 4. Thus, it addresses session data maintenance in a Web application. 因此,它实现了在Web应用程序中保持会话数据。 www.ibm.com 5. Otherwise, the data remains in the session data store to serve future requests for the session. 否则,这些数据将保留在会话数据存储区中,供以后对该会话的请求使用。 msdn2.microsoft.com 6. The embedded installation is required for HTTP session data grid and dynamic cache data grid support. HTTP会话网格和动态缓存数据网格需要嵌入式安装。 www.ibm.com 7. By the same token, applications that store session data in the server are not REST-compliant. 同样,服务器中存储会话数据的应用程序也不符合REST风格的。 www.ibm.com 8. But if the server goes down, so does all of the session data stored in its memory. 但是如果服务器失败,所有存储在该服务器内存中的SESSION数据也同样会消失。 blog.163.com 9. Note that only session data for the current application that matches the supplied. 和锁定标识符值匹配的当前应用程序的会话数据才会更新。 msdn2.microsoft.com 10. An example scenario when session data is appropriate is the shopping cart on an internet site. 会话数据所适合的示例场景是Internet站点的购物车。 www.ibm.com 1. The session ID enables an ASP. NET application to associate a specific browser with related session data and information on the Web server. 会话ID使ASP.NET应用程序能够将特定的浏览器与Web服务器上相关的会话数据和信息相关联。 msdn2.microsoft.com 2. Session data has different characteristics from business data. 会话数据与业务数据有不同的特征。 www.ibm.com 3. The HttpStaticObjectsCollection collection returned is included with the session data added to the current HttpContext. 返回的HttpStaticObjectsCollection集合与添加到当前HttpContext的会话数据一起提供。 msdn2.microsoft.com 4. Output parameter to the value returned from the session data store for the current item. 输出参数设置为当前项从会话数据存储中返回的值。 msdn2.microsoft.com 5. A SessionStateStoreData populated with session values and information from the session data store. 使用会话数据存储区中的会话值和信息填充的SessionStateStoreData。 msdn2.microsoft.com 6. In J2EE, we use the HTTPSession API to store, retrieve, and associate session data with a given user ID. 在J2EE中,我们使用HTTPSessionAPI来存储、检索会话数据,或者将会话数据与某一特定用户ID相关联。 www.ibm.com 7. Parameter to the value returned from the session data store for the current item. 参数设置为从当前项的会话数据存储区中返回的值。 msdn2.microsoft.com 8. Retrieves session data from the context for the current request. 从当前请求的上下文检索会话数据。 msdn2.microsoft.com 9. Typically, you want to use Application scope when sharing session data. 通常,在共享会话数据时,您希望使用应用程序范围。 www.ibm.com 10. Applies the session data to the context for the current request. 把会话数据应用到当前请求的上下文。 msdn2.microsoft.com 1. Property uniquely identifies a browser with session data on the server. 属性使用服务器上的会话数据唯一地标识浏览器。 msdn2.microsoft.com 2. Uninitialized entries in the session data store are created by a call to the CreateUninitializedItem method. 通过调用CreateUninitializedItem方法可以创建会话数据存储区中未初始化的项。 msdn2.microsoft.com 3. Gets the intrinsic session object that provides access to session data. 获取提供对会话数据的访问的内部会话对象。 msdn2.microsoft.com 4. What happens to the client session data in case the original server crashes? 如果原始服务器坏掉,对这个客户会话数据将会有什么样影响? www.ibm.com 5. In addition to deciding how to store replicated session data, there is also a question of when to replicate data. 除了决定如何存储复制会话数据,还有什么时候复制数据的问题。 www.ibm.com 6. Prior to V4, HttpSession objects were scoped at the servlet engine, which allowed multiple applications to share session data. 在V4之前,HttpSession对象在servlet引擎范围内起作用,这允许多个应用程序共享会话数据。 www.ibm.com 7. Releases a lock on an item in the session data store. 释放对会话数据存储区中项的锁定。 msdn2.microsoft.com 8. Session data within each ASP. NET application is stored separately for each SessionID property. 对于每个SessionID属性,每个ASP.NET应用程序内的会话数据都将单独存储。 msdn2.microsoft.com 9. If the item from the session data store is already initialized, the actionFlags parameter is set to zero. 如果会话数据存储区中的项已经初始化,则actionFlags参数设置为零。 msdn2.microsoft.com 10. Session data grids store HTTP session management data. 会话型数据网格存储HTTP会话管理数据。 www.ibm.com 1. Storing session data in memory precludes the effective use of load balancing on a farm of Web servers. 存储会话数据,在排除了内存有效利用负载平衡的一个农场的网络服务器。 blog.baturu.com 2. Removes session data from the specified context. 从指定上下文中移除会话数据。 msdn2.microsoft.com 3. Property is used to uniquely identify a browser with session data on the server. 属性用于唯一地标识在服务器上包含会话数据的浏览器。 msdn2.microsoft.com 4. Database to avoid the risk of losing tuning session data. 数据库实施适当的备份策略,以防优化会话数据丢失。 msdn2.microsoft.com 5. Session data is stored in memory thus web server restart deletes it. 会话数据存放在内存中则Web服务器重启动会删除之。 in.php.net 6. Returns read-only session-state data from the session data store. 从会话数据存储区中返回只读会话状态数据。 msdn2.microsoft.com 7. If the server crashes, the client loses all its session data. 如果服务器崩溃,失去了客户的所有会议资料。 blog.baturu.com 8. But I will give you a hint: Think more carefully about the user session data. 但我会给你们个提示:仔细思考一下用户会话数据。 www.infoq.com 9. Both are used to support per-session data. 两者都用于支持基于会话的数据。 www.ibm.com 10. Event and raise it when deleting expired session data. 事件的委托并在删除过期会话数据时引发该委托。 msdn2.microsoft.com 1. If you set this value to false, session data is stored in the reportservertempdb database. 如果将此值设置为False,会话数据将存储在reportservertempdb数据库中。 msdn2.microsoft.com 2. For example, the following command might be used to retrieve session data from a database. 例如,下面的命令用于从数据库检索会话数据。 msdn2.microsoft.com 3. Deletes item data from the session data store. 删除会话数据存储区中的项数据。 msdn2.microsoft.com 4. Session data itself is stored in the tempdb database by default. 默认情况下,会话数据本身存储在tempdb数据库中。 msdn2.microsoft.com 5. Where is the session data stored. 会话的数据储存在什么地方呢? www.ibm.com 6. Object that is set to the amount of time that an item in the session data store has been locked. 当此方法返回时,请包含一个设置为会话数据存储区中的项锁定时间的。 msdn2.microsoft.com 7. Another alternative is to store session data in a SQL Server database, where it can be shared by multiple Web servers. 另一个方法是将会话数据存储在SQLServer数据库中,这种情况下会话数据可由多个Web服务器共享。 msdn2.microsoft.com 8. If one computer running SQL Server fails, another server in the cluster can take over and serve requests without session-data loss. 如果一台运行SQLServer的计算机出现故障,群集中的另一台服务器就会接管它的工作,处理请求,而不会丢失会话数据。 msdn2.microsoft.com 9. Shiro's architecture allows for pluggable Session data stores, such as enterprise caches, relational databases, NoSQL systems and more. Shiro的架构允许可插拔的会话数据存储,如企业缓存、关系数据库、NoSQL系统等。 www.infoq.com 10. Stores session data in the ASPState database instead of in the tempdb database. 将会话数据存储到ASPState数据库中,而不是存储到tempdb数据库中。 msdn2.microsoft.com 1. For example, you could store user profile or user session data, rather than using the HTTPSession to store the data. 例如,可以存储用户基本信息或用户会话数据,而不使用HTTPSession来存储数据。 www.ibm.com 2. Alternatively, you can store session data in a SQL Server database, where it can be shared by multiple Web servers. 另外,可以将会话数据存储在SQLServer数据库中,这种情况下会话数据可由多个Web服务器共享。 msdn2.microsoft.com 3. Class is used by unmanaged code in this service to manage session data. 类由该服务中的非托管代码用于管理会话数据。 msdn2.microsoft.com 4. The existence of the uninitialized entry in the session data store ensures that the redirected request that includes the newly generated 会话数据存储区中存在未初始化的项可以确保包含新生成的 msdn2.microsoft.com 5. Method when a lock on an item in the session data store has exceeded the 当会话数据存储区中的项的锁定已超过 msdn2.microsoft.com 6. Session Manager can encrypt session data stored in session files as well as the closed window file. To enable this feature, do the following SessionManager可以加密保存在会话文件和已关闭的窗口文件中的会话数据。 www.ibm.com 7. user registration, profile, session data 用户注册、个人资料、会话数据 www.bing.com 8. Method. If the item from the session data store is already initialized, the 如果会话数据存储的项不是未初始化的项,则 msdn2.microsoft.com 9. If the item from the session data store is not an uninitialized item, the, 如果会话数据存储区中的项不是未初始化的项, msdn2.microsoft.com 10. Database Engine Tuning Advisor stores tuning session data and other information in the 数据库引擎优化顾问将优化会话数据和其他信息存储在 msdn2.microsoft.com |
||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。