• That gives them more time to absorb lectures via podcast or video, and frees teachers to spend class time coaching students in how to apply the material rather than simply absorb it.

    这样他们就有更多时间通过播客视频吸收课程内容老师可以腾出时间来指导学生如何应用所学内容不是仅简单地吸收。

    youdao

  • Class-four restaurants are the last oases of natural companionship, and they tend to be in the suburbs rather than in the city; these are the places one remembers in prison.

    那些四类餐馆人们仍会出自本性一起最后绿洲这些餐馆通常郊外,不在城市里;这些是一个人监狱里面会想起地方

    youdao

  • The lookup table is referenced from a static field in ObjectStreamClass and is kept in the class itself rather than in an instance of it.

    查询表是从ObjectStreamClass中的静态字段引用的,而且保存本身之中而不是保存在实例中。

    youdao

  • Autoboxing: Rather than generating calls to the valueOf method in the wrapper class, the compiler generates calls to the constructor instead.

    自动装箱:编译生成包装器value Of方法调用,而是生成构造函数的调用。

    youdao

  • The other notable line in this test is the class definition, which points to the template class, rather than one that you might create.

    这个测试值得注意这个定义指向这个模板的类,不是可能创建的模板。

    youdao

  • In that case we might opt to package our handler classes in a JAR file rather than dumping them as loose files into the class directory.

    这种情况下我们可能选择处理程序打包一个JAR文件不是使它们成为目录中的分散的文件

    youdao

  • Note that class loading can be performed in a lazy manner and therefore some parts of the class loading process may be done on first use of the class rather than at load time.

    注意可以惰性方式执行装入所以类装入过程某些部分可能第一次使用类的时候才执行,不是装入时执行。

    youdao

  • This is an attractive option for many teachers because students feel more comfortable making mistakes in front of just one person, rather than the whole class.

    有吸引力选择因为多数学生觉得个同学面前错误在全班同学前犯错会舒服得多。

    youdao

  • Creating a world-class modern university needs flexibility in hiring, promotion and pay rather than the rigid rules that are traditional in the region.

    建立一个世界级现代高校需要聘任晋升以及薪金灵活性不是地区传统死板的教条。

    youdao

  • In fact, it seems that many Brits, given the choice, prefer to identify with the class they were born into rather than that which their jobs or income would suggest.

    事实上如果能够选择的话似乎很多英国倾向于把自己归人自己出生时所属的那个阶级不是他们工作收人所显示的那个阶级。

    youdao

  • For example, a system designer is interested in the logical and physical aspects of a system, so the most useful forms are class and sequence diagrams rather than use-case and activity diagrams.

    例如系统设计人员系统逻辑和物理方面感兴趣,因此最有用的形式就是序列关系不是用例和活动关系图。

    youdao

  • Rather than put that information into the Hypertext Markup Language (HTML) of the page in any old way, add some standardized HTML tags and Cascading Style Sheet (CSS) class names.

    过去方法这些信息放置在页面超文本标记语言(HTML),微格式摒弃了这种做法,而是添加一些标准化HTML标记层叠样式(CSS)名。

    youdao

  • Because DB2 recognizes and supports XML data as a first-class data type, programmers can work directly with the XML data in its native format rather than work with the data as a large object (LOB).

    由于DB 2认可支持XML数据一流的数据类型所以程序员可以直接处理原生格式XML数据,不是当作对象(LOB)来处理。

    youdao

  • Rather than define a class in terms of the properties of its instances, the RDF vocabulary description language describes properties in terms of which classes of resource that the properties apply to.

    使用实例属性定义而是使用RDF词汇描述语言采用资源(属性所适用的类)的术语描述属性。

    youdao

  • In some cases, you may find that it's more useful to access properties and methods via a class rather than an object instance.

    有时候可能发现通过不是对象实例访问属性方法有用

    youdao

  • This module defines a cornucopia of assertion methods, but rather than being extended, Ruby's TestCase class includes the assertion as a mix-in.

    这个模块定义许多断言方法但是Ruby不对这个模块进行扩展,Rubytestcase以mix - in的形式包含assertion。

    youdao

  • Similary, rather than using the dollar-dollar function to retrieve elements by tag or class name, in YUI you use the Y.all function instead

    同样,与使用双美元符号函数根据标记检索元素不同的是,YUI使用Y.all 函数

    youdao

  • One common mistake is to actually extend SAXException rather than embedding a custom exception in that class.

    常见错误扩展SAXException不是该类中自定义异常

    youdao

  • For every STL class that needs to be included in a model, a Binding class should be created and used with other model elements rather than using STL classes directly.

    对于模型需要包含stl,您都需要创建一个binding类,其他的模型元素一起使用不是直接地使用stl

    youdao

  • Because Timer is a class rather than an interface and the threads are actually spun off in that class's constructors, an application server cannot modify this behavior.

    因为Timer不是接口而且线程实际构造函数中产生的,所以应用服务器不能修改这种行为。

    youdao

  • Rather than directly instantiating an object of a plug-in class, plug-ins are attached to a component using the "plugins" configuration option for that component.

    插件使用不是直接初始插件对象,而是使用该组件的“plugins配置选项将插件附加这个组件上。

    youdao

  • But the HttpPostedFile class description states that "By default, all requests, including form fields and uploaded files, larger than 256 KB are buffered to disk, rather than held in server memory."

    但是HttpPostedFile描述声明默认情况下,所有请求包括表单上传文件大于256KB的都缓冲磁盘不是在服务器内存中。”

    youdao

  • Rather than use IDs, you could use a class name or as is commonly used in lightbox scripts, the rel attribute (see Listing 10).

    不要使用IDs,而是使用一个名;或者使用rel属性(清单10),lightbox脚本常用的那样。

    youdao

  • And finally, we can rewrite our test so that the tested object USES the MockTransaction class rather than the real one, as shown in Listing 6.

    最后我们可以重写测试以便测试对象使用mocktransaction不是使用实际类,清单6中所

    youdao

  • The Plugin class represents the entire plug-in rather than a specific implementation of a particular extension that the plug-in declares.

    plugin代表整个插件不是插件所声明特殊扩展特定实现

    youdao

  • If process 's implementation left it with a fault that resulted in a ValueError, for instance, rather than an IOError, the last handler above would at least report out ValueError as that class name.

    举例来说,如果process实现产生个导致ValueError不是IOError的错误,上面最后一个处理程序至少会将ValueError作为报告上来。

    youdao

  • For expediency, rather than bother to implement the full JSSE client and server code, we decided to stub the JSSE functionality (the Talker class in Figure 6) to supply dummy XML messages.

    为了方便起见干扰实现整个JSSE客户端服务器端的代码我们决定去掉JSSE的功能(6中的talker)提供虚构的XML消息。

    youdao

  • In this case it is better to implement the method in abstract class rather than defining it separately in all your concrete classes.

    这种情况最好实施方法抽象不是定义分别所有的具体类。

    youdao

  • In this case it is better to implement the method in abstract class rather than defining it separately in all your concrete classes.

    这种情况最好实施方法抽象不是定义分别所有的具体类。

    youdao

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

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

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