• Generally, you will incur 1700-2500 nanoseconds for each method being profiled.

    通常,它仅会对每个被测量方法带来1700- 2500纳秒的影响。

    youdao

  • Notice that for each method, we make a call to a utility class, DbManager, to get a connection.

    注意,对于每个方法,我们将调用实用程序类dbmanager以获得连接。

    youdao

  • Of course you have to enter the specific input parameters for each method and handle any results.

    当然需要为每个方法加入具体的输入参数并处理结果。

    youdao

  • These include the transaction types for each method and even the fact that the EJB is a stateless EJB.

    这包括每个方法的事务类型,甚至EJB是无状态 EJB 这一事实。

    youdao

  • It generates the code required to execute each SQL statement annotated for each method in the interface.

    它生成的代码用来执行针对接口中每个方法进行注释的每个sql语句。

    youdao

  • XMLBeans requires you to create an interface and a static implementation for each method in that interface.

    XMLBeans要求创建一个接口,并为这个接口中的每个方法提供静态的实现。

    youdao

  • This will result in output containing both the starting and ending addresses of the compiled code for each method.

    这将会导致在输出结果中包含每个方法已编译的代码的起始地址和结束地址。

    youdao

  • Define the URIs of the resources, the methods used to manipulate the resources, and the data formats for each method.

    定义资源的URIs,用于操作资源的方法,以及每个方法的数据格式。

    youdao

  • After you set this option, the JIT compiler prints two messages for each method as it compiles the method. For example.

    在设置这个选项之后,JIT编译器会在对方法进行编译时为每个方法打印两条消息。

    youdao

  • When you add an interface to your object or control, you create stubbed-out functions for each method in that interface.

    当您将介面加入至物件或控制项时,您会为介面的每个方法建立截短的函式。

    youdao

  • For each method the HPP is defining guidelines with recommendations for experimental procedures, sample handling and data analysis.

    为每个方法,HPP都定义了指导原则,对实验步骤,样品处理和数据分析做了推荐。

    youdao

  • First, I need to delay printing the "entering" line for each method call until I can see if the time taken is enough to make it through my filter.

    首先,需要延迟打印每个方法调用的“进入”线(“entering”line),直到可以确定所用的时间足以使它通过我的筛选器。

    youdao

  • For each method, we measured the time required to import the binaries as a full directory structure, as an uncompressed tar file, and as a compressed tar file.

    对于每种方法,我们分别测出以完整目录结构形式、以未压缩tar文件形式和以压缩的tar文件形式导入二进制文件所花的时间。

    youdao

  • As for qualitative results, we selected for each method the most suitable parameters that gives the best compromise between noise reduction and detail preserving.

    关于定性结果,我们为每个方法选取了最恰当的参数,以确保得到细节保留和噪音抑制的最佳调和结果。

    youdao

  • For each method in your original interface, the asynchronous version must have a matching method with the return type changed to void and an additional parameter of type AsyncCallback.

    对于初始接口中的每个方法,异步版本必须有一个返回类型更改为void的匹配方法和一个asynccallback类型的附加参数。

    youdao

  • For each method in the RecordListener API, the parameters passed in are the same: a reference to the record store upon which the change has occurred and the record ID that was affected.

    RecordListenerAPI中的所有方法的传入参数都相同:一个指向发生修改的记录存储的引用和受到影响的记录ID。

    youdao

  • In this case, using value objects as method parameters requires that Component1 create the value objects for each method call and actively copy the values required into the value objects.

    在本例中,使用值对象作为方法参数需要Component1为每个方法调用创建值对象,并主动地将所需值复制到值对象中。

    youdao

  • The left-most column shows a quasi-cumulative total, the second column shows individual discrete measurements for each method, and the third column lists the number of times the method was called.

    最左面的列展示了近似的累计总数,第二列展示了每种方法的单独测试,第三列列出了调用该方法的次数。

    youdao

  • Just a 90-minute drive from Paris, the region has many small Champagne houses, each with its own special method for creating a signature bubbly.

    距离巴黎只有90分钟的车程,该地区有许多小型香槟酒庄,每一家都有自己独特的酿造特色香槟酒的方法。

    youdao

  • Select for each button component the corresponding method.

    为每个按钮组件选择相应的方法。

    youdao

  • The compiler generates a method for each supported remote procedure defined in the interface and properties for the arguments of the RPCs.

    这个编译器为定义在接口中的每个支持的远程过程创建方法,并为RPC的参数生成属性。

    youdao

  • There are several ways of extending NIEM, and I use a different method for each of my customizations.

    有好几种扩展NIEM的方式,我为我的每一种自定义使用不同的方法。

    youdao

  • The static method process engineer repeats the creation of extension pages for each extension point identified in the static method.

    静态方法流程工程师为使用静态方法标识的每个扩展点重复创建扩展页面。

    youdao

  • Performance impacts result if objects must be created for each argument of each EJB method.

    如果必须为每个EJB 方法的每个参数创建对象,则会带来性能影响。

    youdao

  • A code generator pre-processes the interface to generate implementation code for each declared, annotated method.

    代码生成器预处理接口,为每个已声明的、带有注释的方法生成实现代码。

    youdao

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

    对于每次测试运行,取消注释将被测试的方法。

    youdao

  • This method is generated for each reference defined by a POJO component.

    将为POJO组件定义的每个引用生成此方法。

    youdao

  • A code generator pre-processes the interface to generate implementation code for each annotated method.

    代码生成器对接口进行预处理,生成每个带注释的方法的实现代码。

    youdao

  • That's not so bad in and of itself, but when I find I do need to print the method information, I first need to print the entering lines for each enclosing method call.

    这本身并不困难,但是我发现真的需要打印方法信息时,首 先需要打印每一个包围方法调用的进入线。

    youdao

  • For this example, the facade interface exposes one public method for each command, as illustrated in Listing 6.

    对于这个范例,facade接口为每个command公开了一个公共方法,如清单6所示。

    youdao

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

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

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