Drag and drop a variable of a type matching the interface onto the Invoke.
把一个类型与接口匹配的变量拖放到Invoke 中。
Type matching restrictions can be controlled with exclusion filters as well.
类型匹配的限制性也可以用排他的过滤器控制。
Drag and drop another variable of a type matching the interface onto the Invoke.
把另一个类型与接口匹配的变量拖放到Invoke中。
The automatic wiring method was designed by integrating wiring distance, logical relation, type matching, etc. and using logical sequence of generated virtual instrument software.
通过有机地整合连线距离、逻辑关系、类型匹配等诸多因素,并利用生成虚拟仪器软件的逻辑顺序设计了自动连线方法。
We must construct or purchase a kind of system type matching our native characteristics and have advanced theories frame prop up , then make a point of solution of China own problems.
我们必须建构一种既符合我们本土特点又具备先进理论框架支撑的制度范式,即要注重解决中国自己的问题。
With some simple keyword matching and a client-server setup, you can receive on-screen type notifications of all your systems, remote or local.
通过一些简单的关键字匹配和客户机——服务器设置,您可以接收所有系统(远程或本地)的屏幕类型通知。
By matching the GC policy used to the type of workload and choosing suitable heap parameters, the impact of garbage collection on the application can be reduced.
通过匹配工作负载类型及其使用的GC策略并选择适当的堆参数,应该能够减少垃圾收集对应用程序的影响。
When the mediation primitive gets the request, it queries for all ports matching the port type identified in the properties.
在中介元素得到请求时,它将查询与属性中定义的端口类型匹配的所有端口。
Normally, the type checker ensures that these super-constructor calls will succeed by looking up the superclass and making sure that a matching super-constructor exists.
通常,通过查找超类并确保存在匹配的超级构造函数,类型检查器确保这些超级构造函数调用会成功。
A phonetic matching algorithm cannot match this type of misspelling with its replacement, since the two words sound different.
语音匹配算法不能用它的替换来匹配这种拼写错误,因为两个单词听起来是不同的。
This type means that the data will be indexed as usual, but it will not be stored along with the index, so it won't be retrievable from a matching result.
这种类型意味着将以通常的方式对数据进行索引,数据不必同索引一起存储,所以不能在匹配的结果中获得该数据。
Type an s (letter s) in the user name text area to search for matching names (Figure 13).
在用户名文本区域输入s(字母s),以搜寻与之相匹配的名字(图13)。
Attempting to check the data type when matching a pattern or in a value comparison.
当匹配模式或者进行值比较时,需要检查数据类型。
This type actually defines the signature of a constructor for the specified class and a matching sequence of values.
该类型实际定义了指定用于类和值的匹配序列的构造器的签名。
Assigning values to variables is actually a special type of pattern matching.
为变量赋值实际上就是一种特殊的模式匹配。
You can type characters into the field to retrieve a set of matching activities.
您可以将字符输入到字段,检索一组匹配的活动。
Type grails generate-all Trip to build out a grails-app/controllers/TripController.groovy class and a matching set of Groovy Server Pages (GSPs) in grails-app/views/Trip.
输入grailsgenerate-all Trip,以构建一个grails-app/controllers/TripController.groovy类,并在 grails-app/views/Trip 中生成一组匹配的GroovyServerPage(GSP)。
There may exactly be only one bean of the matching type.
每个匹配类型对应有且只有一个bean。
The first algorithm type I'll look at is the phonetic matching algorithm, which aims to solve the problem of "which names match those that sound like x."
我要介绍的第一个算法类型是语音匹配算法,它的目标是解决“哪个名字和听起来像x的名字匹配”这样的问题。
The structure in Listing 4 is used by the mimeokay function for one purpose: to set the global string pointer fstr to the appropriate MIME type string matching the file's extension: fext.
清单4中所示的结构由mimeokay函数使用,用来实现以下用途:将全局字符串指针fstr 设置为与文件扩展名 fext 相匹配的合适的MIME类型。
The mechanism chosen, which is not the only possible way to manage this, involves creating a pseudo-MIME type, matching the user-agent string and using Rails' respond_to mechanism.
所选用的机制(并不是惟一的实现方法)涉及创建伪 MIME类型,匹配用户代理字符串和使用 Rails 的 respond_to 机制。
In this case, we entered a single colon delimited line with matching data items to populate the user input parameter of type PasswdEntry.
在本例中,我们输入包含匹配数据项的单个冒号分隔行来填充PasswdEntry类型的输入参数user。
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类型的附加参数。
You saw in Part 1, Figure 13 that the cn attribute type has a field called substr, which defines the matching rules for substring match.
在第1部分的图13可以看到,cn属性类型有一个叫做SUBSTR的字段,它定义了子字符串匹配的匹配规则。
Therefore, DB2 needs to consider matching author IDs of any data type.
因此,DB2必须考虑匹配任何数据类型的authorID。
For anonymous types, the binder implementation should make sure that the returned SOAPElement always has the QName matching the defined schema type.
对于匿名类型,绑定实现应该确保返回的SOAPElement的QName 与定义的脚本类型匹配。
The matching type must be one of set, before, or after.
匹配的类型必须为 set、before或者 after之一。
Every method of the main interface has a matching entry in the asynchronous interface, but with a return type of void and an additional argument of class AsyncCallback.
主接口的每种方法在异步接口中都有相匹配的条目,但是附带了void返回类型和asynccallback类的附加参数。
If there is no matching IBM Cognos 8 service available, the request will fail with an error stating that there is no service available to handle that type of request.
如果没有匹配的IBMCognos8服务可用,请求将失败并报告一个错误,表明没有可用服务可以处理这种请求类型。
These simple examples don’t even begin to scratch the surface of Scala’s pattern matching features. Let’s try matching based on type
这些例子甚至还没有开始接触到Scala 的模式匹配特性的最表面。
应用推荐