You then move the actual sending of the mail outside this loop, instead building a string of text to add to the body of the message.
随后我们将邮件的实际发送移动到循环体外面,而在循环体中构建一个要添加到消息体的文本字符串。
They propose that each so-called fundamental particle actually contains a tiny, vibrating, one-dimensional loop of string.
他们认为每一个所谓的基础粒子实际有一个更小的,振动着的,一维循环的弦。
Because strings are immutable, this approach means a new string will be constructed each time through the loop, with the data copied from the old string and a single character added at the end.
因为字符串是不可变的,所以这种方式意味着每次循环时会构建一个新的字符串,从老的字符串拷贝数据并在最后增加一个字符。
Other theories of quantum gravity, including string theory and loop quantum gravity, are far more difficult for newcomers to embrace.
量子引力的其它理论,包括弦论和圈量子引力,对新人来说都更难以涉足其中。
The StringCreator class enters an infinite loop and creates String objects with the value "hello" at //1.
StringCreator类进入到一个无限循环中并且使用值“hello”在 //1 处创建String对象。
This function is optimized as a very tight loop using string instructions with the repeat prefix.
使用带有repeat前缀的字符串指令将该函数优化成一个非常紧密的循环。
You could simply wrap the whole thing in a loop, and keep moving data a piece at a time until the whole string has been processed. Here's the revised code to do this.
可以简单地将所有的事情全部封装到一个循环中,并一次移动数据的一部分,直到整个字符串全部处理完成为止。
If I want a copy of the string, I've got to whip out my week 1 skills of just iterating with a four loop from left to right and make copies of those characters.
我需要那个字符串的一个拷贝,我使用,第一周的技巧,从左到右做四次迭代,然后复制这4个字符。
The bug will cause the PHP processing software to enter an infinite loop when it tries to convert the series of digits "2.2250738585072011e-308" from the string format into the floating point format.
在PHP程序试图将下列数字“2.2250738585072011e- 308”从字符型转为浮点型数据时,该错误可致程序陷入无限循环。
The loop including line 3 of the listing is working through the keys received, getting a corresponding value, and printing it as an array or a string.
包含清单第3行的循环将遍历接收到的键,获得相应值,并把它作为数组或字符串输出。
Each time the loop is executed, the prop variable is filled with the name of another property (a string) that exists on the object until all properties have been returned.
每次循环执行,属性变量被填充以对象属性的名字(一个字符串),直到所有的对象属性遍历完成才返回。
You can use the for loop with any Python object that provides an iterator, including the built-in sequence types such as the tuple, string, and list.
可以将for循环与提供迭代器的任何Python对象结合使用,这些对象包括tuple、string和list等内置序列类型。
The second for loop only finds lowercase vowels as it iterates over the original string.
第二个for 循环在迭代原始 string 时仅查找小写元音字母。
The third for loop, however, iterates over a temporary string returned by a call to the string object's lower method.
第三个for循环迭代通过调用string对象的lower方法返回的临时string。
You can then split the string and iterate over the lines in the file within a for loop.
然后可以拆分string并在for循环中对文件的行进行迭代。
Listing 3 demonstrates how to use a Python string as the container for a for loop.
清单3演示了如何使用Pythonstring作为for循环的容器。
The second for loop also shows how to split a string into a list of substrings (using the space character to indicate the boundaries of substrings).
第二个for循环还显示了如何将string分割为子字符串的list(使用空格字符来指示子字符串的边界)。
Listing 3. The for loop and a string.
清单3.for循环和string。
So srdlp becomes sword and loop. You then string the nouns together in a story: “The sword cut through the loop before Jonathan…”
所以srdlp就变成了剑和圆环(sword andloop)。
I'm wondering if there is another way I can convert this double into a string or char array, etc, without allocating and collecting memory each time the loop runs.
我想知道我还有另一个办法把这种双重转换成一个字符串或字符数组,等等,没有内存分配和收集每次循环运行。
If, in a loop, the base string is furthest to the left, you avoid repeatedly copying a progressively larger base string.
如果在一个循环中,基本字符串位于最左端,就可以避免多次复制一个越来越大的基本字符串。
She made a loop in the string.
她用绳子打了个圈。
PHP - Checking if string contains some substring FAILS when in LOOP?
PHP检查如果字符串包含一些子串的失败时,在环?
Rather than locating it to the textbox, loop to the number of lines and save each line in a string and send that string to the application you want to send to.
而不是定位到文本框,循环的行数和每行一个字符串保存和发送的字符串,你要发送到的应用。
Rather than locating it to the textbox, loop to the number of lines and save each line in a string and send that string to the application you want to send to.
而不是定位到文本框,循环的行数和每行一个字符串保存和发送的字符串,你要发送到的应用。
应用推荐