class n. 1.阶级;社会等级。 2.学级;班级,年级,级,班;组;(有组织的)讲习班;〔美国〕同年毕业班;【军事】同年入伍士兵。 3.(高低、优劣的)等级;类别。 4.〔英大学〕(荣誉考试)优等;〔俚语〕高级,优秀;漂亮,优雅。 5.【生物学】(分类学的)纲;【矿物】晶族。 6.(一节)课。 the working class工人阶级。 No class today. 今天没课。 C- is over. 下课。 boycott classes 罢课。 the first [second] class头[二]等。 high [low] class高[低]级。 There's a good deal of class about him. 他有很多优点。 He is not class enough. 他没有什么了不起。 at the top of one's class 出类拔萃;居首要位置。 be no class 〔俚语〕不足道;无价值。 class of the field 〔美国〕比赛的优胜候补人。 get a class=obtain a class. in a class by itself 特好,出众。 in class在上课中。 in the same class 〔美国〕同一类型的,同等的。 no class 〔俚语〕等外的,极坏的,蹩脚的〔用作表语〕。 not in the same class with 不能同…相比,无法和…相提并论,比不上…。 obtain a class=take a class 毕业考试得优等。 take a class at (Oxford) 在(牛津大学)进荣誉班。 take a class of (beginners) 担任(初级)班(的教师)。 take classes in (history) 听(历史)课,选修(历史)课程。 the classes 上层社会;知识阶级。 the classes and masses 各阶级和各阶层。 vt. 把…分类,把…分等[分级];给…定等级,把…分组。 vi. 属于…类[等、级、组]。 adj. -able 可分类[等级]的。 adj. -less 无阶级的。
Therefore , you still need a utility class if you want to add application - specific information to the events 因此,如果您想将应用程序的特定信息添加到事件中那么仍旧需要工具类。
Assuming the editor stores the information , you could use the following code snippet in the utility class 假定编辑器存储信息,您可以在实用程序类中使用下列代码片段( snippet ) :
You can implement either approach in a singleton utility class maintained and provided by the plug - in 您在该插件维护和提供的singleton实用程序类中实现这两种方式中的哪一种都可以。
There are many utility classes provided by atl and atl server that make building a site - enhancing filter easier Atl和atl server提供了许多实用工具类,从而便于生成站点增强型筛选器。
They also hopefully provide some examples of best practices for portlet development using jsps and utility classes 它们还有望提供一些使用jsp和实用程序类开发portlet的最佳方法的示例。
Other assemblies , such as localization resources or assemblies containing utility classes , can be retrieved on demand 其他程序集(例如本地化资源和包含实用工具类的程序集)可以按需检索。
Class make use of a shared utility class used to encapsulate the various minute details of working with the jms api 类都使用了一个共享的有效类,该类用来封装jms api工作流程中的各种琐碎的细节。
The cache management utility class manages and stores instances of the report wrapper class into the asp . net cache object 高速缓存管理实用程序类管理报表包装类的实例,并将其存储到asp . net cache对象中。
In practice , i ve found myself writing utility classes to handle both the composition and decoding of messages for particular profiles 实际上,我已经发现自己编写了实用程序类来为特殊概要文件处理消息的组合和译码。
Tag libraries and portlet services can be modeled in your class diagrams similar to the way that java beans and utility classes are modeled 在您的类图中,可以用类似于为java bean和实用程序类建模的方法为标记库和portlet服务建模。
In computer programming, a utility class is a class that defines a set of methods that perform common, often re-used functions. Most utility classes define these common methods under static (see Static variable) scope.