• The class has even helped me to win some speaking competitions. I love this class so much.

    这个在比赛中获胜非常喜欢这个班。

    youdao

  • The assignment, which was to modify this class so that it prints out the arguments supplied to each method, provided some useful insight into the SAX parsing and callback process.

    我们布置的家庭作业要求修改这个使能够打印每一个方法参数对于理解 SAX解析回调过程是十分有好处的。

    youdao

  • It's a popular class so this term it'll be moving to the hall, so they've got more room.

    门课受欢迎,所以学期大厅进行,这样他们更多的空间授课。

    youdao

  • It was my first class in this new school, so nobody here knew me.

    是我在这所新学校的第一节课,所以这里没有人认识我。

    youdao

  • There are fifty students in this class, three fifths of them are boys, so the number of the boys is 30.

    个班有50个学生,其中五分之三是男孩,所以男孩的人数是30。

    youdao

  • Not all components require all the values in this class, so it provides multiple constructors that implement optional arguments.

    并非所有组件需要这个所有因此提供了实现可选参数的多个构造器。

    youdao

  • So what about those questions/comments like: "I wish I could take this class, but I can't take three days off or travel." and so on?

    所以我们就有了以下这些问题/评论:“希望可以参加这个课程但是不能或者旅程上”或者等等

    youdao

  • This is a complex class used by many other classes, so I'm going to investigate it further.

    一个很多其他使用复杂所以作进一步研究

    youdao

  • This refactoring of the class also improves the code so that we have separated the initialization code from the object construction code.

    这种重构会改进代码因为我们初始化逻辑对象的构造函数分离出来了。

    youdao

  • This work is done in the constructor so that it is only performed once; subsequently, this class will be reused from the method cache.

    这项工作之所以放到构造函数来做为了执行一次随后方法缓存中重用这个

    youdao

  • The author of this book really likes Unified Modeling Language (UML) class diagrams, so if you find those helpful in learning, then you’ll like this book.

    说实话,该书作者是非常喜欢UML所以如果感觉这样有助于学习,你会喜欢这本的。

    youdao

  • So this class is about training kids to break away from the pack, to be the person who defies conformity and does the right thing.

    因此这个课程在教孩子打破陈规,勇于一个不唯命是从,正确事情的

    youdao

  • Exposures to this asset class tend to be big and concentrated, so the failure of even a handful of property developers can cause significant damage to Banks' balance-sheets.

    银行放款资产类别多半大笔而且集中所以只要其中少量房地产开发商倒闭银行的资产负债表上造成重大伤害

    youdao

  • This class represents a user profile that includes properties such as Email, CreationDate, PasswordQuestion, and so on.

    这个代表了一个用户简介包括属性电子邮件,创建日期,密码问题等等。

    youdao

  • So, the first things that we learned about in this class were vectors, and how to do dot-product of vectors.

    门课我们首先学习的概念向量以及怎样向量内积。

    youdao

  • It appears that this class is still in its true infancy stage, so stay tuned to see if updates are in the works.

    这个好像仍然还处在婴儿期所以耐心等待,看看是否会有更新。

    youdao

  • My oral English is OK. So I think there's no need for me to attend this class.

    口语可以,必要参加这个班了!

    youdao

  • Obviously, this method is invoking methods that don't yet exist, so the class will not compile.

    显而易见方法调用的方法存在因此不能正常被编译。

    youdao

  • As you'll see, there are a lot of them, so this class should show you where you can get some real bang for your buck from creating widget classes.

    正如看到的,方法很多因此,ListBox窗口小部件显示创建窗口小部件类中可以获得一些实际的好处

    youdao

  • Notice that this class still USES a standard SAX handler, so you simply reused the RssHandler shown above in Listing 7.

    注意这个仍然使用了一个标准SAX处理程序因此仅仅重用清单7所示的RssHandler。

    youdao

  • This code creates a simple MyLabel class that extends UIComponent, so you can concentrate solely on the measurement phase.

    段代码创建了一个简单的扩展uicomponentmylabel因此仅需关注度量阶段

    youdao

  • Most of the methods available in this class are trivial, so let's focus on the method that adds a new logger filter as shown in Listing 3.

    包含大多数方法很普通因此我们重点关注添加logger过滤器方法,如清单3所

    youdao

  • So this class first gets the current date and then calculates previous 7 closest date (including current) and passes directories names back to Oozie.

    这样这个首先获得当前日期然后再获得离现在最近7个日期(包括今天),然后目录名称传递Oozie

    youdao

  • This business object encapsulates the Notes document in a private instance variable inherited from the BOEntity class, so any direct access to this document and its items is prevented.

    这个业务对象boentity继承一个私有实例变量封装Notes文档这样可以保护任何文档及其直接访问

    youdao

  • Because passing function objects in Python is so easy, this class USES far fewer lines than any similar class in another language would require.

    因为使用Python传递函数对象如此简单,与其它语言中的相似比较这个所需使用行数非常

    youdao

  • Additionally, the Tapestry framework is set up so that this is easy; simple file and class naming is already in place, so this just connects those two sets of components.

    另外Tapestry框架已经设置好,所以容易;简单文件名称已经准备好,所以这只不过是连接组件而已。

    youdao

  • So, you'll be learning in this class 512 a great preparation for 512, which is organic chemistry.

    有机化学需要知道的东西,你们课程课程,也就是有机化学打下基础。

    youdao

  • Hibernate will then use introspection to identify the classes that extend this abstract class so that it can perform the appropriate SQL queries for each of the subclasses successively.

    Hibernate内省(introspection)找到扩展这个抽象类,以便依次每个子类执行对应SQL查询

    youdao

  • That suggests that this method shouldn't be in this class, so I'm going to refactor it upward to a BoundaryBase class, which ACTS as the parent of the PartDb class.

    说明这个方法应该放在这个中,所以重构partdb类BoundaryBase中

    youdao

  • All the rest of your XPath work will proceed from this class, though, so as simple as this looks, get used to typing it.

    所有其他XPath处理工作都要这个开始虽然看起来简单,但是应该习惯于输入这些代码。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定