请注意,这里有一个将被选中表达式所有出现的地方都替换成新变量的引用的选项。
Notice that there is an option to replace all occurrences of the selected expression with references to the new variable.
使用您的主题类名称替换对旧主题类名称的所有引用。
Replace all references to the old theme class name with your theme class name.
十进制字符引用可以在任何XML片段中使用,并且在xml解析期间被实际的代码点替换。
Decimal character references can be used in any XML fragment and is replaced by the actual code point during XML parsing.
图15显示了结果对话框窗口:使用模型引用替换。
Figure 15 shows the resulting dialog window: Replace with Model References.
您可以替换操作实体、条目操作、状态变更、重要属性以及配置初始化中的代码引用。
You can replace code references in operation bodies, action on entry, action on exit, reaction in state, overridden properties, and configuration initialization.
如果您去掉这些标签,那么您将去掉所有现有的引用和替换。
If you remove these tags, you will remove any existing references and substitutions.
您也可以对引用一个抽象元素的替换使用这种技巧。
You can also use this technique with substitutions that reference an abstract element.
为了实现您老板的第一个要求(将子元素转换为属性),需要替换对数组的引用,如清单10所示。
To achieve your boss's first objective, which is to convert elements to attributes, you need to replace references to arrays, as shown in Listing 10.
替换字符串可能包含对在之前的匹配中捕获的子序列的引用。
The replacement string may contain references to subsequences captured during the previous match.
字符和已解析实体引用替换为文字字符(特殊字符除外)。
Character and parsed entity references are replaced with the literal characters (excepting special characters).
然后,必须替换简单值的引用,如清单11 所示。
You then must replace references to simple values, as shown in Listing 11.
在搜索和替换字符串中都可以使用缓冲区引用。
You can use the buffer reference in both the search and in the substitution string.
属性值和字符内容中的特殊字符替换为字符引用(与一般的结构良好的XML相同)。
Special characters in attribute values and character content are replaced by character references (as usual for well-formed XML).
再次说明,要使用dialog或zenity,用对话框替换您之前引用过命令行参数的代码。
Again, to use dialog or Zenity, replace code where you previously referenced a command-line argument with a dialog box.
您只需要替换Topology模型中引用的主题和皮肤的实现,就可以轻松地更改用户体验的署名和总体外观。
You can easily change the branding and overall look-and-feel of the user experience by simply replacing the implementations of the themes and skins referenced in the Topology model.
当您用XDEBaseModelImporter导入XDE基础时,这种类型将被模型文件中的相应元素的引用所替换,system . emx。
When you import the XDE base model using the XDE base model Importer, this type will be replaced by a reference to the corresponding element in the model file, system.emx.
通过自引用XSLT文档(使用document('')的特殊形式),变量wsbuf设置为替换文本。
The variable wsbuf is set up with the replacement text by introspection into the XSLT document (using the special meaning of document('')).
您看到了引用主目录的不同方法,了解了鲜为人知的cd转移特性,该特性允许替换当前路径中的字符串并切换到新路径。
You saw different ways of referring to home directories, and you learned about the little-known CD shuffle, which allows you to substitute a string in your current path and switch to a new path.
关于占位符替换的一点说明:Velocity把任何不能识别的引用作为普通文本打印,如清单6中下面突出显示的两行(蓝色和红色)所示。
Now, a word about placeholder substitution: Velocity will print any unrecognized reference as plain text, as illustrated by the next two bold lines in Listing 6.
您可以使用您自己的字符串,或者来自另一个数据源的值来替换该值,这些数据源包括数据汇,引用,通用代码,或者其他的测试变量。
You can substitute this value with your own text string or a value from another data source, such as a data pool, reference, custom code, or another test variable.
在这些情况下,要做的就是将这些引用换成能够在构建的时候替换的变量。
In these cases, all you must do is replace those references to variables that can be replaced at build time.
为了帮助进行此工作,表1给出了本文中引用的系统元素,您将需要使用自己的实际值对其加以替换。
To help with your mapping, Table 1 shows system elements referred to in this article that you will need to substitute with your own actual values.
支持DAOS的服务器在DAOS存储库中保存一个附件副本,将附件替换为指向该DAOS对象的引用。
Instead, the DAOS-enabled server saves a single copy of the attachment in the DAOS repository and replaces the attachment with a reference to that DAOS object.
正如其他PCRE实现一样,您可以从替换中引用子模式匹配,允许操作进行自引用。
As with other PCRE implementations, you can refer to a subpattern match from within the replacement, allowing an operation to be self-referential.
只要SCA引用接口匹配eJB引用接口,SCA运行时注入将替换那个EJB。
As long as the interface of the SCA reference matches that of the EJB reference, the SCA run time injection will override that EJB.
另一个备选方案是在第一次启动ij应用程序时引用脚本,实际上就是使用该文件的内容替换stdin(参见清单12)。
Another alternative is to reference the script when you first start up the ij application, essentially replacing stdin with the contents of the file (see Listing 12).
将这个表达式提取成一个方法,将所有对这个变量的引用替换为对新方法的调用,这样一来这个新方法可以被其他的方法所用了。
Extract the expression into a method. Replace all references to the temp with the expression. The new method can then be used in other methods.
这通常意味着要复制包含正在被复制对象的内部“深层结构”的所有可变对象,并使用对副本的引用替换对这些对象的引用。
Typically, this means copying any mutable objects that comprise the internal "deep structure" of the object being cloned and replacing the references to these objects with references to the copies.
链接器使用加载该函数的真实地址去替换这个引用,以便生成的二进制代码在适当的位置会有正确的地址。
The linker replaces that reference with the actual address at which it had loaded the function, so that the resulting binary code has the right address in place.
链接器使用加载该函数的真实地址去替换这个引用,以便生成的二进制代码在适当的位置会有正确的地址。
The linker replaces that reference with the actual address at which it had loaded the function, so that the resulting binary code has the right address in place.
应用推荐