字符串连接 meaning in English
concatenation of strings
string concatenation
Examples
- I ve also used commas to separate arguments rather than using a period to concatenate the string first
我使用逗号来分隔参数,而不是使用句号将这些字符串连接在一起。 - Returns a zero - based , one - dimensional array containing a specified number of substrings
此函数可以把原来用某个特殊字符串连接起来的字符串分割开,得到一个一维的数组。 - Gets or sets the maximum number of connections allowed in the connection pool for this specific connection string
获取或设置针对此特定连接字符串连接池中所允许的最大连接数。 - Gets or sets the minimum number of connections allowed in the connection pool for this specific connection string
获取或设置针对此特定连接字符串连接池中所允许的最小连接数。 - I might be able to squeeze a little bit out of concatenating pyrex c strings rather than python string objects , too
我可能需要使用pyrex / c的字符串连接操作,而不是python的字符串对象。