首页 / 词典 / good

jcs

  • 网络参谋长联席会议
jcsjcs
  1. This overview has shown how to configure and use JCS .

    本文概述如何配置和使用JCS。

  2. The method uses JCS 's remove and clear methods to clean up the cache objects .

    这个方法使用JCS的remove和clear方法来清除缓存对象。

  3. Retrieving a cached object is as simple as using the get method provided by JCS .

    检索缓存对象只不过是使用JCS提供的get方法。

  4. With JCS , you can store cached data in different data regions that you specify .

    使用JCS可以在各种指定的数据区域中存储缓存数据。

  5. This article explains how to configure and use JCS to cache data for your Web applications .

    本文将说明如何配置和使用JCS来缓存Web应用程序的数据。

  6. The open source JCS , an Apache Jakarta project , is one such tool .

    开放源码JCS(即一个ApacheJakarta项目)就是这样一种工具。

  7. JCS defines four types of core regions : memory , disk , lateral , and remote .

    JCS定义了4种类型的核心区域:内存区域、磁盘区域、外围区域和远程区域。

  8. The previous classes demonstrate how straightforward caching objects with JCS is .

    前面的几个类展示了使用JCS缓存对象是很简单的。

  9. JCS is a powerful and yet simple-to-use caching system for Java developers .

    JCS是为Java开发人员提供的功能强大但简单易用的缓存系统。

  10. The remote cached server can be used by multiple JCS client applications to store the cached data .

    这台远程缓存服务器可以被多个JCS客户端应用程序用于存储缓存数据。

  11. A good way to learn the basics of JCS is to view the API 's most commonly used methods .

    学习JCS基础知识的一个好方法是查看API最常用的方法。

  12. The first step in designing a simple object-oriented site around JCS starts with the object you need to store .

    设计一个简单的面向对象的JCS站点的第一个步骤是创建需要存储的对象。

  13. After retrieving the JCS instance , you can invoke the most needed methods .

    检索JCS实例后,可以调用最需要的方法。

  14. In JCS , no test cache method is defined for simply testing for a cached item 's existence .

    在JCS中,没有定义只测试缓存项是否存在的测试缓存方法。

  15. This data region performs well , and most JCS users designate it as the default cache region to use first .

    这个数据区域执行良好,大多数JCS用户将它指定为最先使用的默认缓存区域。

  16. JCS is a caching system written in the Java language that you can use to create Java desktop and Web applications .

    JCS是一个用Java语言编写的缓存系统,可以使用它来创建Java桌面和Web应用程序。

  17. To improve performance , JCS stores the cached data keys in memory while storing the actual cached data on the file disk .

    为了提高性能,JCS在文件磁盘上存储实际缓存数据的同时,会在内存中存储缓存数据键。

  18. JCS offers a great deal more than the basics I 've shown you so far for adding caching to your applications .

    JCS提供了更多方法,向应用程序添加缓存所用的方法只是其中的一小部分。

  19. Method : A total of 50 cases of postoperative patients after underwent portal hypertension together with disconnection were investigated by filling out JCS and SF-36 questionnaires .

    [方法]对50例门脉高压联合断流术后病人以应对量表(JCS)及健康状况调查表(SF-36)进行问卷调查。

  20. In a typical JCS configuration that uses the memory region first , any data that can 't be held in the memory region is then written to the disk region .

    在首先使用内存区域的典型JCS配置中,任何无法在内存区域中保存的数据都会写入磁盘区域中。

  21. JCS provides a clear method for removing all cached data from the cache region that it was called with and a remove method for removing a specific cached item .

    JCS提供了一种clear方法,用于从调用的缓存区域中删除所有缓存数据。

  22. The last of the more common cache utilities you might need are for cleaning up JCS , the cached items , and the cache region after you are finished working with them .

    最后需要几个用于在使用JCS、缓存项和缓存区域后清除它们的常用缓存实用程序。

  23. You might also want to study several additional JCS areas that provide advanced functionality , such as HTTP Servlet access , JCS utlities , basic HTTP authentication , and additional auxiliary regions .

    您还可以学习其他几个提供高级功能的JCS区域,比如HTTPServlet访问、JCS实用程序、基本HTTP验证和其他辅助区域。