以一个工作流标识符标记的工作条目,使用与命名策略集合相同的方式用工作流id分解。
Work items tagged with a work stream identifier are resolved using the work stream id in the same way as a named policy set.
因此,她根据建造编号来命名,并且将主要发布和版本标识符 Rel4_V2_B2353 作为它的前缀(请参见图9)。
Therefore, she names the build based on build number and prefixes it with the major release and version identifiers: Rel4_V2_B2353 (see Figure 9).
命名您的项目并选择哪个z/OS系统 (主机缩写名,即 Host ShortName)和高级限定符(High Level Qualifier)与这个项目相关联,如图21 所示。
Name your project and choose which z/OS System (Host Short Name) and High Level Qualifier to associate with the project, as shown in Figure 21.
在RDAV7.0 中,如果命名标准要求名称具有标题大小写格式(比如 EmployeeLastName),那么可以选择 “Title Case”作为分隔符。
With IDA V7.0, you can choose the <Title Case> as the separator if your naming standard requires names with a title case format, such as EmployeeLastName.
这个文件放在当前目录中,并被命名为esx-XXXX-XX-XX.XXXX.tgz(其中 X 是日期/进程标识符信息,例如 esx-2005-01-04.27059.tgz)。
This created file is placed in the current directory and is called esx-XXXX-XX-XX.XXXX.tgz (replace the Xs with date/pid information: for example, esx-2005-01-04.27059.tgz).
这些标识符的使用和定义方式特定于您自己的安装,但是对这些标识符在这个已命名查询中的使用方式的理解应该告知您的命名策略。
How these identifiers are used and defined is specific to your own installation, but an understanding of how these are used in this named query should inform your naming strategy.
为绕过这个限制,我使用一个数据结构来为每个数组元素定义一个已命名指示符变量。
To get around this I use a data structure to define a named indicator variable for each array element.
每一个模式都有一个命名的描述符,它可以被分配给页面、消息或者组件。
Each pattern has a named descriptor that can be assigned to a page, message, or component.
除了组件之外,您只能使用简单的标识符重命名uml元素。
Except for components, you can only rename UML elements with simple identifiers.
智能的模式通过以部署描述符的形式对JAR文件具体命名来进行配置,如列表7中第6—8行所示。
The smart mode is configured by specifying the name of the JAR file in the deployment descriptor as outlined in Listing 7, lines 6-8.
当重命名某标识符时,对该标识符的所有引用也将被重命名。
When you rename an identifier, all references to that identifier are also renamed.
使用的何种具体的命名系统特定于应用程序,但通常可以使用一种与现有应用程序类似的结构,并且这种结构很可能基于某种惟一识别符。
The exact naming system you use is application-specific, but you can usually use a similar structure of your existing application, which will probably be based on some kind of unique identifier.
一个区别是现在请求被命名的元素和本地名称时必须指定名称空间统一资源标识符(uri)。
The one difference is that you must now specify a namespace Uniform Resource Identifier (URI) when requesting a named element as well as a local name.
每个指示符变量都必须单独命名。
您可以将UM L组件重命名为简单标识符,也可以使用有效的相对路径,指向生成的IDL文件中的目标容器。
You can rename UML components with either a simple identifier or with a valid partial path that is relative to the target container in which the IDL file is generated.
之所以需要这样做是因为,高级场景2将使用相同的命名空间标识符echo。
You need to do this because Advanced scenario 2 will use the same name space identifier echo.
为此您必须创建一个构建描述符;我们将把它命名为intdebug。
You must create a build descriptor for that; we will name it intdebug. To create the descriptor.
我将扩展Required modelmbean类,让它使用一个简单的命名规范,以.mbean . xml格式寻找相关的mbean部署描述符。
I'll extend the RequiredModelMBean class to use a simple naming convention for finding related mbean deployment descriptors using the format.mbean.xml.
使用您喜欢的编辑器,创建XML描述符文件并命名为WSEPackage.xml。
Using your favorite text editor, create an XML Descriptor file and name it WSEPackage.xml.
ContentAssist 弥补的特性之一是Ruby对标识符使用的特殊命名约定。
One of the redeeming features for Content Assist is the special naming conventions Ruby uses for identifiers.
PHP 使用三元操作符(foo?bar:baz)和冗长的函数名列表,而命名约定更是无所不有;相反,您会发现Python 要简洁多了。
PHP has the ternary operator (foo?bar:baz) and an enormous (and unwieldy) list of function names, with all kinds of naming conventions; you'll find Python a lot cleaner.
首先,Jane将一个针对位置的Filter操作符添加到画布上,并将其命名为“State”。
First, a Filter operator which she names "State" is added onto the canvas for the location.
可以通过在订阅头元素的命名空间中引入反复标识符来实现这一点。
You can do this by introducing an iteration identifier in the namespace of the subscription header element. Here are some examples.
第一个约定是在方法调用中使用 Ruby的圆括号(可选);第二个约定就是使用半专有的方法命名,其中使用了在其他语言中作为运算符的符号。
The first element of this is Ruby's optional parentheses in method calls; the second part is its use of semi-special naming of methods with symbols that are operators in most languages.
5中新加入了‘context’命名空间,这个命名空间让我们能够得到更为简洁的方式来实现属性占位符(property placeholder)的配置。
With the addition of the 'context' namespace in Spring 2.5, a more concise alternative for the property placeholder configuration is available.
单目操作符(unaryoperator)是通过在关键字operator后跟单目运算符符号来命名的。
A unary operator is named by using the key word operator followed by the unary operator symbol.
显然,像重命名一个Ruby源文件中的标识符这样的重构算法,需要知道标识符的位置在哪儿。
Obviously, a refactoring algorithm that, for instance, wants to rename an identifier in a Ruby source file needs to know where the identifier actually.
表示双目运算符(binaryoperator)的UML操作的命名方式类似于单目运算符,但符号是双目运算符之一。
A UML operation representing a binary operator is named similarly to unary operator, but the symbol is one of the binary operators.
在J2EE 1.3中,每个bean都要在其部署描述符中定义一个resource - env - ref,它在以后要在其本地命名空间中查询它。
In J2EE 1.3, each of those beans would define a resource-env-ref in its deployment descriptor, which it would then look up from its local namespace.
虚拟数据集将这两个测度重命名为SaleTotal,并且使用加法合并运算符将历史数据集和最近数据集合并起来。
The virtual cube renames both these measures to Sale Total, and it aggregates the historic and recent cubes using the addition merge operator.
应用推荐