对象属性目前可以在模板替代字符串之中使用。
Object properties can now be used in template replacement strings.
表格1和表格2显示了更多转换符号替代字符串的详细情况。
Table 1 and Table 2 show more details of the substitution strings for conversion symbols.
这个echo命令,相反利用更多的替代字符串来报告存在错误的数量。
The echo command, in turn, uses more substitution strings to report how many errors there were. Upon exiting the program, Purify sends a message similar to one
对于第一个字符串中的每个字符,第二个字符串中的任意一个字符都由第三个字符串中相应的字母所替代。
For each character in the first string, any letter that appears in the second string is replaced by the corresponding letter from the third-string.
可以在任何传递给DB2的字符串中使用那样的字符引用来替代不能在数据库代码页中表示的代码点。
Such character references can be used in any character string passed to DB2 to replace code points that cannot be represented in the database code page.
定制的字符串可以包含任意符号,在运行的时候,实际值将替代这些符号。
The customized string can contain optional tokens that will be replaced with actual values at run time.
然后它产生一个包含相应替代命令的字符串。
It then generates a string containing the corresponding substitution command.
为简便起见,您可以将代码打包成用于字符串替代的公共XSL模板,以使它可重用。
For convenience, you can package the code in a common XSL template for string replacement, thus making it reusable.
这样,在一个位置(字段的值)就可以实现对所有数字或字符串文字的修改,再也无需在整篇代码中执行查询和替代了。
This way, you can modify the number or string literal in just one place (the value of the field), instead of doing a search and replace throughout your code.
在第二组存储过程中,使用字符串替代了阵列,且大量使用光标以便从多行结果集合中提取行。
In the second set of stored procedures, strings were used in place of arrays, and cursors were heavily used to fetch rows from multi-row result sets.
这个键(或多个键)用于替代这个参数标记(或多个标记),参数标记被定义为在RPG handle_open子过程中创建的sql语句字符串的一部分。
The key (or keys) are used to replace the parameter marker (or markers) which were defined as part of the SQL statement string created in the RPG HANDLE_OPEN sub-procedure.
添加一个名为WAS_HOME新的字符串替代变量,它的值仍然指向您的WAS_HOME目录(如图4所示)。
Add a new string substitution variable named WAS_HOME with the value again pointing to your WAS_HOME directory (Figure 4).
这个字符串然后被替代命令写回时间戳。
This string is then written back into the timestamp line by the substitution command.
例如,parameter(1)告诉解析器用字符串参数后的第一个参数替代这个值。
For example, parameter (1) tells the parser to replace this with the first argument after the string argument.
不幸的是,substitute()要求使用固定的字符串作为它的替代值,而不是一个函数调用。
Unfortunately, substitute() expects a fixed string as its replacement value, not a function call.
这里,一种替代选择是使用Interned字符串。
它与清单7的相似之处在于它替换了固定字符串,但诀窍在于替代该固定字符串的字符串本身在下次替换时又成了固定字符串。
It is similar to Listing 7 in that it replaces a fixed string, but the trick is that the replacement itself for the fixed string becomes the fixed string the next time.
这类似于我们在正则表达式中使用“捕捉组”来提取我们需要的子字符串时来替代把一个字符串分隔成好几个的方法。
It is analogous to using "capture groups" in a regular expression to pull out substrings we want, instead of splitting the string in several successive steps to extract the substrings we want.
从理论上讲,strncpy(3)是strcpy(3)的安全替代者,但是strncpy(3)还会在源字符串结束时使用nul来填充整个目标空间。
In theory, strncpy (3) is the safe replacement for strcpy (3), but strncpy (3) also fills the entire destination with NULs once the end of the source string has been met.
替代响应。重定向请求的查询字符串。
Alternative to Response. Redirect with Request. Querystring.
不过,今天似乎越来越多的设计师喜欢使用上水平菜单和导航字符串来替代垂直类型。
However, today it looks like more and more designers prefer using upper horizontal menu and navigation strings instead of their vertical counterparts.
例如,如果无法对输入字符进行编码,编码器替换回退的回退缓冲区会发出一个替代输出字符串。
The fallback buffer for an encoder replacement fallback, for example, emits a substitute output string if an input character cannot be encoded.
在作用范围内正常绑定的名字都可以被替代到字符串中去。
Regular bound names defined in scope can be interpolated into strings.
要修复与该规则的冲突,请将设计更改为使用长整型或字符串索引,或使用方法来替代索引器。
To fix a violation of this rule, change the design to use a lone integer or string index, or use a method instead of the indexer.
下面的代码示例演示了如何初始化一个文本框,此文本框可接受最长14个字符的字符串,并显示星号来替代该字符串。
The following code example shows how to initialize a text box that will accept a string up to 14 characters long and display asterisks in place of the string.
下面的代码示例演示了如何初始化一个文本框,此文本框可接受最长14个字符的字符串,并显示星号来替代该字符串。
The following code example shows how to initialize a text box that will accept a string up to 14 characters long and display asterisks in place of the string.
应用推荐