It then replaces them with the concatenated string.
随后又使用连接后的字符串替换这些字符串。
First, an example. Here's a common way to assign a concatenated string.
首先,看一个例子。这是连接字符串的常用方法。
Get the byte array representation of the concatenated string from Step 1.
得到第1步中串接的字符串的字节数组表达。
Kerberos USES this concatenated string to generate the secret key instead of using the password alone.
Kerberos利用这个串接的字符串而不仅仅是密码生成密钥。
A comment in this model is a record in ClearQuest rather than a concatenated string used in the notes package.
ClearQuest中这种模式中的评论是一个记录,而不是运用在注释包中的连接字符串。
To create the concatenated string "users.brian.accessRights", the compiler will create a temporary StringBuffer object, call StringBuffer.append
为创建串联的字符串 “users.brian.accessRights” ,编译器将创建一个临时的StringBuffer对象,调用 StringBuffer.append 三次,然后调用 StringBuffer.toString ,这意味着至少两个对象的创建和几个方法调用。
If you're feeling particularly adventurous, you could have a single topping field and populate it with a bitmap or concatenated string or the like.
如果您特别敢于冒险,您可以用一个浇头字段并用一张位图或连接字符串等内容来填充该字段。
Each check attribute constitutes an MD5 hash (a message digest algorithm commonly used in generating cryptographic hashes) of the following concatenated string.
每个check属性组成了以下连接字符串的MD 5散列(一种通常用于生成加密散列的消息摘要算法)。
The following function does exactly the same, it basically iterates over the dynamic list of columns, retrieve the column values and returns the concatenated string.
下面的函数并不完全相同,它基本上迭代列的动态列表,检索的列值,并返回连接后的字符串。
In our application, the date and time entered by the user are concatenated into a string, converted into bytes, and stored.
在我们的应用程序中,用户输入的日期和时间被连接成一个字符串,转换成字节,然后被存储。
In the following example, the column LISTPRICES shows the string with the concatenated costs separated by a + (plus) sign.
在下列的示例中,列LISTPRICES显示了包含用加号(+)分隔的连接在一起的成本的字符串。
The name and the phone number are concatenated into a single string and then split into an array of two strings.
姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。
The only places where this is not the case is where the JSON fields are arrays, which must have their values concatenated into a single string.
惟一不同的是当JSON字段为数组时的情况,在此情况下,必须将它们的值连接成一个字符串。
String analysis automatically computes that by the time it is concatenated to the SQL command, it cannot include single quotes or semicolons.
字符串分析能够自动计算出,到它连接到此SQL命令时候位置,它不可能包含单个的引号或者分号。
If it does, the associated expanded text for the acronym is retrieved and concatenated to the message string destined for the user.
如果有,则检索到缩略词关联的扩展文本并连接到发给用户的消息字符串。
Are strings being repeatedly concatenated without string buffers?
字符串被反复连接并没有使用字符串缓冲?
This means it's powerful, more secure, and more efficient than simply building up a concatenated SQL string in PHP and sending it through odbc_exec(). Together, they look a bit like this
这意味着它比使用 PHP建立一串SQL字符串并通过 odbc_exec()发送 SQL 语句更强大、更安全、更有效。
Concatenate the name-type and name-string parts of the PrincipalName and then prepend the SEQUENCE bytes before the concatenated byte array.
将PrincipalName的name - type和name -string部分串接到一起,然后在串接字节数组前面附加SEQUENCE字节。
Although the CAMID is built differently among authentication providers, they all use a common layout. The CAMID layout is a string, consisting of two fields that are concatenated.
尽管不同的身份验证提供者以不同的方式构造CAMID,但是它们都使用一致的布局。
Note named string objects are not concatenated.
注意命名的字符串不能直接组成字符串。
For a numeric or string value being concatenated to the new array, only the value is copied.
把一个数值或字串值串连到新阵列时,只有值会复制过去。
The shallow value is the value of the specific element only, as opposed to the deep value, which includes the values of all descendent elements concatenated into a single string.
浅值只是特定元素的值,与深值相反,包括串联成一个单一字符串的所有子元素的值。
Returns a string value consisting of all the elements of an array concatenated together and separated by the specified separator string.
返回一个字符串值,其中包含一个数组的所有元素,这些元素连接在一起,并由指定的分隔符字符串分隔。
Prior to adjacent strings being concatenated, a string cannot be longer than 16380 single-byte characters.
在相邻字串进行串连之前,字串长度不可超过16380单一位元组字元。
Prior to adjacent strings being concatenated, a string cannot be longer than 16380 single-byte characters.
在相邻字串进行串连之前,字串长度不可超过16380单一位元组字元。
应用推荐