After storing the cell data, close the inner loop.
存储单元格数据之后,关闭内部循环。
Most of this data is being deleted with the next iteration of the loop.
这些数据中的大多数会在循环的下一次迭代中删除。
We could have used a prepared statement and just reset the data each time, but we decided to recreate it for each iteration of the loop here for completeness.
我们本可以使用一个预编译语句并且每次重新设置数据,但是为了保持完整性,我们决定在每次循环的时候重新创建它。
Next, to implement the view, we simply loop over the view data and spit it out in the right format.
接下来实现视图,我们只是对视图的数据进行了循环,并以正确的格式输出。
Add a loop or make a schedule to generate large data volumes.
添加一个循环或者做一个安排以生成大型的数据集。
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.
因为字符串是不可变的,所以这种方式意味着每次循环时会构建一个新的字符串,从老的字符串拷贝数据并在最后增加一个字符。
There is data stored in the BPEDB for each iteration of a loop in a long-running business process.
对于长时间运行的业务过程中循环的每次迭代,都要在BPEDB 中存储数据。
This feedback loop enables continuous process improvement based on real data.
此反馈循环支持基于实际数据的连续流程改进。
This is useful to protect your data by transiently mounting your file using the loop device when needed.
可以在需要时使用循环设备临时挂装文件,这有助于保护数据。
Some memory leaks occur due to program errors in which infinite loop in the application code allocates new objects and adds them to a data structure accessible from outside the program loop scope.
有些内存泄漏是由于程序错误发生的,在存在此类错误的情况下,应用程序代码中的无限循环会分配新的对象,并将其添加到可从程序循环范围外面访问的数据结构中。
While it might be possible to identify the memory leaking data structure by analyzing the heap dumps, identifying the memory leaking code which is in a infinite loop is not straightforward.
虽然通过分析堆转储能够标识内存泄漏数据结构,但是标识无限循环中的内存泄漏代码并不简单。
When the loop exits, I simply return the encryption result of the last data block, which is the result of Step 9 of the secret key generation process.
循环退出时,我只是返回最后一个数据块的加密结果,这就是密钥生成过程第9步的结果。
Loop through the data records in the arrays, and change the values as needed, then write the data back to the original database and table.
循环遍历数组中的数据记录并根据需要修改,然后把数据写回原来的数据库和表中。
Normally, there is a loop that continues to fetch each row until the end of the data is reached.
通常用一个循环连续获取每一行,直到到达数据的末尾。
After the loop is done, we push the length of the data at the end of the list.
循环完成后,我们将数据的长度压入到序列的尾部。
The code snippet in Listing 2 shows a loop to process every project in a DOAP file (normally, there's only one) and output data inside a element in an XML document.
清单2中的代码片断展示了一个循环,该循环用于处理DOAP文件中的每个项目(通常只有一个项目),并输出XML文档中由元素括起来的数据。
Scripts that parse a great deal of data or which may be hiding an infinite loop have a tendency to consume large amounts of memory.
解析大量数据或可能隐藏无限次循环的脚本都趋于消耗大量内存。
An induction loop is used to power the device and to relay data from the lens to a receiver worn by the patient.
感应圈被用于启动该装置,并用于将镜片里的数据传输到患者配戴的接收器上。
When using this technique, the while (1); statement must be stripped at the client before using the JSON data to avoid an endless loop.
使用这种技术时,这个while(1);语句必须在使用该JSON数据之前在客户端上剥离,从而避免无限循环。
You can determine how many incoming data items to expect with an infinite loop, while (true).
通过一个有限循环while (true),您可以确定期望的到来数据项的数量。
In the Create New Device Loop Setup Window, as shown in Figure 2, we have to enter the path of the container file that will contain the encrypted data.
在CreateNewDeviceLoopSetup窗口中(见图2),必须输入将包含加密数据的容器文件的路径。
Then the foreach loop iterates through each data item and creates a new row with the data.
然后,foreach循环迭代通过每个数据项并利用数据创建一个新行。
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.
可以简单地将所有的事情全部封装到一个循环中,并一次移动数据的一部分,直到整个字符串全部处理完成为止。
You can place a print statement within the loop to verify that data indeed exists at each element in the foreach loop.
可以在循环中放一个print语句,检验在foreach循环中每个元素中是否确实存在数据。
two data format conversion tasks, local data repositories to store customer orders for later use in the process, and a process loop to select and forward orders to the correct manufacturing plant.
2个数据格式转换任务,一个本地数据仓库用来存储后面处理流程中用到的客户订单,一个循环处理来选择并将订单发送到正确的制造工厂。
Next, set up your test to loop through all of the data. The easiest way to do this is by adding a loop.
下一步,设置您的测试循环测试所有数据。
“There is a huge opportunity for us to create a feedback loop and provide data to consumers,” Ojanpera says.
“对我们来说,这是一个巨大的机会,我们可以创造一个反馈圈(feedback loop)并且为消费者提供数据服务,”奥耶佩拉说。
Then, your application can decode that JSON data and loop through it in any way necessary to display the content.
接下来,您的应用程序可以解码那个JSON数据,以任何必要的方式循环该数据,以便显示数据内容。
Then, your application can decode that JSON data and loop through it in any way necessary to display the content.
接下来,您的应用程序可以解码那个JSON数据,以任何必要的方式循环该数据,以便显示数据内容。
应用推荐