• Now, when the main method runs, the output looks like that in Listing 6.

    现在main方法运行时输出清单6所

    youdao

  • Anthology "think method runs away" friend: Prices is bullish index 55 %.

    办法逃走”的朋友行情看涨指数55%。

    youdao

  • The other method runs room-temperature glycol through those same iced-over tubes.

    一个方法是让室温乙二醇通过外边结冰的管子。

    youdao

  • Once the method is compiled, the next call to the method runs the JIT compiled version.

    方法编译之后,方法下一次调用会运行JIT编译的版本

    youdao

  • Sometimes you want to perform logic either before an action method is called or after an action method runs.

    有时候您会呼叫动作方法之前或是动作方法执行之后执行逻辑

    youdao

  • But even this method runs the risk of altering the acidity of soil or Marine ecosystems unless precautions are taken with disposal.

    但是即便这种方法也面临改变土壤酸性海洋生态系统风险除非采取处理的预防措施。

    youdao

  • The EJB 2.0 specification does not specify the behavior of the container in the case where a method runs without a global transaction.

    EJB 2.0规范没有指定如果没有全局事务运行方法容器行为

    youdao

  • The EntityManager.query() method runs an SQL-like query to retrieve data from the database in the form of a collection of entity bean objects.

    query()方法运行SQL查询,并以实体bean集合形式数据库返回数据

    youdao

  • When the EJB method runs in a transaction, this transactional context extends to the resource: if the EJB transaction fails, then the resource activity is also rolled back.

    eJB方法事务中运行时这个事务上下文会扩展资源上:如果EJB事务失败那么资源操作会回

    youdao

  • Meanwhile, a dispatcher detects the request and invokes the implementation, which runs the method and puts the result on the output queue.

    同时一个调度器将检测请求调用实现实现运行方法,并输出放到输出队列中

    youdao

  • Some server managers prefer the "one server, one function" method, so a single server runs a single application.

    有些服务器管理人员更喜欢个服务器,一个功能”的方法因此单个服务器运行单个应用程序

    youdao

  • Uncomment the method to be tested for each of the test runs.

    对于每次测试运行取消注释将测试方法

    youdao

  • Two singletons will be created if the constructor runs and simultaneously another thread calls the method.

    构造方法运行同时,恰好被另一线程访问两个例对象创建

    youdao

  • A trace will normally be output either to a text file or a console window, and it will list method entries and exits in the program as it runs.

    追踪的结果输出一个文本文件或者终端窗口上其中列出程序运行入口出口方法

    youdao

  • He saw the home run as an abasement of the game he loved, a cheap, undignified method of scoring runs.

    认为本垒打是他所喜爱棒球赛中最不入流的,一个廉价体面得分跑垒方法

    youdao

  • Comment out the methods that are not to be tested, and keep one method uncommented for each of the test runs.

    注释执行测试方法对于每一测试保持方法注释

    youdao

  • Initial testing included testing a predetermined number of events and method invocations during 5 minute, 30 minute, and 2 hour runs on both a small store and a medium store environment.

    初始测试包括小型商店中型商店环境上测试5分钟30分钟和2小时内运行预先确定事件数量

    youdao

  • For our purposes, we'll create a TaskHandler.run method that should take the same amount of time every time it runs.

    出于我们目的我们创建一个TaskHandler . run方法每次运行应该相同时间

    youdao

  • The code in Listing 7 works because the scheduling rule's isConflicting() method is called before a Job runs.

    清单7中的代码能够工作是因为计划规则的 isConflicting()方法在 Job 运行调用。

    youdao

  • The map() method in jQuery runs the specified function for each of the result nodes.

    jQuery中的map()方法每个结果节点运行指定函数

    youdao

  • The method returns a list of projects for which the builder would like a delta the next time it runs.

    方法返回一个项目列表构造器希望下一次运行时能使用这些项目delta

    youdao

  • The startElement method loads and runs the class whose local name corresponds to the tag found.

    startElement方法加载运行本地对应找到标签

    youdao

  • The JUnit framework runs the setUp method before each test method, so that's the logical place to do any set up that every test needs.

    JUnit框架每个测试方法之前运行setUp方法,因此就是进行所有测试需要任何设置逻辑场所

    youdao

  • The static initializer runs first, as the class is loaded, followed by the main method (which is also static).

    加载之后,静态初始化器首先运行紧接着运行的main方法也是静态的)。

    youdao

  • The file then runs a search method on the RecipesController that has its output placed in a tag below the text field.

    然后运行RecipesController搜索方法输出放在文本字段下方标记中。

    youdao

  • Let's say that the complex_calculation method takes so long that you only want to run it when doing acceptance tests, not during unit test runs. One way to limit it appears in Listing 12.

    如果complex_calculation方法运行时间较只想在执行验收测试时运行而不想单元测试期间运行它。

    youdao

  • As you'll recall, when you invoke the run method on an instance of Parallel, it creates (n-1) threads to run the first (n-1) CSProcess instances and runs the last CSProcess instance on its own thread.

    想起前面介绍过,调用Parallel实例run方法时,创建了(n - 1)个线程运行前面(n - 1)个CSProcess实例,然后自己的线程中运行最后一个CSProcess实例。

    youdao

  • Fortunately, whenever ProGuard runs, it outputs a /bin/proguard/mapping.txt file, which shows you the original class, method, and field names mapped to their obfuscated names.

    幸运的是,每当混淆运行时候,都会输出文件/bin/proguard/mapping.txt,该文件包含了从原始方法属性名字到混淆后名字的映射

    youdao

  • The autocomplete_recipe_name method on the RecipesController runs the search for the name as shown in Listing 15.

    RecipesController的autocomplete_recipe_name方法搜索名称如清单15

    youdao

  • The autocomplete_recipe_name method on the RecipesController runs the search for the name as shown in Listing 15.

    RecipesController的autocomplete_recipe_name方法搜索名称如清单15

    youdao

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

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

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