然后,模块检查是否存在DB2AUTH. users表。
The module then checks for the existence of the DB2AUTH.USERS table.
我有两个选项来检查模块,尽管在本例中,我只是运行它。
I've got both an option to check the module, though in this case I'm just going to run it.
接下来,检查每一个模块的内容以更好地了解安装的工作方式。
Next, examine the contents of each module to better understand how the installation works.
为了解决这一问题,模块可以声明其依赖需求,这样,在运行时就可以在执行之前进行依赖检查。
To solve this problem, modules can declare their dependency requirements so that, at runtime, they can be checked prior to execution.
确保在生产设置中使用任何这些模块之前检查基本的操作。
Make sure that you check the basic operation before using any of these modules in a production setting.
在该模块中,您可能具有一个用来更新库存信息系统的库存组件和另一个检查客户信用的组件。
Within the module, you might have an inventory component that updates the inventory information system and another component that checks customer credit.
但是,之后它们都会遇到相同的情况:它们必须检查模块列表,寻找开发人员希望作为测试运行的函数和类。
But both wind up in the same situation: with a list of modules that they must then inspect to find the functions and classes that the developer wants run as tests.
原因2:请确认所期望的DLL已经被载入对应的调试符号文件,您可以在模块窗口中检查。
Cause 2: Please make sure that the expected DLL is loaded with matched debug symbol file. You can check it with Modules window.
该中介模块将批处理请求中的检查数量用作确定将此请求路由到哪个内部端点的标准。
The mediation module will use the number of checks in the batch request as the criterion for determining which internal endpoint this request will be routed to.
检查管理控制台,确保SCA模块已启动(图35)。
Examine the administrative console to ensure the SCA module has started (Figure 35).
元素指定要检查什么CVS模块的更改以确定是否需要某个构建。
The element specifies what CVS modules are examined for changes to determine if a build is necessary.
如果从命令行运行,则该模块将在STDIN上检查XML文档,甚至不用将它导入程序。
The module will check an XML document on STDIN if run from the command line without even bothering to import it into your program.
这个模块将检查密码是否遵循了良好的密码设置习惯。
This module will test a password to see if it follows good password practices.
登录模块可根据表1的矩阵来执行选项有效性检查。
The login module can perform validity checks on the options according to the matrix in Table 1.
可以通过ProcessServer管理控制台检查这些模块。
You can examine these modules via the Process Server administration console.
在Perl构建过程期间,MakeMaker将检查POD文档的所有脚本和模块。
During the Perl build process, MakeMaker will check all scripts and modules for POD documentation.
但是,可以用一个if语句检查模块是直接运行还是导入,从而保护它们执行的实际操作,这样就可以安全地导入命令。
You can make commands safe to import, however, by protecting the actual actions they perform with an if statement that checks whether the module is being run or simply imported.
该模块定义一个名为 acceptance_only 的方法,该方法检查BUILD环境变量,确定哪个测试阶段处于执行中。
This module defines a method called acceptance_only, which checks the BUILD environment variable to see which testing phase is executing.
第一步都是关于检查导入Perl模块的。
The first step is all about inspecting imported Perl modules.
再次检查那些Perl模块。
清单2中的Perl脚本检查您的系统上是否已经安装了所需的 Perl模块。
The Perl script in Listing 2 checks to see if you have the required Perl modules installed on your system.
如果检查服务器控制台视图,您将看到调用了中介模块和BigEcho服务,如清单3所示。
If you examine the server console view, you'll see that the mediation module and the BigEcho service were invoked, as shown in Listing 3.
检查在Binding选项卡中输入的值,了解它们如何引用您的模拟对象模块。
Examine the values entered in the binding TAB to see how they refer to your mock object module.
如果检查BusinessIntegration视图中的项目,您会发现它们与我们在第3部分构建的模块相同。
If you examine the projects in the Business Integration view, you will recognize them as the same modules we built in Part 3.
本文详细讨论了这三种Python测试框架如何检查代码基并选择它们认为包含测试的模块。
The article has now covered all of the details about how these three Python testing frameworks examine your code base and select which modules they think contain tests.
如果确实如此,展开模块中的WebServicePorts并打开WSDL编辑器中的代码检查端口号。
If you do, check the port number by expanding Web Service Ports in your module and opening the code in the WSDL editor.
当该对象类型的实例被传递给OrderProcessing模块时,它将包含完成客户检查和装运订单所需的全部信息。
When an instance of this type is passed to the OrderProcessing module, it will contain all of the data necessary to do a customer check and ship an order.
它检查所有模块以及包中的所有.txt或.rst文件,选择文本中指定了 :Test-Layer: 的文件。
It will examine all of the modules, and all of the .txt or .rst files, in a package and select the ones that specify a :Test-Layer: somewhere in their text.
ABAP功能模块ddut _ TEXTTABLE_GET告诉您每个检查表的相应文本表(在SAP上使用SE37交易代码来运行它)。
The ABAP function module DDUT_TEXTTABLE_GET tells you the corresponding text table for each check table (run it using the SE37 transaction code in SAP).
当py .test检查Python测试模块的内部时,它收集名称以test _开头的每个函数和名称以test开头的每个类。
When py.test looks inside of a Python test module, it collects every function whose name starts with test_ and every class whose name starts with test.
应用推荐