One string ties two locusts.; the dooms of the two are closely linked.
一条线拴俩蚂蚱。
Joins the contents of an array into one string.
链接数组的内容为一个字符串。
One college student tied the pliers to one string and set it in motion like a pendulum.
一位大学生把钳子系到一根绳子上,然后让它像钟摆那样摆动起来。
If you need to use more than one string with the same name, use different string IDs for each.
如果需要使用同名的几个字符串,则对每个字符串使用不同的字符串id。
This operation takes one String parameter (for example, Jane) and returns a greeting: "Hello Jane!".
这种操作接受一个字符串参数(例如Jane),然后返回一句问候语“Hello Jane!”
Returns an integer specifying the start position of the first occurrence of one string within another.
传回整数,指定一个字串在另一个字串内第一次出现的起始位置。
With the replace feature you can easily replace all or particular occurrences of one string with another.
随着替换功能,你可以很容易地替换一个字符串的所有或特定事件与另一个。
The LOCATE function returns the starting position of the first occurrence of one string within another string.
locate函数返回一个字符串在另一个字符串中第一次出现的起始位置。
The position function returns the starting position of the first occurrence of one string within another string.
position函数返回一个字符串在另一个字符串中第一次出现的起始位置。
In the case of this example, you only have one parameter expected - the column expression - which will be one string.
在本例中,仅有一个参数(列表达式),它将是一个字符串。
You may notice, for instance, that playing fast repeated notes is easy on one string, but impossible on multiple strings.
你也许会发觉,例如在一条弦上快速去拉奏乐句是很容易,但在多条弦上拉奏却是不可能的。
And so one string must be pulling in this direction and the other string must be pulling in this direction so that the net force on the system is zero.
因此一条细绳施加一个拉力,朝这个方向,另一条细绳也必然施加拉力,朝这个方向,这样整个整体合力为零。
On the other hand, many services are built with a somewhat generic interface: one string goes in and one string comes out, or plain binary objects are exchanged.
另一方面,很多服务均使用通用接口构建:一个字符串传入,另一个字符串传出,或者交换纯二进制对象。
This is the most flexible way to concatenate strings because you can use it to append just one string, a few strings at a time, or an entire array of strings.
这是连接字符串最灵活的方法,因为你可以用它追加一个字符串,或者一次追加几个字符串,或者一个完整的字符串数组。
In_word_set: This routine USES hash to determine whether a particular string belongs to the user-supplied list, using one string comparison in the most common case.
in _ word_set:该例程使用hash确定某个字符串是否属于用户提供的列表,大多数情况下只使用一个字符串比较。
Perfect property: Locating a table entry requires o (1) time-that is, at most, one string comparison is required to perform keyword recognition within the static search set.
perfectproperty:查找时间复杂度为o(1)的表条目—就是说,至多需要一个字符串比较执行静态搜索集中的关键字识别。
Ms Wu is a virtuoso interpreter of traditional music, creating hauntingly exotic waves of sound with pizzicatos and tremolos (the plucking of one string with all five fingers consecutively).
吴女士使用弹拨和震音(用5根手指连续拨动一根弦),奏出了众多令人萦怀的异国曲调,其诠释传统音乐的造诣之深可见一斑。
With the exception that one of the listeners converts the input string to uppercase, the code for the listeners is exactly the same.
除了一个监听器将输入字符串转换成大写字母之外,监听器的代码完全相同。
Rahim tied one end of a string around his son's tooth, and the other end to his full-sized commercial helicopter.
拉希姆把一根绳子的一端系在儿子的牙齿上,另一端系在他的全尺寸商用直升机上。
Ruthie's hand rests damp in Kate's, and together they watch two scrappy fairies race by, the swifter one waving a long string of raffle tickets.
露丝潮湿的手放在凯特的手里,她们一起看着两个好斗的仙女跑过,跑得较快的那个挥舞着一张长长的抽奖券。
We believe that a force of about one hundred pounds was needed to pull the string all the way back on a long bow.
我们认为,拉动长弓上的弓弦大约需要100磅的力。
They hold only one piece of data: a string, a number, the undefined value, a reference to another variable.
它只保存一段数据:一个字符串、一个数字、未定义的值以及对另一个变量的引用。
For example, you can send string data in one channel with conversion enabled and send binary data down another.
例如,您可以在一个启用了转换的通道中发送字符串数据,并沿着另一个通道发送二进制数据。
In particular, the date is one continuous string with no separating space between the date and the time parts.
尤其是,日期是一种连续字符串,在日期和时间这两个部分之间没有分割空白。
The contents of the array are then imploded into one long string, which is in turn loaded into an XML object and (in this test case) echoed.
数组的内容然后被连接成一个长字符串,字符串又被加载到一个XML对象中,在本测试案例中还被回显。
Listing 1 demonstrates how to use these stored procedures to produce one XML element string per row, each containing one element per column.
清单1说明如何使用这些存储过程来生成每行的xml元素字符串,每个字符串包含每列的一个元素。
The XML doesn't contain any new line or CR codes, so it's just one big long string of XML.
XML并没有包含任何新的行或CR代码,它只不过是一个冗长的xml字符串。
The function includes two arguments, the first one being the string and second one the code units.
该函数包含两个参数,第一个参数是字符串,而第二个参数是代码单元。
For instance, one script might return comma-separated values, another pipe-separated values (the pipe is the | character), and another may return one long string of text.
比方说,一种脚本可能返回逗号分隔的值,另一种则使用管道符(即|字符)分隔的值,还有一种则返回长文本字符串。
For this example, you create a count function to read the entire file into one big string, and then count the total number of characters and the number of newline characters.
对于本例来说,创建count函数来将整个文件读取到一个大字符串中,然后计算参数数量及新添参数数量。
应用推荐