按名称的动态子流程调用
默认情况下,按名称列出函数。
在这种情况下,按名称查找属性会进行线性搜索。
In this case, looking up an attribute by name initiates a linear search.
列集合只能按名称或序号编入索引中。
The columns collection can be indexed only by name or ordinal.
字段散列允许稍后在程序中按名称引用这些数据字段。
The fields hash will allow referring to these data fields by name later in the program.
返回按名称索引的个性化设置提供程序集合。
Gets or sets the name of the application specified by the provider.
这个类如清单2 所示,负责按名称从文本文件中查找客户。
This class, shown in Listing 2, is responsible for finding a customer by name from within a flat file.
帧本身的名称并不重要。视图类可以直接按名称引用组件。
The name of the frame itself is not important; the view class can reference the components directly by name.
J2EE应用程序将JNDI用作目录服务以按名称查找应用服务器资源。
J2EE applications use JNDI as a directory service to look up application server resources by name.
此处的主要设计原则是 “如果以后绝不会按名称引用,则不要进行命名”。
The governing design principle here is "don't give something a name if you're never going to refer to it by name."
不幸的是,没有按名称排列的简单的函数清单,文档是按主题排列的。
Unfortunately, there is no simple listing of functions by name; instead the document is arranged by topic.
在这种情况下,按名称查找属性可能会获得比按索引查找更好的性能。
In such cases, looking up an attribute by name could yield better performance than looking it up by index.
如果希望按序号而不是按名称从DLL导出函数,则请使用此方法。
Use this approach if you want to export functions from your DLL by ordinal rather than by name.
例如,您应使用一个专用线程来中止该线程,将其挂起或按名称发现它。
For example, you should use a dedicated thread to abort that thread, suspend it, or discover it by name.
客户机应用程序或服务查询sdo来了解它的结构,然后按名称读取和更新任何元素。
The client program or service queries the SDO to learn its structure and then reads and updates any element by name.
names拥有按名称排序的游戏列表,score拥有按分数排序的列表。
The names has the list of games sorted by name, and score has them sorted by score.
如果以这种方式存储属性,按索引而不是按名称处理属性可以取得更好的性能。
When attributes are stored in this manner, you can achieve better performance when processing attributes by accessing them by index rather than by their name.
函数可以存储于关联数组中(关联数组是这样一类数组:它们按名称而不是数值索引)。
Functions can be stored in associative arrays (arrays that are indexed by names rather than Numbers).
对于这其中的每条记录,都将按名称提取字段并将每个字段值存储到与字段名关联的散列中。
For each of these records, we will extract the fields by name and store each of the values in a hash keyed on the field name.
例如,配置文件可以指定辅助log对象的创建,代码中所有日志记录的方法将按名称引用。
For instance, the configuration file could specify the creation of an auxiliary log object, which all the logging methods in the code will refer to by name.
如果希望按序号导出函数,请参见按序号而不是按名称从DLL导出函数以及本主题。
If you want to export functions by ordinal, see Exporting functions from a DLL by ordinal Rather Than by Name as well as this topic.
可以按名称将其映射到一个或多个用户,也可以映射到一个或多个用户组,还可以映射到二者的任意组合。
This mapping can be to one or more individual users by name, to one or more defined groups of users, or any combination of these.
这个大厅发送客户端现有的房间列表,所以玩家可以选择一个房间(按名称或列出一些属性)。
This lobby sends a list of existing rooms to the client, so the player can pick a room (by name or some properties listed).
由于XOM包含一个方法来按名称找到元素,所以我们考虑使用excel列作为元素名而不是作为属性。
Because XOM contains a method to find elements by their names, consider using the Excel columns as element names rather than as attributes.
另外,目前的UNIX系统并没有使用神秘的符号和数字,而是使用tput按名称或用途查找和产生转义。
Further, rather than use arcane symbols and Numbers, modern UNIX systems use tput to look up and emit escapes by name or purpose.
当导入包后,就可以按名称直接访问包成员,除非成员与导入范围可见的另一声明具有相同的名称。
Once a package has been imported, package members can be accessed directly by name, except when a member has the same name as another declaration visible to the importing scope.
这是个特殊的模式,ejb容器的Naming服务可以使用它来按名称对实际的JNDI对象进行引用。
This is a special scheme which is used by the Naming service of the EJB container to resolve the reference by name to the actual JNDI object.
这是个特殊的模式,ejb容器的Naming服务可以使用它来按名称对实际的JNDI对象进行引用。
This is a special scheme which is used by the Naming service of the EJB container to resolve the reference by name to the actual JNDI object.
应用推荐