• First, you must create a data pool, and then you import it to use with your script.

    首先必须创建一个数据然后导入脚本一起使用

    youdao

  • Extracting the certificate will be the one of the last tasks in our current script, and then you will build a second script to import the certificate file into the remote keyring.

    提取证书当前脚本最后一批任务之一然后构建第二个脚本,将证书文件导入远程密匙环中

    youdao

  • The editor toolbar contains buttons that you can use to run your script, to import and export SQL statements, and to access tools for analyzing and tuning the performance of queries in your script.

    编辑工具栏包含了一些用于运行脚本导入导出sql语句使用分析优化脚本查询性能按钮

    youdao

  • Task 1: Import schema script for source database.

    任务1导入用于数据库模式脚本

    youdao

  • Import the source SQL script into MTK.

    sql脚本导入mtk

    youdao

  • The import parts of the script are in the registerActionhandler method, which connects a bot object with a particular action string and method.

    脚本中重要部分 registerActionhandler方法方法连接具有特殊动作字符串方法bot对象

    youdao

  • The "-m" argument says to take whatever follows and import it as a module, like a "use ModuleName" in a regular script.

    - m参数表示获取其后的任何内容将该内容作为模块导入类似正规脚本中的useModuleName”。

    youdao

  • The main script can then just import the config.py and use those variables directly.

    然后,脚本只需导入这个config .py直接使用那些变量即可。

    youdao

  • It also shows the space used on the Subversion server when using the import command versus the efficient check-in script.

    显示分别使用import命令高效签入脚本时在Subversion服务器使用的磁盘空间

    youdao

  • You might make the mistake of thinking that you can simply import foo and use foo.bar directly from a script (I know I did).

    可能会错误认为可以直接脚本简单地导入foo使用foo . bar(知道确实犯过这种错误)。

    youdao

  • The Process Choreographer USES Flow Definition Markup Language (FDML) to script orchestrations and provides a plug-in that allows you to import and export the FDML as BPEL.

    流程编排器使用定义标记语言(Flow Definition Markup Language,FDML)来进行脚本编制提供插件允许BPEL那样导入导出FDML。

    youdao

  • The JCL script does not only import spatial data but also registers a dedicated SQL Reporting Service (SRS) for the spatial columns in those tables.

    jcl脚本不仅导入空间数据而且那些中的空间注册一个专用SQLReportingService (SRS)。

    youdao

  • See the sample xmlaccess script shown in listing 1 to import the custom theme.

    请参考清单1示例xmlaccess脚本,它用于导入定制主题

    youdao

  • These files can be imported from the Rational Quality Manager solution individually, or a batch script can be written to import all the files.

    这些文件可以Rational QualityManager方案中由私人导出,或者写入一个脚本导入所有文件。

    youdao

  • The final two columns show the size of the binaries on the server, first using the Subversion import command, and then using the Subversion efficient check-in script.

    最后显示二进制文件服务器大小首先使用Subversionimport命令然后使用Subversion高效签入脚本

    youdao

  • When the dojo script is imported we can import the remaining dependencies via dojo.require calls.

    导入dojo脚本我们可以通过dojo . require调用导入其余依赖项

    youdao

  • The Python script that gets called by the above form does an import cgi to make sorting out its calling form easy.

    以上表单调用Python脚本将导入cgi使整理调用表单变得更容易

    youdao

  • Figure 8 shows the import Properties portion of the J2C Ant script.

    8展示J2Cant脚本导入属性部分

    youdao

  • You should recognize the Seam Remoting scripts that were used in Listing 3, in addition to the new import of the Google Maps API script.

    除了导入GoogleMaps api脚本之外,应该识别出清单3曾经用到的Seamremoting脚本

    youdao

  • At least after I installed that, I got past an import exception in Twisted's test_ssl.py (but only so far as what appears to be an error in the test script).

    将其安装完之后看到Twisted的test_ssl . py定义一个导入异常(不过看起来测试脚本中的错误)。

    youdao

  • Install this plugin sources in your vendor/plugins directory (it could be ./script/plugin install, or piston import command - it is up to you) from our SVN reposipory. For example

    插件代码我们SVN库中安装vendor/plugins目录中可以使用./script/plugininstall安装,或者pistonimport命令进行安装——看喜欢)例如

    youdao

  • If you import statements to a script that already contains SQL statements, the imported statements are bracketed with comment lines, as shown in Figure 10.

    如果语句导入一个已经包含sql语句的脚本中那么导入的语句会注释掉,如图10所示。

    youdao

  • After you import the test script, associate it with a test case.

    导入测试脚本之后,一个测试用例联系起来。

    youdao

  • In this script, you're going to learn how to import modules for specific functions, how to work with files, and how to write to a log file.

    脚本中学习如何导入特定函数模块,如何使用文件以及如何写入日志文件

    youdao

  • When we get things running, we will be able to import this function into a Python script using import foo, just like any module. The Setup file is very simple.

    我们使用时,我们可以importfoo这个函数导入python脚本中,跟导入任何模块一样

    youdao

  • One script can, of course, import several modules. Just put each import statement into a separate line.

    无疑,段代码可以装载很多模块,只要import语句分行写即可.

    youdao

  • Given that the script needs to deal with folders and files, you need to import the OS module, as it contains various functions and methods that help you list files, read files, and work with folders.

    考虑脚本需要处理文件夹文件,因此需要导入os模块因为其中包含各种函数方法可帮助列出文件、读取文件和操作文件夹。

    youdao

  • To use dojo in our HTML client page, we need to import the dojo.js script, using the scripts shown in listing 8.

    我们HTML客户端使用dojo我们需要使用清单8中所脚本导入dojo . js脚本

    youdao

  • ActionScript also requires a reference to other packages (libraries) in order to use them; hence the "import" statement at the top of the Script block.

    ActionScript使用()之前,先进行引用所以例中脚本开头有一行“import语句

    youdao

  • The syntax for importing modules in a Haskell script is import . This must be done before defining any functions, so imports are usually done at the top of the file.

    haskell中, 装载模块语法import ,必须函数定义之前,所以一般都是将它置于代码的顶部.

    youdao

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

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

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