First, you must create a data pool, and then you import it to use with your script.
首先,您必须创建一个数据池,然后导入它以和脚本一起使用。
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.
提取证书将是当前脚本的最后一批任务之一,然后您将构建第二个脚本,以将证书文件导入到远程密匙环中。
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语句及使用分析和优化脚本查询性能的按钮。
Task 1: Import schema script for source database.
任务1:导入用于源数据库的模式脚本。
Import the source SQL script into MTK.
将源sql脚本导入mtk。
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对象。
The "-m" argument says to take whatever follows and import it as a module, like a "use ModuleName" in a regular script.
“- m”参数表示获取其后的任何内容并将该内容作为模块导入,类似于正规脚本中的“useModuleName”。
The main script can then just import the config.py and use those variables directly.
然后,主脚本只需导入这个config .py并直接使用那些变量即可。
It also shows the space used on the Subversion server when using the import command versus the efficient check-in script.
它还显示分别使用import命令和高效签入脚本时在Subversion服务器上使用的磁盘空间。
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(我知道我确实犯过这种错误)。
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。
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)。
See the sample xmlaccess script shown in listing 1 to import the custom theme.
请参考清单1所示的示例xmlaccess脚本,它用于导入所定制的主题。
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方案中由私人导出,或者写入一个批脚本以导入所有的文件。
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高效签入脚本。
When the dojo script is imported we can import the remaining dependencies via dojo.require calls.
导入dojo脚本时,我们可以通过dojo . require调用导入其余依赖项。
The Python script that gets called by the above form does an import cgi to make sorting out its calling form easy.
以上表单调用的Python脚本将导入cgi 以使整理其调用表单变得更容易。
Figure 8 shows the import Properties portion of the J2C Ant script.
图8展示了J2Cant脚本的导入属性部分。
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脚本。
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中定义的一个导入异常(不过看起来是测试脚本中的错误)。
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命令进行安装——看你喜欢)例如
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所示。
After you import the test script, associate it with a test case.
在您导入测试脚本之后,将其与一个测试用例联系起来。
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.
在该脚本中,您将学习如何导入特定函数的模块,如何使用文件,以及如何写入日志文件。
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脚本中,就跟导入任何模块一样。
One script can, of course, import several modules. Just put each import statement into a separate line.
无疑,一段代码中可以装载很多模块,只要将import语句分行写开即可.
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模块,因为其中包含各种函数和方法,可帮助您列出文件、读取文件和操作文件夹。
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脚本。
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 ”语句。
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 ,这必须得在函数的定义之前,所以一般都是将它置于代码的顶部.
应用推荐