单词 | cache |
释义 | caches是cache的复数
复数:caches 现在分词:caching 过去式:cached 例句释义: 贮藏,密藏,窖藏,把…储存到硬盘上,密藏处,贮藏物,高速缓冲内存,缓存,缓存数据表,高速缓存 1. A database complicates the matter, because it caches some disk writes, which may result in an inconsistent snapshot. 数据库使问题复杂化,因为它缓存了一些磁盘写操作,这可能会生成一个不一致的快照。 www.ibm.com 2. Thrawn also began to secure secret caches of cloned agents throughout the galaxy, ready to answer his call. 索龙也开始在全银河秘密安插克隆人特工,让他们随时待命。 starwarsfans.cn 3. The Best Practice is to look at your performance architecture with new eyes and see if you can benefit from very large in-process caches. 最好的做法就是用新眼光来审视一下你的性能架构,看你能否从大型的进程内缓存获益。 www.infoq.com 4. After half a year after the general caches, almost undetectable wine of sulfide, make the existing liquor irritating greatly relieved. 一般经过半年的窖藏后,几乎检测不出酒中硫化物的存在,使白酒的刺激性大大减轻。 www.9999jiu.com 5. This request could not be forwarded to the origin server or to any parent caches. 这个请求无法被发送到服务器的起源或任何母公司缓存。最有可能的原因是,这个错误。 wenwen.soso.com 6. Because of this, it is possible for data in the near caches to get out of sync both with each other and the main ObjectGrid cache. 鉴于此原因,近缓存中的数据相互之间可以不同步,与主ObjectGrid缓存也可以不同步。 www.ibm.com 7. This way, every component of a certain type would get its own reference cache that won't conflict with any other component's caches. 通过这个方法,每个特定类型的组件将得到其自身的缓存引用,而不会与任何其它组件缓存有冲突。 www.ibm.com 8. On target machines that have instruction caches, GDB requires this function to make certain that the state of your program is stable. 在有指令缓存的目标机上,gdb需要这一函数,以确定你的程序的状态是稳定的。 www.wikipic.org 9. The company setups up a NAS-like local device that caches data from its encrypted cloud storage for faster performance. 该公司创建了一个类网络储存器的本地设备来缓冲其加密云存储数据以提供较高速的性能。 www.bing.com 10. The data access provider downloads the name of the current mirror server, Partner_C, and caches it as the current failover partner name. 数据访问接口下载当前镜像服务器Partner_C的名称,并将其缓存为当前故障转移伙伴名称。 msdn2.microsoft.com 1. You can also work with a service provider that specializes in providing caches in points of presence close to concentrations of your gamers. 有些服务提供商可以在玩家集中的地区附近提供缓存点,与这些提供商合作也有帮助。 www.ibm.com 2. Because, by default, all caches have entries, modifying this has no effect unless you delete the cache entries later on in the file. 因为默认情况下,所有的高速缓存都有入口,除非您稍后在文件中删除某些高速缓存的入口,否则修改它是没有任何作用的。 www.ibm.com 3. You know those Arctic explorers who leave caches of food scattered on the route to the North Pole? 你知道那些北极探险家吗,他们留下隐藏的食物被分散在通往北极的路线上? blog.sina.com.cn 4. The response headers are the only additional information that WebSphere Portal provides for caching in remote caches. 响应标头是WebSpherePortal为远程缓存中的缓存提供的唯一附加信息。 www.ibm.com 5. But some caches are typically designed for a standalone environment, and can only work within one JVM instance. 但有些缓存是为单一运行的环境而设计的,并且只能在单JVM实例中正常的运行。 blog.163.com 6. Do not read too much information into memory; rather, use caches to hold important information. 不要将太多信息读入内存中;而要使用缓存保存重要的信息。 www.ibm.com 7. All caches have a set of rules that they use to determine when to serve a representation from the cache, if it's available. 所有的缓存都用一套规则来帮助他们决定什么时候使用缓存中的副本提供服务(假设有副本可用的情况下); archive.cnblogs.com 8. It enables administrators and developers to look more closely at the caches used within the system. 利用该应用程序,管理员和开发人员可以更仔细地查看系统内使用的缓存。 www.ibm.com 9. In other words, the browser caches the latest request it had served, and reissues it when the user hits the page refresh key. 换句话说,浏览器将缓存已处理的最新请求,并在用户单击页面刷新键时重新发布已处理的请求。 msdn2.microsoft.com 10. If ignore access control in caches is set to false for a portal page, a completely rendered page will not be cacheable at all. 如果将某个门户页面的忽略缓存中的访问控制设置为False,将不能对完全呈现的页面进行缓存。 www.ibm.com 1. Most caches are implemented using the Singleton pattern involving a static reference to a top level Cache class as shown in this example. 使用Singleton模式实现的大多数缓存都涉及本例所示的对顶级Cache类的静态引用。 www.ibm.com 2. The WPF lets you to divide your caches logically across multiple JVMs so that you are not limited by the size of a single heap. WPF使您能够跨多个JVM逻辑划分缓存,这样您就不会受限于单一JVM堆的规模。 www.ibm.com 3. For read-only data, one of the in-memory caches might be enough. 对于只读数据,一个内存缓存可能就足够了。 www.ibm.com 4. Larger caches allow for more data to be buffered, meaning that longer periods of saturation can be accommodated. 缓存越大,就能缓冲越多的数据,这意味着可以提供的饱和时段就会越长。 technet.microsoft.com 5. Data caches can be used for caching data with change rates that are below the page request rate. 可以使用数据缓存对那些更改频率低于页面请求频率的数据进行缓存。 www.ibm.com 6. Approach: All caches need to be converted to a distributed cache to take advantage of effective sharing. 方法:所有缓存都需要转换为一个分布式缓存,以实现高效的共享。 www.ibm.com 7. It would in principle be possible to have separate instruction and data caches, storing data and instructions separately. 这样在原则中就很容易分离指令和数据缓存,独立存储数据和指令。 zhidao.baidu.com 8. In addition, there has been a significant increase in the number of weapons caches found. 此外,被查明的秘密武器库的数量也显著增加。 www.america.gov 9. Arms caches were cleaned out of the main monasteries, and key conspirators were arrested. 私藏于喇嘛庙中的武器被收缴了,叛乱阴谋的主要策划者被逮捕法办了。 multipletext.com 10. The plugin page gives you zero information about the plugin except for a basic description and that it caches. 插件页面可能给你不了关于这个插件的任何信息,除了一些基本描述和它能缓存。 www.elanso.com 1. The client downloads the name of mirror server, Partner B, and caches it, ignoring the client-supplied failover partner name. 客户端下载镜像服务器的名称PartnerB并将其保存在缓存中,同时忽略客户端提供的故障转移伙伴名称。 technet.microsoft.com 2. System operators and developers can then configure each of these named caches differently using the Enterprise Library configuration tools. 系统操作者和开发者可以配置不同命名的缓存通过使用企业库的配置工具。 dictsearch.appspot.com 3. Every time a user makes some changes through the Web application interface, XML or response caches must be checked for dependencies. 每当一个用户通过Web应用接口作了某些更改时,XML缓存或响应缓存必须执行相关性检查。 www.ibm.com 4. Tuning these caches for your specific environment is vital to a well performing portal. 为您的特定环境优化这些缓存对于实现性能良好的门户至关重要。 www.ibm.com 5. The only invalidation mechanism that WebSphere Portal uses for remote caches is expiration timeout. WebSpherePortal为远程缓存所使用的唯一失效机制是过期超时。 www.ibm.com 6. Two young teenage boys found one of his caches whilst playing in the woods. 两名未成年男孩在树林玩耍时发现了他的一个窝赃点; www.bing.com 7. Pages with such portlets on it may be a good candidate for being stored and served from caches. 其上具有此类Portlet的页面可能是存储并从缓存中提供的好候选对象。 www.ibm.com 8. Caches almost always take the form of object maps with an upper size limit. 缓存始终采用对象映射的形式,具有大小上限。 www.ibm.com 9. If your code caches security information, make sure that you review it for this vulnerability. 如果您的代码缓存了安全信息,请确保从安全信息中查找这一弱点。 msdn2.microsoft.com 10. Marines and Iraqi troops are conducting daily operations in and around Hit in search of weapons caches and insurgent activity. 陆战队和伊拉克部队每天在希特搜查武器藏匿地点及反抗行动。 mailftp.lihpao.com 1. SWT and JFace provide several different classes to help manage your GDI resources in various caches. SWT和JFace提供了几个不同的类,帮助您在几个缓存中管理GDI资源。 www.ibm.com 2. Furthermore, database caches and transactions can be automatically tied with the application state in Seam. 进一步说,在Seam中,数据库缓存和事务能自动与应用的状态相连。 www.infoq.com 3. We see a much cleaner syntax for defining these functions, which can be optimized for performance by opcode caches. 我们看到了定义这些函数的更规则的语法,这可以通过操作码缓存来优化性能。 www.ibm.com 4. Opcode caches have long been popular for PHP, with some of the first ones coming about back in the heyday of PHP V4. 操作码缓存对于PHP流行已久,其中早期的一些要追溯到PHPV4的全盛期。 www.ibm.com 5. This meant a task could be scheduled on any processor -- which can be good for load balancing but bad for memory caches. 这意味着一个任务可以在任何处理器上进行调度——这对于负载均衡来说是好事,但是对于内存缓存来说却是个灾难。 www.ibm.com 6. The Framework caches SSL sessions as they are created and attempts to reuse a cached session for a new request, if possible. Framework在创建SSL会话时缓存这些会话,如果可能,还尝试对新请求重用缓存的会话。 msdn2.microsoft.com 7. In these caches, you might insert a small amount of code in a few key areas and use ObjectMap APIs to cache data. 在这种情况下,您需要在一些关键区域插入一小部分代码,并使用ObjectMapAPI缓存数据。 www.ibm.com 8. These smaller partitions are divided in a way that matches the location of the data in the near-caches. 采用匹配近缓存中数据位置的方式来划分这些较小的分区。 www.ibm.com 9. Retrieves the last child element of the specified AutomationElement and caches properties and patterns. 检索指定的AutomationElement的最后一个子元素并缓存属性和模式。 msdn2.microsoft.com 10. However, when the application is clustered and a cluster aware cache is needed, the local read-only caches are not enough. 不过,当对应用程序进行集群并需要识别集群的缓存时,本地只读缓存是不够的。 www.ibm.com 1. WAS Cache Analysis provides a summary of the application server provided caches, showing their size, occupancy, and retained memory. WASCacheAnalysis提供应用程序服务器提供的缓存的摘要,显示它们的大小、占用率以及保留的内存。 www.ibm.com 2. You can't allocate more memory to buffers and caches than exists in the system, so tuning often involves making compromises. 给缓冲区和缓存分配的内存不能超过系统中的现有内存,因此调优通常都需要进行一些妥协。 www.ibm.com 3. The Paris caches serve as a production experiment and test bed for future cache developments, which are currently being studied. 巴黎的缓存服务器被视为一个工作试验,为将来的缓存服务器开发提供一个测试平台。 meta.wikimedia.org 4. The example is simple, but running this same code on multiple machines in a network will result in their caches being consistent. 例子很简单,但局域网内的多台机器运行相同的代码会使他们的缓存保持一致。 www.kkdev.com 5. Used to initialize the synchronization of internal freespace caches for heaps. 用来初始化对堆的内部可用空间缓存的同步。 technet.microsoft.com 6. Both types of caches act as a giant hashtable, where each item in the cache is referenced by a unique string. 两种类型的缓存可作为一个巨大涓€哈希表的缓存中的每个项由一个唯一的字符串引用。 msdn.microsoft.com 7. The number of seconds that the ObjectDataSource caches the results of a SelectMethod property invocation. ObjectDataSource将SelectMethod属性调用的结果缓存的秒数。 msdn2.microsoft.com 8. Caches cannot be shared among different application domains. 缓存不能在不同的应用程序域之间共享。 msdn2.microsoft.com 9. Such a system would have separate caches for each bus. 这样的系统,每一个总线都会有一个独立的缓存。 zhidao.baidu.com 10. Large distributed WebSphere eXtreme Scale caches can also be shared by multiple OpenJPA- or Hibernate-using process instances. 大量分布的WebSphereeXtremeScale缓存可以供多个OpenJPA或Hibernate使用的处理实例共享。 www.ibm.com 1. When password based authentication occurs, the runtime caches the password as a one way hash for future validation. 在执行基于密码的身份验证时,运行时会以单向散列的形式缓存密码,供以后检验时使用。 www.ibm.com 2. The MCS caches device information, which can result in erroneous behavior if the user-agent is swapped during the same session. 当在同一个会话中切换用户代理时,MCS缓存设备信息会导致错误行为。 www.ibm.com 3. This iterator adaptor caches the result of dereferencing the underlying iterator. 这个迭代器适配器缓存底层迭代器解引用的结果。 dictsearch.appspot.com 4. These settings are used to specify the settings for caches that do not have their own entries in the file. 这些设置被用于定义在文件中没有自己的入口的高速缓存设置。 www.ibm.com 5. A dynaset caches only an integral index to the original data and thus offers a performance gain over a snapshot. 动态集仅缓存原始数据的整数索引,因此比快照提供更好的性能。 technet.microsoft.com 6. But recall that today's drives have very large caches and can put write operations out of order. 但是,考虑一下,现在的磁盘都有很大的缓存,可被乱序写入。 www.bing.com 7. WebSphere Portal attaches these values to a portal response concerning caches. WebSpherePortal会将这些值附加到考虑缓存的门户响应中。 www-128.ibm.com 8. The services and applications can then prepare for the backup by cleaning up on-disk structures and by flushing caches and log files. 这样,服务和应用程序就可以通过清理磁盘结构以及刷新缓存和日志文件,为备份做好准备。 technet.microsoft.com 9. Google caches copies of our blog postings; social-networking sites thrive by archiving our daily dish. Google存储了我们博客的复制品社交网站因为存储了我们每天的生活记录而繁荣。 www.bing.com 10. To make the application scale out, you must ensure that memory caches are not used for correctness reasons. 要使应用程序可向外扩展,您必须确保内存缓存的使用不是由于正确性方面的原因。 www.ibm.com 1. Finally, XSLT has its own limitations, so I'll show you how to use the System. Xml classes that optimize XML caches. 最后,由于XSLT自身的局限性,我要说明如何使用可以优化XML缓存的System.Xml类。 msdn2.microsoft.com 2. Reverse and forward proxy servers typically act as these shared caches in a portal server environment. 反向和转发代理服务器通常在门户服务器环境中作为此类缓存使用。 www.ibm.com 3. Linux caches library location information for dynamically linked programs to improve performance. Linux将缓存动态链接的程序的位置信息,以提高性能。 www.ibm.com 4. The Expires HTTP header is a basic means of controlling caches; it tells all caches how long the associated representation is fresh for. Expires(过期时间)属性是HTTP控制缓存的基本手段,这个属性告诉缓存器:相关副本在多长时间内是新鲜的。 archive.cnblogs.com 5. From a design point of view, the basic components are a CacheManager that holds and controls collections of Caches. 从设计的角度看,基本组成部分有一个CacheManager,用来持有、控制缓存集合。 www.infoq.com 6. Then, WebSphere Portal caches the HTML content generated by the portlet for the time defined in the tag. 然后,WebSpherePortal在标签定义的时间内将portlet生成的HTML内容进行缓存。 www.ibm.com 7. The entry-level, midrange, and enterprise-level caches classified by the cache-ability all belong to shared caches. 按存储能力划分的初级、中级与企业级高速缓存器均属共享类高速缓存器。 blog.sina.com.cn 8. Harvard architectures tend to be targeted at higher performance systems, and so caches are nearly always used in such systems. 哈弗体系结构主要用在高速运行的系统中,所以在这些系统中缓存用来存储指令与数据是非常频繁的。 www.hbzxr.com 9. Public Allows the response to be cached by clients and shared (proxy) caches. Public允许由客户端和共享(代理)缓存来缓存响应。 msdn2.microsoft.com 10. Data is retrieved from the Location Data Provider -- a Data Abstract Layer (DAL) component -- which caches all locations in memory. 从位置数据提供者检索数据,这是一个数据抽象层(DAL)组件,在内存中缓存所有位置。 www.ibm.com 1. Scenarios for overriding this method might include if your derived class has a specialized style selector, or caches style values. 如果您的派生类有专用样式选择器或缓存样式值,则可以包含重写此方法的方案。 msdn.microsoft.com 2. By default, class caches are created with user-level security, so only the user that created the cache can access it. 在默认情况下,以用户级安全性创建类缓存,所以只有创建这个缓存的用户才能访问它。 www.ibm.com 3. Though you can safely ignore these caches, manual creation steps are described here for forward compatibility purposes. 不过您可以安全地忽略这些缓存,这里描述手动创建步骤是为了向后兼容目的。 www.ibm.com 4. There are a number of JVM utilities to manage active caches, which the section entitled " Shared classes utilities" discusses. 有许多用来管理活动缓存的JVM实用程序,后面的“共享类实用程序”一节将讨论这些程序。 www.ibm.com 5. When a specific cache invalidation is required they use Redis messaging to publish removal notices to the "L1" caches. 当需要让一个特定的缓存失效,会通过Redis消息系统给一级缓存发送删除通知。 news.cnblogs.com 6. The Netlogon service caches the domain controller information so that subsequent requests do not need to repeat the discovery process. Netlogon服务缓存域控制器信息,以便后续请求不必重复此发现过程。 blog.163.com 7. JFace provides the classical solution: a central shared registry that caches images and image descriptors. JFace提供经典的解决方案:一个能高速缓存图像和图像描述符的中央共享注册表。 www-128.ibm.com 8. Also, HTTP proxy caches can correctly cache different states of the same portal page depending on the URL. 此外,HTTP代理缓存可以根据URL正确地缓存相同门户页面的不同状态。 www.ibm.com 9. Users are discovering that Web caches can solve both problems and provide an additional layer of defense against hackers. 用户发现网站缓存能够解决这两个问题,并增加了一个抵御黑客层。 www.hotdic.com 10. The application caches the results of the query or dynamic content generated from the query results. 应用程序缓存查询的结果或从查询结果中生成的动态内容。 msdn2.microsoft.com 1. After initial access, these pages are served from those caches at the same speed as conventional static Web sites. 初始访问后,就可以和常规静态网站一样的速度从缓存中提供这些页面了。 www.ibm.com 2. While we do not mandate a distributed cache topology we have paid careful attention to distributed caches. 我们不限制分布式缓存的拓扑结构,处理分布式缓存时也比较谨慎。 www.infoq.com 3. Organizations or participants can "hide" items called caches that others can then discover and interact with. 非营利组织或参与者可以隐藏一些被称作隐藏物(caches)的名目,而其它人之后就可以发现并与之进行互动。 www.bing.com 4. A user who has been assigned offline files for administrative purposes caches content on every computer the user logs on to. 如果出于管理目的为某位用户分配了脱机文件,则该用户会在登录的每台计算机上都缓存该内容。 support.microsoft.com 5. It caches these compiled scripts as a series of opcodes to avoid the parse and compile steps for every request. 它作为一系列操作码缓存这些编译脚本,以避免为解析和编译每个请求步骤。 www.ibm.com 6. To improve performance, the regular expression engine caches all regular expressions in memory. 为提高性能,正则表达式引擎将所有正则表达式缓存到内存中。 msdn2.microsoft.com 7. Facebook caches everything (or almost everything) in memory. Facebook has to do this to render pages complete with news feeds quickly. 脸谱网(Facebook)则是为了快速提供完整的新闻摘要页面而将所有东西(或者说几乎所有东西)都缓存了。 www.bing.com 8. To circumvent this, hardware vendors provide large L3 caches, but this is only a limited solution. 为了避开这一问题,硬件供应商提供了大型的L3缓存,但这只是一种有限的解决方案。 msdn2.microsoft.com 9. When the Microsoft Exchange System Attendant starts, it caches the distinguished name of the local computer. 当MicrosoftExchange系统助理启动时,它会缓存本地计算机的可分辨名称。 www.microsoft.com 10. Plus, pureQuery lets you use the full power of SQL on Java collections and database caches. 而且,pureQuery使您可以在Java集合和数据库缓存中利用SQL的威力。 www.ibm.com 1. It employs policy cache and two levels of attribute caches , which can remarkably accelerate decision speed. 实现了对策略的缓存和对用户安全属性的两级缓存,显著加快了决策速度。 dictsearch.appspot.com 2. At higher clock speeds, caches are useful as the memory speed is proportionally slower. 高速时钟频率下,缓存跟低比例的内存速度同样有用。 zhidao.baidu.com 3. Exchange then prepares for the backup by cleaning up on-disk structures and flushing caches and log files. 然后,Exchange通过整理磁盘结构并刷新缓存和日志文件来准备备份。 technet.microsoft.com 4. When creating the caches for clustering, leave the scope set to the cell in which the cluster will operate. 在创建用于集群的缓存时,请将范围保留设置为集群将在其中操作的单元。 www.ibm.com 5. Almost all caches use Last-Modified times in determining if an representation is fresh; ETag validation is also becoming prevalent. 所有的缓存服务器都使用Last-Modified时间来确定副本是否够新,而ETag校验正变得越来越流行; archive.cnblogs.com 6. If you are concerned about conserving hard disk space, note that Analysis Services retains mining structure caches locally. 如果考虑到节省硬盘空间,则请注意AnalysisServices将挖掘结构缓存保留在本地。 msdn2.microsoft.com 7. To minimize overhead and enhance performance, SqlClient caches the MARS session within a connection. 为了使系统开销最小并提高性能,SqlClient将MARS会话缓存在连接内。 msdn2.microsoft.com 8. This policy level indicates to intermediate caches that they should also remove the resource. 此策略级别指示中间缓存也应删除该资源。 msdn2.microsoft.com 9. Both Terracotta and Oracle sell distributed caches and we intend to use this API to be useful to using them. Terracotta和Oracle都出售分布式缓存产品,我们打算让这套API有助于这些产品的应用。 www.infoq.com 10. This policy level indicates to intermediate caches that they should remove the resource. 此策略级别指示应由中间缓存移除资源。 msdn2.microsoft.com 1. The directives specify behaviors intended to prevent caches from adversely interfering with the request or response. 这些指令指定用于阻止缓存对请求或响应造成不利干扰的行为。 www.ibm.com 2. Once the program caches the data, it erases the data fields rather than refreshing the screen, similar to Ajax. 程序缓存数据后,将擦除数据字段而不是刷新屏幕,这与Ajax类似。 www.ibm.com 3. The filesystem driver updated the appropriate metadata, but didn't have time to flush the data from its caches to the new blocks on disk. 文件系统驱动程序更新适当的元数据,但是没有时间将其缓存中的数据刷新到磁盘的新块中。 www.ibm.com 4. Do your applications leave unsecured caches of confidential data on a local machine? 您的应用程序是否将未经保护的机密数据缓存放到本地机器上? www.ibm.com 5. Gadhafi's weapons caches already pose a long-term threat not just to Libya but to other states in North Africa, including Tunisia and Egypt. 卡扎菲的武器储藏室不仅对利比亚甚而对其他北非国家都已经造成了长期威胁,这些北非国家包括突尼斯和埃及等。 www.bing.com 6. When you work with an FTP Web site, Visual Web Developer caches files locally. 使用FTP网站时,VisualWebDeveloper在本地缓存文件。 msdn2.microsoft.com 7. It is also assumed that a possibly existing caching infrastructure in the form of proxy servers or browser caches could never be leveraged. 另外,传统上还认为永远不能使用可能的代理服务器或浏览器缓存形式的现有缓存基础设施。 www-128.ibm.com 8. The system often kills these processes in order to balance overall system resources between process caches and the underlying kernel caches. 为了在进程缓存和内核缓存间平衡系统整体资源,系统经常会终止这种进程。 www.cnblogs.com 9. Lotus Connections caches the user information locally in the respective database. LotusConnections将在相应数据库中从本地缓存用户信息。 www.ibm.com 10. DSAccess also caches directory information to reduce the number of queries to Active Directory. DSAccess也缓存目录信息,以减少发送给ActiveDirectory的查询的数目。 technet.microsoft.com 1. Google caches WebPages regularly and stores them on its massive servers. 谷歌会定期对网页进行缓存并将它们存储在自己庞大的服务器上。 blog.sina.com.cn 2. OP code caches are useful so that your script does not have to be compiled on every request. 对运算码(OPcode)的缓存很有用,使得脚本不必为每个请求做重新编译。 www.phpzy.com 3. SSL pages are not cached (or decrypted) by proxy caches, so you don't have to worry about that. 代理服务器上SSL页面不会被缓存(不推荐被缓存),所以你不必为此担心。 blog.163.com 4. Earlier in the year, they made huge caches of documents about Iraq and Afghanistan wars public. 今年初,维基解密又将大量关于伊拉克和阿富汗战争的文档公布于众。 www.bing.com 5. That framework automatically caches any report that implements the ICachedReport interface. 该框架自动高速缓存所有实现ICachedReport接口的报表。 msdn2.microsoft.com 6. Public indicates public caches. Proxy servers will cache pages with this setting. Public使得页面缓存是公开的。在这个设置下,代理服务器可以获得页面的缓存。 www.w3pop.com 7. By default, the source operator caches its input feed for an hour. 默认情况下,source操作符缓存其输入数据源一个小时。 www.ibm.com 8. Some additional elements, such as caches, are also important here, and I explore these later in the overall architecture. 在这里,其他一些组成部分也很重要,比如缓存。不过我将在后面的总体架构中讨论它们。 www.ibm.com 9. Modern applications have layers, and you can normally make them more efficient by adding caches between layers. 现代的应用程序大都分层,而且可以通过在层间添加缓存来使这些分层更加有效。 www.ibm.com 10. Invalidations on caches, however, are always distributed across a cluster. 不过,对缓存进行失效操作却始终分布在整个群集中。 www-128.ibm.com 1. This buffer caches JMS message data that may otherwise need to be read from disk. 该缓冲区缓存原本需要从磁盘读取的JMS消息数据。 www.ibm.com 2. As a consequence, the current version never caches chunks. 作为一个结论,当前的版本从来不高速缓冲块。 www.bing.com 3. To prevent stale caches, the metadata server recalls layouts that have become inaccurate. 为了避免缓存过期,元数据服务器将收回不准确的布局。 www.ibm.com 4. The management agent caches the ARM data and sends it to the management server. 管理代理缓存ARM数据,并将其发送到管理服务器。 www.ibm.com 5. The report server generally caches one instance of a report based on the report name. 报表服务器通常根据报表名称来缓存报表的单个实例。 msdn2.microsoft.com 6. CPU caches mark referenced memory as code or data depending upon whether it is sent to an instruction decoder. CPU缓存像标记代码和数据一样标记被引用的内存,是依靠判断它是否被发送到指令解码器。 bbs.pediy.com 7. Caches contain copies of the most frequently used instructions and data. 高速缓存中存放的是最频繁使用的指令和数据。 www.ibm.com 8. The container caches the result as a single file rather than multiple JSP components. 容器将结果高速缓存为单个文件,而不是多个JSP组件。 www-128.ibm.com 9. Table 1 shows the data that needs to be entered for the remaining caches. 表1显示了需要为其余缓存输入的数据。 www.ibm.com 10. The portal stores component responses in caches scoped to the component state. 门户将组件响应存储在作用域设置为组件状态的缓存中。 www-128.ibm.com 1. It also caches fitness information for use later on by the selection schemes. 资讯科技稍后藉着选择方案也为使用贮藏健身数据。 ks.cn.yahoo.com 2. Don't count on all requests from a user coming from the same host , because caches often work together. 不要统计一个用户来自一个地址的所有请求,因为缓存常常是一起工作的; simpleton.h.blog.163.com 3. When the cache expires, the Select method retrieves data from the underlying database, and then caches the data again. 当缓存到期时,Select方法将从基础数据库中检索数据,然后再次缓存数据。 msdn2.microsoft.com 4. Initializing the slab allocator and creating slab caches for VFS, buffer cache, etc. 初始化slab分配器并为VFS、缓冲区高速缓存等创建slab高速缓存 www.ibm.com 5. The Timeout property indicates the time in seconds for which the client caches the referral of this node. 超时属性表示客户端缓存这个节点的引用的时间(以秒为单位)。 www.dictall.com 6. The security forces began uncovering arms caches on Ampatuan property. 安全部队已经开始在安帕图安家族住宅群起获藏匿的武器。 www.ecocn.org 7. Caches on the service provider side or the service requester side are not applicable for this pattern. 服务提供端或服务请求端的缓存不适用此模式。 www.ibm.com 8. public. expires -- The cache expiration time (in seconds) for remote caches and for unauthenticated pages only. expires——远程缓存的缓存过期时间(以秒为单位),只针对未经身份验证的用户。 www.ibm.com 9. This region does face a potential problem because the region does not guarantee data consistency between caches. 这个区域存在一个潜在问题,因为它不能保证各缓存之间的数据的一致性。 www.ibm.com 10. Coherence lets users deploy in-memory caches across a configuration of servers. Coherence支持用户以配置的方式在多台服务器部署分布式缓存。 www.infoq.com 1. Note that servers and caches may change or add headers during the request. 注意,服务器和缓存在请求期间可能会更改或添加标头。 msdn2.microsoft.com 2. Aside from creating i386-specific codes for small operations, Psyco caches this compiled machine code for later reuse. 除为小型操作创建特定于i386的代码之外,Psyco还高速缓存这个已编译的机器码以备今后重用。 www.ibm.com 3. Page structures or page content that change with each user request impedes the use of page caches for storing page responses. 页面结构或页面内容会随每个用户请求而变化,因而不能使用页面缓存来存储页面响应。 www-128.ibm.com 4. To false ensures that the application will ignore system caches. 设置为假,保证了应用程序将忽略系统的高速缓存。 www-128.ibm.com 5. Visual Studio caches the content of project files and files imported by project files. VisualStudio将缓存项目文件和被项目文件导入的文件的内容。 msdn2.microsoft.com 6. Typically, browser caches act as this kind of cache in the infrastructure. 在基础设施中,通常由浏览器充当此类缓存。 www-128.ibm.com 7. Role blocks and the deletion of whole sub-trees are especially expensive because they invalidate huge parts of the caches. 角色块和整个子树的删除的开销特别高,因为它们将使缓存非常大的部分无效。 www-128.ibm.com 8. The Puma caches cache information originating from the user registry. Puma缓存来自用户注册中心的缓存信息。 www-128.ibm.com 9. You can adjust the lifetime and size settings on these caches, which are used by the security components. 您可以调整安全组件使用的这些缓存中的生存期和大小设置。 www-128.ibm.com 10. The common language runtime caches security policy for each process. 公共语言运行库缓存每个进程的安全策略。 msdn2.microsoft.com 1. This is because leaking data structures and valid caches of objects are often indistinguishable. 这是因为对象的泄漏数据结构和有效对象缓存通常不好区别。 www.ibm.com 2. Today, in Apple's OS X, the central window server caches window graphics as PDF instead of executing PostScript code. 如今在Apple的OSX操作系统里面,中央窗口服务器只把窗口图形缓存为PDF,已经不再执行PostScript代码。 www.infoq.com 3. From a user experience point of view, these caches make sense. 从用户体验的角度来讲,这些缓存是有意义的。 dongxi.net 4. You can find more information about configuring caches in the WebSphere Portal InfoCenter (see Resources). 您可以在WebSpherePortalInfoCenter中找到更多的关于配置高速缓存的信息(见参考资源)。 www.ibm.com 5. There are a number of different caches for various response modules. 有许多不同类型的高速缓存用于多种响应模块。 www.ibm.com 6. documentCache caches Lucene Document objects (the stored fields for each document). documentCache缓存Lucene的文档对象(存储领域的每一个文件) blog.sina.com.cn 7. The privacy module allows a user to erase traces which KDE leaves on the system, such as command histories or browser caches . 此隐私模组让使用者消除KDE遗留在系统中的使用痕迹,例如指令的历史纪录或网页快取。 dictsearch.appspot.com 8. The first time that you open a form on your system, InfoPath caches the form files so that you can work offline. 以便您可脱机工作首次打开窗体,系统上,InfoPath缓存表单文件。 support.microsoft.com 9. Besides, we introduced 3 caches and arranged the proportion between caches and scan engines properly. 另外配备3个高速缓存,并且合理安排了扫描引擎与高速缓存之间的比例。 www.fabiao.net 10. You will create the first cache, and then provide the appropriate parameters for the final three caches. 您将创建第一个缓存,然后为最后三个缓存提供适当的参数。 www.ibm.com 1. PLAM caches single read-only copies of different versions of user's PAC in its repository. PLAM在自己的仓库中缓存的是用户PAC的不同版本的单个只读拷贝。 www.ibm.com 2. But OpenDNS caches the entire Web. Every Web site appears slightly faster. 但OpenDNS存贮了整个网络,每一个网站都可以更加快速地显示出来。 www.bing.com 3. The researchers found caches of wild barley and oats inside the structure. 研究者们在这个粮仓中发现了存储野生大麦和燕麦的存储室。 blog.hjenglish.com 4. Tonight we might have a downtime because of some maintenance in the datacenter. Fill your caches! 今晚将会停机维护数据中心,请提前屯粮。 www.equn.com 5. The many interactions with Web caches and other devices which affect port 80 must be taken into account. 许多影响80端口的Web高速缓存和其它设备的交互必须得到重视。 www.ibm.com 6. It's generally backed by private, persistent data, which it caches in memory. 他通常由那些私有的,持久的,在内存中缓寸的数据支持。 blog.163.com 7. ASP. NET caches a version of the page that uses the color you specify. ASP.NET缓存使用您指定的颜色的页面版本。 msdn2.microsoft.com 8. After the initial download, the client machine usually caches the file. 在初始下载之后,客户的计算机通常会缓存文件。 www.ibm.com 9. When Adaptive Server Anywhere processes a subquery, it caches the result. AdaptiveServerAnywhere在处理子查询时会高速缓存结果。 www.ianywhere.com 10. Total references to all protocol caches. 对所有协议缓存的参照总数。 www.fan6.net 1. What data structures are actually leaking and are not valid caches? 哪些数据结构正在真正地泄漏而不是有效地缓存? www.ibm.com 2. Most browsers have their own caches, separate from the operating system's cache. 大多数浏览器有他们自己缓存分开操作系统的缓存。 www.cnblogs.com 3. Allows an application to clear the caches of all installed applications on the device. 允许一个程序清楚缓存从所有安装的程序在设备中 blog.sina.com.cn 4. Private Specifies that the response is cacheable only on the client and not by shared (proxy server) caches. Private指定响应只能在客户端上缓存,而不能由共享(代理服务器)缓存来缓存。 msdn2.microsoft.com 5. A variant, the proxy-revalidate directive, requires public caches to validate. proxy-revalidate指令是一个变体,它要求对公共缓存进行验证。 www.ibm.com 6. Keep in mind that if rendered pages are served from caches, the request might not even get to the portal server. 请注意,如果从缓存提供呈现的页面,请求可能甚至不会发送到门户服务器。 www.ibm.com 7. Table 1 provides an overview of contributors and contributed data for caching in remote caches. 表1提供了关于提供者及其提供的数据(供在远程缓存中进行缓存时使用)的概述。 www.ibm.com 8. YES - you will not be required to buy additional licenses for proxy servers, regardless of whether it caches content. 是-不需要为代理服务器购买额外许可,不管它是否对内容进行缓存。位于反向代理后的服务器要求用许可。 www.itrus.com.cn 9. Size description struct for general caches. 下面的结构体是对于普通缓存的描述。 doc.gokeeper.com 10. It caches the file data as pages, just like virtual memory for processes. 它将文件数据缓存为分页,就如同进程的虚拟内存一样。 www.ibm.com 1. WebSphere Portal uses caches at multiple levels. WebSpherePortal在多个级别上使用缓存。 www-128.ibm.com 2. All users can share the markup for these pages delivered from caches. 所有用户都可以共享来自缓存中的这些页面的标记。 www.ibm.com 3. (null string) caches the results of the lookup. (空字符串)缓存结果的查找。 hi.baidu.com 4. When the cache expires, it retrieves data from the underlying file and re-caches the data. 当快取过期时,它会从基础档案撷取资料,并重新快取资料。 technet.microsoft.com 5. For more information about AWE caches, see -cw server option. 有关AWE高速缓存的详细信息,请参见-cw服务器选项。 www.ianywhere.com 6. My pages are password-protected; how do proxy caches deal with them? 我的页面是密码保护的,代理缓存服务器如何处理他们? archive.cnblogs.com 7. Object and caches the roles for a user. 对象并为用户缓存角色。 msdn2.microsoft.com 8. You can copy photos and music on there while developers can copy caches and other application data. 你可以复制照片和音乐,而开发者可以复制缓存和其他应用数据。 www.bing.com 9. Parallel, Poetic Rhythm and the pursuit of the theory, can not be said Cao Pi "Poetry and Fu for Gorgeous" said one of which caches. 骈文的兴起,诗歌声律的追求和理论探讨,不能说没有曹丕“诗赋欲丽”说暗藏其中的影响。 www.ceps.com.tw 10. For information about AWE caches, see -cw server option. 有关AWE高速缓存的信息,请参见-cw服务器选项。 www.ianywhere.com 1. Note: The individual computers because the proxy server caches, there may be time . . . 注意:个别电脑由于代理服务器缓存原因,可能会存在时间与… www.xunbin.com 2. Firefox caches DNS lookups for 1 minute, controlled by the network. dnsCacheExpiration configuration setting. Firefox缓存DNS查找1一会儿由控制,network.dnsCacheExpiration配置设置。 www.cnblogs.com 3. The FS agent process retrieves all related online policies at start-up time and caches them in memory. FS代理进程在启动时获取所有相关的在线策略,并将其缓存到内存中。 www.ibm.com 4. If the caches are constantly being purged to make room for new entries, you should increase them. 如果不断清理缓存,从而为新内容让出空间,就应该考虑增加缓存大小。 www.ibm.com 5. Implement a data store that caches values from an external database. 实现用于缓存来自外部数据库的值的数据存储区。 msdn2.microsoft.com 6. In addition to improving availability, local caches reduce costs by reducing the amount of data transfer directly from S3. 除了能提高可用性,本地缓存还降低了费用,因为直接从S3传输的数据量减少了。 www.infoq.com 7. However, if max-age (or corollary s-maxmag for public caches) is set, its value overrules Expires. 但是,如果设置了max-age(或者对于公共缓存来说必然使用的s-maxmag),则它的值将撤销Expires。 www.ibm.com 8. Read only matters for distributed caches. 只读操作会受到分布式缓存的影响。 www.infoq.com 9. cacheTimeout Global cache timeout for all Access Control caches in seconds. cacheTimeout所有访问控制缓存的全局缓存超时。 www.ibm.com 10. Two Open Source front end proxy caches are Varnish and Squid. Varnish和Squid是两个开放源码的前端代理缓存。 www.ibm.com 1. Each application domain can have one or multiple caches , either with or without backing stores. 每一个应用域能有一个或多个缓存,也可能有或没有后台存储。 dictsearch.appspot.com 2. Actually the former approach can also benefit from the reference data caches. 实际上前一种方法也能从引用数据缓存中获益。 www.infoq.com 3. Each application domain can have one or multiple caches, either with or without backing store(s). 每个应用程序域都可以有一个或多个缓存(可以有也可以没有后备存储)。 msdn2.microsoft.com 4. The endpoint selection, interface endpoints, and subscription caches are not yet used, so we will not tune their parameters at this time. 端点选择、接口端点和订阅缓存还未使用,因此我们当前将不优化它们的参数。 www.ibm.com 5. Clears any shared class caches that already exist if workspace 1 is specified. 如果指定工作空间1,那么清空已经存在的任何共享类缓存。 www.ibm.com 6. The global lock cache feeds the per-thread lock caches. 全局锁缓存将其内容提供给单线程锁缓存。 www.ibm.com 7. Client renders the page then caches it, along with the ETag. 客户端展现该页面,并将页面连同ETag一起缓存。 www.infoq.com 8. One major one is that it is compiled at runtime vs. compile time, which won't permit opcode caches to cache the function. 一个主要缺点是,它在运行时而非编译时编译,不允许操作码缓存来缓存函数。 www.ibm.com 9. High-volume customers with large numbers of WebSphere Commerce JVMs and large caches will see the most benefit. 有大量WebSphereCommerceJVM和大量缓存的高容量客户获益最大。 www.ibm.com 10. It generates thumbnails and resampled images on the fly and caches them. 它可以方便地生成索引图片和采样的图片,并对其进行缓存。 osl.bsw.net.cn 1. In some cases, a server or client might need to provide explicit directives to the HTTP caches. 在某些情况下,服务器或客户机可能需要为HTTP缓存提供显式指令。 www.ibm.com 2. My images expire a month from now, but I need to change them in the caches now! 我的图片设置了1个月后过期,但是我现在需要现在更新。 archive.cnblogs.com 3. Caches the entire image into memory at load time. 在加载时将整个图像缓存到内存中。 technet.microsoft.com 4. Overall hit ratio for all protocol caches. 所有协议缓存的总体命中比率。 angel.w15.5tom.cn 5. These emulators emulate not just the instruction set, but also the internal pipelines and caches of the processor. 这些仿真器不仅可以仿真指令集,而且还可以仿真内部的管道和处理器的缓存。 www-128.ibm.com 6. Write your entity resolver so it caches the content of the entity the first time it is read. 编写实体分解器,使它在实体第一次被读取的时候缓存该实体的内容。 www.ibm.com 7. In How Web Caches Work, we said that validation is used by servers and caches to communicate when an representation has changed. 在Web缓存如何工作:我们说过:校验是当副本已经修改后,服务器和缓存之间的通讯机制; archive.cnblogs.com 8. Two caches exist for file system objects (inodes and dentries), which I'll define shortly. 有两个针对文件系统对象的缓存(inode和dentry)。 www.ibm.com 9. Because SQL Server Agent caches profile information, SQL Server Agent does not immediately use new information when the profile changes. 由于SQLServer代理可缓存配置文件信息,因而SQLServer代理不会在配置文件更改后立即使用新的信息。 technet.microsoft.com 10. There are a number of utilities that can be used to manage active caches, all of which are suboptions to -Xshareclasses. 有许多实用程序可以用来管理活动缓存,它们都是-Xshareclasses的子选项。 www.ibm.com 1. She later returned the birds to their caches , in some cases after four hours and in other cases after five days. 经过四小时或五天后,克雷顿把鸟儿放回他们藏匿食物的地方。 dictsearch.appspot.com 2. For example, if HeapDumps are generated at the start of the workload, caches that are filling up will often be identified as a memory leak. 例如,如果在工作负载的开始生成HeapDump,则正在填充的缓存常常被标识为内存泄漏。 www.ibm.com 3. And what to do about the unofficial weapons caches of Israel, India, Pakistan and (it claims) North Korea? 另外,对于非法私自藏有核武器的以色列,印度,巴基斯坦和所谓的朝鲜又该怎么办? www.ecocn.org 4. Among the most important to know about are how to switch the wps. ear file and how to control caches to boost performance. 其中如何切换wps.ear文件和如何控制高速缓存以提高性能是最需要了解的方法。 www.ibm.com 5. Named caches are destroyed using the destroy option, illustrated in Listing 5. 使用destroy选项销毁指定的缓存,见清单5。 www.ibm.com 6. Run when the host page is unloading and caches info. 当主页卸载时运行,缓存信息。 www.dsbao.com 7. At the highest level is the cache_chain, which is a linked list of the slab caches. 在最高层是cache_chain,这是一个slab缓存的链接列表。 www.ibm.com 8. Despite our extensive use of memory caches, the earlier version of w3 ran in production with about 450MB of available heap space. 尽管我们广泛使用内存缓存,但是运行w3早期版本的产品有大约450MB的可用堆空间。 www.ibm.com 9. It also covered how to correctly tune the applicable caches. 本文还介绍了如何正确地优化适用的缓存。 www.ibm.com 10. Part 1 presents XCache, a PHP extension that caches PHP opcodes in memory. 第1部分介绍了XCache,它是把PHP操作码缓存到内存中的PHP扩展。 www.ibm.com 1. If a program reads a single byte in memory, the processor loads the whole cache line that contains that byte into the L2 and L1 caches. 如果一个程序在存储中读到一个单独的字节,处理器就会释放包含字节的所有的缓存线到L2和L1缓存中。 www.bing.com 2. You might imagine that the first lookup perfectly caches your lookup so that the second lookup is free, but that is not correct. 您可能认为第一个查找很好地缓存了查找结果,因此第二个查找就不会执行,但事实并非如此。 www.ibm.com 3. By this way, the file system can use all the client caches to decrease the disk access time and as a result improve overall performance. 合作缓存方式,可以同时利用所有客户端缓存,减少了服务器端的访问压力,可进一步减少磁盘访问次数,从而提高文件系统的整体性能。 www.juhe8.com 4. There is no L3 cache per se, but if required by the application, a software developer can utilize all L1 and L2 caches as one 5 MB L3 cache. 但没有三级缓存的设置,不过如果应用需要,程序员可以将没使用的一级缓存、二级缓存整合起来作为三级缓存使用。 www.cnbeta.com 5. Sample caches. Following are some example caches. Remove these before use. 缓存样本。以下是一些缓存实例,在使用前删掉这些。 blog.sina.com.cn 6. Shiro's architecture allows for pluggable Session data stores, such as enterprise caches, relational databases, NoSQL systems and more. Shiro的架构允许可插拔的会话数据存储,如企业缓存、关系数据库、NoSQL系统等。 www.infoq.com 7. So is the process of caches of storage. 因此窖藏也就是贮藏的过程。 www.9999jiu.com 8. This has the effect of releasing all RCW caches. 这会产生释放所有RCW缓存的效果。 technet.microsoft.com 9. They are still available in isolated caches of parts, although they can sometimes be hard to find. 他们仍在提供孤立秘藏的部分,虽然它们有时可不好找。 judymail.cn 10. Is the application being too generous in what it caches? 应用程序对其缓存对象是否过于慷慨? www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。