浏览器缓存

  • 网络browser cache;Browser Caching;Cookie;Leverage browser caching
浏览器缓存浏览器缓存
  1. 构建了一种基于混合索引的浏览器缓存协作系统,它充分利用客户端浏览器缓存的内容,以P2P方式交换webcache,克服了集中式代理服务器存在的一些问题。

    In this paper , a Web browser cache collaboration system is built based on hybird index method in hybrid P2P network . By fully utilizing the cached pages stored in Web browser and exchanging cached pages , the system avoids the scalability problem of traditional proxy system .

  2. 此外,还可以查看资源是否从浏览器缓存中加载。

    You can also see whether resources were loaded from the browser cache .

  3. 一种常见的Ajax技巧是将一个额外的时间戳参数添加到AjaxGET请求(或者,更糟糕的是在应该使用GET时使用POST)来避免浏览器缓存一个响应。

    It is a common Ajax hack to add an extra timestamp parameter to Ajax GET requests ( or even worse to use POST when GET is appropriate ) to avoid browsers caching a response .

  4. 用户浏览一个AjaxWeb站点,加载Ajax应用程序引擎,最好是从浏览器缓存中加载的,否则就从本地代理服务器加载。

    Okay , users browse to an Ajax Web site and load the Ajax application engine , preferably from the browser 's cache or , if not , from a local proxy server .

  5. 与将CSS内联到页面中供浏览器缓存相比,将CSS放入其自己的外部文件中会更加有效。

    It is often more efficient to put CSS in its own external file , rather than in-line it on a page so browsers can cache it .

  6. 用公共计算机登录Gmail、雅虎(Yahoo)或Hotmail邮箱后应登出,清空浏览器缓存、cookie和历史,然后关闭浏览器。

    Sign out of your Gmail , Yahoo or Hotmail account when using a public computer and clear the Web browser 's cache , cookies and history . Then close the browser .

  7. 基于混合索引的浏览器缓存协作系统

    Browser Cache Collaboration System Based on Hybrid Index

  8. 这种情况下,该页可能仍将显示,直到刷新浏览器缓存,然后尝试再次查看页为止。

    In that case , the page might still display until you flush the browser cache , and then try to view the page again .

  9. 如果可以在浏览器缓存中找到有效的响应,浏览器将不向网络发送请求,而直接将此内容向最终用户显示。

    If a valid response can be found in the browser cache , the browser displays the content to the end user without sending a request to the network .

  10. 清空你的浏览器缓存,删去你在办公室登入个人邮箱或网上银行帐户时输入的密码,并删除你电脑上任何与工作无关的个人文件。

    Clear your browser cache , remove passwords to Web sites you use from work , such as your personal email or online bank account and delete any personal files on your work computer that aren 't relevant to work .

  11. 让web浏览器正确缓存内容很重要。

    It is important to ensure that the web browser caches your content correctly .

  12. Web浏览器总是缓存静态资源。

    Web browsers have always cached static resources .

  13. 相反,private表示响应只能存储到客户机的缓存中(通常是浏览器的缓存)。

    In contrast , private dictates that the response can only be stored in the client 's cache ( typically , a browser 's cache ) .

  14. 设置框大小为75然后点击移动文件夹,点IE浏览器的缓存文件夹您的内存磁盘。

    Set the box size to75MB then hit Move folder and point IE to the Cache folder you made on the RamDisk .

  15. 实体标记(ETags)是一个机制,以确定是否在浏览器的缓存中的该组件与匹配源服务器上有Web服务器和浏览器使用。

    Entity tags ( ETags ) are a mechanism that web servers and browsers use to determine whether the component in the browser 's cache matches the one on the origin server .

  16. 这意味着浏览器可以缓存这个页面从而减轻服务器的负荷。

    This means it can be cached by browsers and relieve load on your servers .

  17. 获取或设置在浏览器上缓存的页过期之前的分钟数。

    Gets or sets the number of minutes before a page cached on a browser expires .

  18. 另外,使用外部文件代替内联定义来适应浏览器的缓存机制。

    Also , use external files rather than inline definitions to accommodate the browser 's caching mechanism .

  19. 实际上这并不会清除浏览器认证缓存但是会将其替换为某个无效的用户名和密码。

    This won 't actually clear the browser 's authentication cache but will replace it with an invalid username and password .

  20. 它不是优化器、压缩器或令牌回收器,它不能刷新浏览器的缓存。

    It is not an optimizer , compressor , or token reducer , and it is not able to flush a browser 's cache .

  21. 网页浏览器的高速缓存区里有你最近下载的网页文件。

    In your Web browser 's cache are the most recent Web files that you have downloaded .

  22. 禁止浏览器的图片缓存。

    Disable image caching in browser .

  23. 在大多数情况下,这样做,这样做,只会重新地载入网页,却没有清除浏览器的高速缓存。

    In many cases , this simply reloads the page without clearing the browser 's cache .

  24. 浏览器也可以缓存共享的页面,但这又对此类页面增加了一级缓存。

    Browsers can also cache pages that are shared , but this adds an additional layer of caching for such pages .

  25. 可以提供指定了未来日期的HTTP缓存过期头,这会让浏览器对组件进行缓存,因此可以减少HTTP请求。

    You can reduce HTTP requests by providing HTTP cache expiration headers with future dates that allow browsers to cache components .

  26. 浏览器将总是从缓存加载所有资源,尽管您也能够控制哪些资源从缓存加载。

    Browsers will always load everything from cache , though you also get control over what should not be served from cache .

  27. 请记住,如果把过期日期设置为很长时间以后,那么即使已经修改了内容,浏览器仍然会使用缓存的内容。

    Remember that if you use far future expiration dates , browsers will still cache your content even when you have changed it .

  28. 在缓存清单中列出的文件存储在应用程序缓存中,类似浏览器的标准磁盘缓存但是更为健壮。

    The files listed in the cache manifest get stored in the application cache , which is like the browser 's standard disk cache but much more robust .

  29. 如果您正在使用Firefox®浏览器,则还需要清除浏览器缓存。

    If you are using the Firefox ® browser , you will also need to clear the browser cache .

  30. 另外,由于浏览器的行为基本相同,这个属性是处理跨浏览器缓存问题的最有效的方法。

    Additionally , because browsers'behaviors are basically the same , this property is the most efficient way to handle the cross-browser cache issue .