尤其是我可以对字符串使用类似的操作。
如果字符是操作数,将它添加到结果字符串。
If the character is an operand, append it to the result string.
理想情况下,应该使用这些函数更好地执行字符串操作,将更多的应用程序逻辑植入sql层而不是在应用程序中实现这些逻辑。
Ideally, you should be using these functions to do string manipulations better and pushing more application logic into the SQL layer, rather than implementing the same logic in your application.
这就像有字符串操作就需要频繁处理字符串一样。
This is like you frequently manipulating a string with string operations.
这个特性使得字符串操作更容易实现。
This feature makes string operations much easier to implement.
使用脚本解析这样的输出需要大量字符串操作。
Parsing this output with scripts requires a lot of string manipulation.
如果到达输入字符串的末尾,弹出所有操作符并添加到结果字符串。
If the end of the input string is found, pop all operators and append them to the result string.
合并操作中所有的变量都被转化成字符串,可能造成一些有趣的现象。
All variables are converted to strings during the merge operation, which can create some interesting situations.
我仍然将存在隐患的调用替换成亲自编写的字符串操作,因为它们仅和少数特定的正则表达式一起使用。
I may yet replace the calls in question with hand-coded string operations, since they're only used with a few very specific regular expressions.
在调用解密命令之前,清单13中的字符串操作函数将替换丢失的格式。
The string manipulation functions in Listing 13 replace the lost formatting before the decryption command is called.
您还了解了如何将NLS字符串添加到定制页面或定制页面操作中。
You also saw how to add NLS strings to a customized page or customized page actions.
操作响应是一个xml字符串。
相反,连接字符串操作非常简单,只是运行一个操作码,将一个字符串变量附加到一个现有的字符串变量中即可。
In contrast, concatenating a string is pretty much just a case of running a single opcode to append a string variable to an existing string variable.
对于更复杂的搜索字符串,可以定义一个特殊的类型;但是,为了提高互操作性,也可以考虑使用通用字符串类型。
For a more general search string, you can define a special type, but for maximum interoperability, you can also consider making it a generic string type.
它们很大程度上简化了MFC中的许多操作,使得MFC在做字符串操作的时候方便了很多。
They greatly simplify a lot of operations in MFC, making it much more convenient to do string manipulation.
提供其他常见字符串操作的高性能实现。
Providing high-performance implementations of other common string operations.
不需要任何笨拙的字符串操作。
程序对解码后的字符串进行操作。
待执行的字符串操作可能导致不同的输出,取决于计算字符所使用的字符串长度单元。
The string operation to be performed may result in different outputs, depending on the string length unit that is used for counting the characters.
考虑在使用新的基于字符的字符串函数执行字符串操作时可能导致这一状况的常见情形。
Consider some common conditions that can cause such situations while you do string manipulation using the new character-based string functions.
第8行中的打印语句也是前面讨论过的字符串格式操作。
The print statement in Line 8 is another of those string formatting operations that was discussed earlier.
由于所有svg元素都是字符串,所以一些基本的字符串操作就足够了,如清单10所示。
Since all SVG elements are just strings, some basic string operations are sufficient, as Listing 10 demonstrates.
因此使用常规字符串操作来格式化数据更简单一些。
So it turns out to be easier to simply format the data using normal string manipulation.
将字符看作一个单元而不是一个字节序列,这是进行多字节字符的字符串操作的必要条件。
Recognizing the character as a single, unit as opposed to a sequence of bytes, is a requirement in the case of string manipulations involving multi-byte characters.
基本上来说,如果您使用简单的字符串拼接或字符串替换操作来创建SQL查询,那么就很可能面临着问题。
Basically, if you're using simple string concatenation or string substitution to create SQL queries, it's likely you're headed for trouble.
经过实验,我还发现循环字符串比较操作速度都非常快。
Experimentally, I also found that a looping string comparison is faster than taking a slice.
查询操作的参数是JPQL字符串或预定义名称查询的别名。
The arguments for a query operation are the JPQL string or moniker of a predefined named query.
ESQL字符串操作处理器开销较大。
ESQL String manipulations are processor intensive operations.
可以使用+操作符连接多个字符串字面值。
To concatenate multiple String literals, use the + operator.
可以使用+操作符连接多个字符串字面值。
To concatenate multiple String literals, use the + operator.
应用推荐