• Finally a method of developing hull plates by using short distance lines as 1ongitudinal boundaries is presented, so that ship-building technique can take advantage of the benefits of this method.

    提出了一个短程线做外纵缝外板展开的方法,该方法能为船体建造施工提供许多方便

    youdao

  • At least not until 1973 when Elaine Walster and colleagues at the University of Wisconsin finally hit upon a method that teased out the subtleties (Walster et al., 1973).

    至少直到1973年,伊雷恩·沃尔斯特以及他同事最终想出了方法,将一观点微妙之处揭示出来

    youdao

  • Finally, lazy acquisition pattern was applied to the initialization of services by exposing a startup method with the framework context interface.

    最后,利用框架上下文接口公开一个启动方法从而延迟获取模式应用服务初始化中。

    youdao

  • Finally, managing a method development project is not fundamentally different from managing a software development project.

    最后管理方法开发项目管理一个软件开发项目没有根本不同

    youdao

  • Finally, the method performing the XSL transformation should return the result of the transformation so it can be stored in a cache.

    最后执行xsl转换方法返回转换结果以便保存缓存中

    youdao

  • Finally, note that other custom finder methods (unrelated to a CMR) are handled in the same manner as the method shown below.

    最后注意其他自定义查找程序方法(与CMR不相关)将按照处理以下方法方式进行类似的处理。

    youdao

  • Finally, the legacy statement on Error GoTo cannot be used at all in a method containing closures.

    最后关于ErrorGoTo继承声明根本不能包含闭包方法使用

    youdao

  • This method, called from a Finally block instead of Close, would encapsulate the Close/Abort logic.

    Finally语句中可以调用方法而不是调用Close,它封装Close/Abort逻辑

    youdao

  • Finally, I use GetProperty to get information about a specified property of the control and then get the value of the control property using the GetValue method.

    最后使用GetProperty获取控件指定属性信息使用GetValue方法获取控件属性

    youdao

  • Finally, our header method draws a two-point black line all the way across the page's content area at the bottom of the header.

    最后我们Header方法标题的底部绘制了一两点黑线,一直穿过页面内容区域

    youdao

  • Finally, when you invoke the Xml.parse utility method, you now pass in a handler that is generated from the root element.

    最后调用Xml . parse实用方法传递一个通过根元素生成处理程序。

    youdao

  • Finally, after finishing the desired workbook object, write it to a file using the workbook's write method (Listing 21).

    最后完成要的工作簿对象之后使用工作簿write方法写入一个文件(参见清单21)。

    youdao

  • But a discarded piece of pizza and a relatively new method of DNA testing has finally cracked the case, police announced last week.

    ,上周,警方宣称从一丢弃披萨上通过新的DAN检测方法最终侦破案件

    youdao

  • This means we need to add a call to its "Dispose" method and that we lose the safety of having this called in a finally block.

    也意味着我们需要添加Dispose方法调用这样,我们会就丧失最后代码(Finally Block)中调用“Dispose”方法的安全措施

    youdao

  • Finally, notice that the method takes a single input parameter, a string called teamName.

    最后,请注意方法只用输入参数,一个名为teamname的字符串

    youdao

  • Finally, the doEditDefaults(...) method dispatches the request to a JSP (editConfig.jsp), which presents a form allowing the user to enter new values for the meeting service configuration.

    最后doEditDefaults(...)方法请求发送JSPeditConfig.jsp),将给出一个表单允许用户会议服务配置输入

    youdao

  • Finally, handle_starttag is called for every start tag in a Web page (that is fed into the HTML parser via the feed method).

    最后,对web页面中的每个开始标记都调用handle_starttag(通过feed方法传递给html解析器的)。

    youdao

  • Finally, the code renders a similar link for a decrease method. Figure 1 shows a Web page containing the counter that Listing 9 renders.

    最后代码针对decrease方法呈现一个相似链接

    youdao

  • Finally, another constraint on named parameters is that once you provide a name for a parameter in a method invocation, then the rest of the parameters appearing after it must also be named.

    最后还有一个命名参数约束就是一旦方法那个指定参数名称那么剩下这个参数之后的所有参数都必须命名参数。

    youdao

  • Finally, as each method in the business interface is invoked, the data provided to the method as parameters and returned from the call is abstracted using a data binding.

    最后调用业务接口中的每个方法作为参数提供给方法调用返回数据通过数据绑定提取

    youdao

  • When you finally realize that a method has a parameter wrong, and in fact isn't overriding a method from a superclass, much bitterness can result.

    最后认识方法参数该方法实际上没有覆盖超类中的方法时,可能感到难受

    youdao

  • Finally, Using the method of calibrating instrument in a variational concentration calibrates this instrument. According to the result, the performance of the instrument is analyzed.

    最后采用非恒定浓度测氡仪器标定方法对研制仪器进行标定,分析了仪器的一些性能指标。

    youdao

  • Finally, the send method of the object actually creates a POST packet containing the trackback request and transmit it to the trackback URL.

    最后对象send方法实际创建包含trackback请求post将其传递给trackback URL。

    youdao

  • Using finally to release resources acquired in a method is reliable but can easily get unwieldy when multiple resources are involved.

    使用finally释放方法获取资源可靠的,但是涉及多个资源时,很容易变得难以处理。

    youdao

  • Then the Action is a method on that class called details and finally the argument to that details method is CodFishOil.

    接着Actiondetails方法最后,传递给details方法的参数CodFishOil

    youdao

  • Finally, we'll pass the new Map to the Scitter.execute method, along with a username and password, for transmission to the Twitter server.

    最后新的Map用户名、密码一起传递给Scitter. execute方法传送Twitter服务器。

    youdao

  • Finally, a practical example of software development is given, and the validity of this method is demonstrated.

    最后一个软件开发实例解释说明方法有效性

    youdao

  • To ensure that locks are released, simply pair every lock method with an unlock method, which should be placed in a try-finally block. This is illustrated in Listing 4.

    保证得到释放,我们只需要lock之后对应执行一个unlock方法而且它们应该置于try - finally复杂语句中。

    youdao

  • Finally, a method for calculating the efficiency of practical packed column is given.

    本文提供一种计算真实填料效率方法

    youdao

  • Finally, a method for calculating the efficiency of practical packed column is given.

    本文提供一种计算真实填料效率方法

    youdao

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

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

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