Avoid using concatenation strings in code.
避免在代码中使用连接字符串。
Binding Parameters vs. String concatenation.
2绑定参数vs .字符串拼接。
The simplest example is the concatenation of strings.
最简单的示例是字符串串联。
It returns a concatenation of the path formed using LHS and RHS.
它将返回使用lhs和rhs形成的路径的串联值。
For any given string, the correct value is the concatenation of.
对于任意给定的字符串,正确值是由下列值并置而成的。
The only difference is that concatenation is used instead of addition.
惟一的差别是,这里使用的是 并置(concatenation),而不是相加(addition)。
Concatenation would concatenate the string and print it as one argument.
连接操作会首先将字符串连接在一起,然后将其作为一个参数打印。
Then create the second concatenation, d2, from c0t1d0s0 (see Listing 3).
然后从c0t1d0s0创建第二个串联d2,(请参见清单3)。
Take note of how each section of the concatenation is retrieved from args_list.
注意如何从args_list检索连接的各个部分。
The column key is the concatenation of the family name, the: symbol, and the label.
column键由族名、:号和标签组成。
Listing 2 shows a sample algorithm which creates such a key by string concatenation.
清单2显示了一个通过字符串串联创建此类键的示例算法。
The final result list is concatenation of the result list from the individual slices.
最终的结果列表是来自各片的结果列表的串接。
Note the use of concatenation with the xs2jpg function in order to create the JPEG file.
请注意为了创建这个JEPG文件,使用了与xs2jpg函数的串接。
It then USES string concatenation to create a complete, well-formed XML document from it.
然后使用字符串连接创建完整的、结构良好的XML文档。
CopyPages makes it easy to construct a PDF document as a concatenation of several pieces.
copyPages很方便地把几个PD f文档连接起来形成一个PD f文档。
The rope counterpart simply creates a new concatenation node, which is an o (1) operation.
rope版本的连接操作则只是创建一个新的连接节点,这是个o(1)操作。
The printk function relies on a feature of the C language called string literal concatenation.
printk 是基于C语言中一个名为字符串逐字连接 的特性。
Notice that we have simple string concatenation here (". "is the concatenation operation in Perl).
注意我们在此处进行了一次简单的字符串拼接操作(“. ”在Perl中是拼接操作)。
Listing 3 depicts the proposed approach to avoid concatenation in your code; it shows one solution.
清单3给出在代码中避免使用连接的建议方法;它只是解决方法之一。
Also available is a combined report, which is simply a concatenation of View-based and Basic reports.
同样可用的还有一个合并的报告,它是一个简单的基于视图和基础报告的连接体。
It should generally not be used merely as a replacement for simple string concatenation. For example.
不应使用它取代简单的字符串连接。
Copy the load module to a library that is part of the DFHRPL concatenation for the target CICS system.
复制该加载模块到一个库中,这个库是一系列用于目的CICS系统的DFHRPL的一部分。
An index entry is created for the concatenation of the two preceding items (tag context plus data element).
为前两项(标记上下文加上数据元素)的并置创建索引项。
That concatenation is then included in the "href" attribute of the generated element (href="...{$params}").
然后将该并置包括在生成的element (href="...{$params}"的 "href"属性中)。
Use parameterized queries or stored procedures to access a database as opposed to using string concatenation.
使用参数化查询或存储过程来访问数据库,而不是使用字符串连接。
The full sentence is not tagged into one term in the properties file if it contains the concatenation strings.
如果这个句子包含连接字符串,那么它在属性文件中不会被标记为单个词语。
The Implementation Layer also performs segmentation and concatenation of messages for the underlying protocol.
实现层还执行用于底层协议的消息分段和并置。
Mixing text and fields is also a concatenation issue, which can be similar to the issue we previously discussed.
混合使用文本和字段也是一种连接问题,类似于前面讨论的问题。
Now you'll create a more generalized concatenation function using the two functions Lisp is famous for: car and CDR.
现在您将使用两个著名的Lispcar和cdr函数创建更通用化的concatenation函数。
We also have the added problem of duplicating the string concatenation using join(), which adds an extra second.
我们还添加了使用join()复制连接字符串的问题,这会额外增加1 秒的时间。
应用推荐