查询
1 词典释义:
public class
时间: 2025-04-26 21:27:22

公共类

双语例句
  • Create the public class and the content adapter variables.

    创建公有类和内容适配器变量。

  • You should not create assemblies with only one public class.

    你不应该只用一个公共类来创建一个程序程序集。

  • This technique should be considered for every non final public class that has a finalizer.

    每一个含有终结方法的非终结公有类都应该考虑这个技术。

  • We were on a project where the client insisted on Javadoc comments for every public class and method.

    我们曾经做一个项目:客户坚持要为每一个公用类和方法写注释。

  • The European Renaissance of social and cultural reform era, the commodity boom, the public class expansion.

    欧洲文艺复兴时期的社会和文化的变革时代,商品经济繁荣,市民阶层扩大。

  • The majority institutions of higher learning previous two years have the public class and the basic course.

    大多数的高等院校前两年是开公共课和基础课的。

  • Getting started one on one with a skilled instructor will give you the confidence you need to then go to a public class.

    从一个经验丰富的导师开始,他将会给你自信,也学慢慢的呢就愿意去公共课程了。

  • You want to limit access to a method of a public class to member of the same class. Which access modifier accomlishes this objective?

    如果想要让某个公共类的方法仅限于由同一个类的成员访问,该采用哪一个访问修饰字实现这一目的呢?

  • The following example shows how to help protect a public class for limited access by requiring that callers be signed with a particular strong name.

    以下范例显示如何要求以特定强式名称签名呼叫端,以协助保护公用类别受到限制存取。

  • To illustrate this mechanism's power, the Ruby language itself USES sticky attributes to declare private, protected, and public class-scope modifiers.

    为阐述该机制的功能,Ruby语言本身使用sticky属性来声明private、protected和public类作用域修饰符。

  • Some public courses in the university is arranging a few classes together through the media to the, we call this the sum of arranging class public class.

    在大学里有些公共课是几个排课班通过多媒体来一起上的,我们把这个排课班的总和叫做公共班。

  • The “Public Class” program lists videos of American college classes, which have been subtitled into Chinese, so that any Chinese speaker can watch them for free.

    这一“公开课”栏目陈列了来自美国学院的课堂视频,配上了中文字幕,这样任何会中文的人都可以免费观看。

  • This article is a summary to the process of design and development of educational technology public class material for education master based on The Standard.

    本文是对基于《标准》的教育硕士教育技术公共课教材设计、开发过程的总结。

  • More than 36% taught at the public class in provincial level or above, nearly 20 people were awarded the provincial grade teacher, academic leaders, educational experts and so on.

    学校有36%以上的教师执教过省级以上公开课,有近20人次被授予省市特级教师、学科带头人、教学能手等称号。

  • Note that the public class, Foo, has no finalizer (other than the trivial one it inherits from Object), so it doesn't matter whether a subclass finalizer calls super. finalize or not.

    注意公有类Foo没有终结方法(除非它从object继承一个无关紧要的),因此子类的终结方法是否调用super . finalize是不重要的。

  • Future plans for Fredette include building a public food bank and providing a self development class for students in her school who will soon attend college.

    弗雷德特未来的计划包括建立一个公共食品银行,并为她所在学校即将上大学的学生提供自我发展课程。

  • After the last class of every day, the students sent these photos to the school's public WeChat.

    每天最后一节课结束后,学生们把这些照片发到学校的公共微信上。

  • A recent wide-ranging society of public opinion found 90 percent of people still placing themselves in particular class; 73 percent agreed that class was still a vital part of British society; and 52 percent thought there were still sharp class differences.

    最近的一项广泛的民意调查发现,90%的受调查者仍然把自己归入特定的阶层;73%的人认为阶级仍然是英国社会的重要组成部分;52%的人认为阶级差异仍然很大。

  • Implement the API methods in the controller class as public instance methods.

    在控制器类中实现作为公共实例方法的API方法。

  • Implement the API methods in the service class as public instance methods.

    在服务类中实现作为公共实例方法的API方法。

  • The API method implementations are defined in the controller class as public instance methods.

    API方法实现是作为公共实例方法定义在控制器类中的。

  • With the direct dispatching approach, the API definition class is attached to the controller class, and the API methods are implemented in the controller class as public instance methods.

    通过直接调度方法,可以把API定义类与控制器类绑定在一起,并且在控制器类中实现作为公共实例方法的API方法。

  • Finally, the convention requires the methods to be public, so I use the form of lookup that finds public methods callable on the class.

    最后,该惯例要求方法为公共,因此我使用查找格式,查找类上可调用的公共方法。

  • Apart from design, these are just good presentation tactics that you'll learn in every public speaking class.

    除了设计之外,这些是你在所有公共演讲课堂上会学到的报告技巧。

  • When I was in college, I manipulated my class schedule to avoid public speaking encounters.

    在我上大学的时候,我特意不去选那些可能需要进行公众演讲的课程。

  • Two months ago, Cambridge held a public forum on race and class at City Hall. It will hold another dialogue on the topic in October with Harvard's Kennedy School of Government.

    两个月前,坎布里奇市在市政大厅举办了一场关于种族和等级的公共论坛,十月还将和哈佛大学的肯尼迪学院再次就此话题研讨。

  • When I was in college, I manipulated my class schedule to avoid public speaking encounters. The one mandatory speech class became an exercise in rote memorization.

    在我上大学的时候,我特意不去选那些可能需要进行公众演讲的课程。唯一的一次强制演讲也成了机械背诵练习。

  • This example shows the C++ source code that contains a non-class function, a Private member function of a class, and a Public member function of a class.

    这个示例使用的 C++ 源代码包含一个非类函数、类的一个私有成员函数和一个公共成员函数。

  • Constructor getConstructor(Class[] params) -- Gets the public constructor using the specified parameter types

    Constructor getConstructor(Class[] params) -- 获得使用特殊的参数类型的公共构造函数