In order to pass the class, among other criteria, we had to write a paper on how we plan to apply what we would learn in class to our future professions and, eventually, to our lives.
为了通过这门课,除其他标准外,我们还必须写一篇论文,来说明我们计划如何将课上所学应用于未来的职业,并最终运用于生活中。
The teacher saw beyond the grade to Martinez's potential and promised he could pass the class by staying after school for the next three months and joining the Eco Club.
小马丁内斯的老师看到了小马丁分数之外的潜能,并承诺如果他每天放学后留下来参加生物俱乐部,并坚持三个月,考试就算通过。
For those who want to try, you probably could pass this class and maybe even get an okay grade without doing the readings.
对于那些想要尝试的人,你可能会通过这门课,甚至不需要阅读就可能得到一个不错的分数。
This means you can catch the user event in a class that you know works and then pass it through for processing to the class you're developing.
这意味着你可以捕捉类里的用户事件,因为你知道这个类是怎么工作的;然后再将其传递到类里进行处理。
To pass this to a recursive method, the anonymous class should extend a wrapper type known to the method.
为了在递归方法中传递,匿名类应该扩展方法已知的包装器类型。
As long as all the test cases pass, I add the new unit test class to my unit test automation library, which gets run on every build.
只要通过所有的测试用例,我就将向单元测试自动库添加新的单元测试类,在每次构建时运行。
You can modify an existing class, pass it as a parameter, and take advantage of the API without requiring the base API to declare an abstract class or interface.
您可以修改已有类,将它作为参数传递,并利用API,而不需要基础 API声明一个抽象类或接口。
However, a better approach is to provide a way for the tester class to directly pass in values for these globals that the method can use.
然而,更好的方法是使测试类能够直接给方法传入这些全局变量的值。
We simply pass the variable reference to the closure into the constructor of the ReflectionMethod class.
只需将对闭包的变量引用传递到reflectionmethod类的构造函数中。
Pass that instance of populated data into the threading class that you created from inheriting from threading.Thread.
将经过填充数据的实例传递给线程类,后者是通过继承threading . thread的方式创建的。
Just pass the fully qualified class name of each test you want to run to the test runner, just as you would for a JUnit 4 test.
只要将您想要运行的每个测试的全限定类名传递给测试运行程序,就像针对JUnit4测试一样。
The comparator class is followed by the code to create an instance of the comparator and pass this as a parameter when creating a record enumeration.
紧跟comparator类之后的代码创建了一个比较器的实例,并在创建记录枚举时将其作为一个参数。
The constructor is used to pass data to the class and initialize any resources that are local to the job dispatcher.
构造函数用于将数据传递给sqrt类,并初始化作业调度器上的所有本地资源。
First, we create an NHibernate Configuration object. Then we pass it the class mappings from the mapping files.
首先我们创建一个NHibernate的Configuration对象,通过它来实现从映射文件中映射类。
The RSpec descriptions go in a describe method, and you pass in the name of the class under test and a code block that has the actual spec.
describe方法提供了RSpec描述,您将传入测试类的名称和包含实际规范的代码块。
To make our example application more interesting, we'll create the Measurement class, whose objects will be used to pass measurement data around.
为了使示例应用程序更有趣味性,我们将创建Measurement类,其对象将用于度量相关数据。
An instance of the AbderaClient class and an instance of the RequestOptions class that you use to pass any options such as cookies across in the request are required.
需要使用abderaclient类的一个实例和requestoptions类的一个实例来传递请求中的任何选项,比如cookies。
Well, for those of you who want to try it, you probably could pass this class and maybe even get an okay grade without doing the readings.
对于有些人如果你想试试看,你很可能能够通过这门课,甚至可能得到一个不错的评级,假使你不做课外阅读。
When the tag is processed, the container will take its name and attributes, as well as any content that may exist in the body of the tag, and pass it to one or more class files for handling.
处理标记以后,容器将取其名字和属性、以及标记正文中可能有的任何内容,并将它传递给一个或者多个类文件进行处理。
It implements the pass-through handling for a supplied class writer instance, letting you override only the methods where you need special handling.
它实现了对提供的类编写者实例的传递处理,使您可以只重写需要特殊处理的方法。
The metaclass will create the class (as a new style one) and will pass it to the class initializer procedure.
元类将创建此类(作为一个新式类)并将其传递给类初始化器过程。
You can think of closure support as providing the ability to treat "blocks of code" as first class objects: pass them around, invoke them, and dynamically create new ones.
可以认为支持闭包就是提供将“代码块”作为第一级对象处理的能力:能够传递、调用和动态创建新的代码块。
In England (which the OECD no longer ranks in the top ten), a third-class or even a pass bachelor's degree will suffice, along with the most basic qualifications in English and maths.
在英格兰(OECD不再将其列在前十位),一个三等的,甚至是刚及格的学士学位,再加上在英语和数学上基本合格就足够了。
The class loader delegation model is the graph of class loaders that pass loading requests to each other.
类装入器委托模型是把装入请求相互传给对方的类装入器图。
It's a huge price to pay in a pass-no-record first semester class. And, you know who is most severe on the committee on discipline?
这个代价太大了,只为了,第一次学期通过一门无记录的课程,你们知道着纪律委员会,谁最为严厉吗?
You create an instance of the class and pass it to your asynchronous service method when you make your remote call, as seen in Listing 4.
当执行远程调用时,创建类的实例并将其传递给异步服务方法,如清单4所示。
For example, you probably don't want to take direct control of the user experience but instead pass something to a calling class that you can use to provide feedback to the user.
例如,您可能不希望直接控制用户体验,而只是想返回给一个调用类,并使用它为用户提供反馈。
Once you have an instance of the SAXParser class, you can do a lot more than just pass it a File to parse.
获得saxparser类的实例之后,除了向语法分析器传递File进行语法分析之外,还可以用它做更多的事。
Once you have an instance of the SAXParser class, you can do a lot more than just pass it a File to parse.
获得saxparser类的实例之后,除了向语法分析器传递File进行语法分析之外,还可以用它做更多的事。
应用推荐