• 客户机读取一个文件之后,这个页面内容进行扫描,这与索引程序的情况相同。

    After a file is read by the client, the page could also be scanned for content, as in the case of an indexer.

    youdao

  • 我们一开始就已经说过,我们文件系统读取个文件然后使用ServiceMix包含文件内容电子邮件消息发送某个电子邮件地址

    As we've explained at the beginning of this section we want to read a file from the file system and use ServiceMix to send an E-mail message using the file contents to a certain E-mail address.

    youdao

  • 如果线程尝试读取某个文件一个线程进行写访问,则可能损坏数据

    If one thread attempts to read from a file whilst another is writing to it, the data may become corrupted.

    youdao

  • 如果使用多个API读取XML,那么明显一个方法就是使用与之相同API将XML写入文件

    If you read the XML with an API (or APIs), one quite obvious way to write XML to a file is to use that same API to write the XML.

    youdao

  • 小节中我们将演示简单读取XML文件输出OD f文档

    In this section, we demonstrate a simple use case: Read an XML file and output to an ODF document.

    youdao

  • 对于BAR文件中的每个文件方法获取文件建立一个读取文件内容。

    For every file contained in the BAR file, it obtains the file name and opens a stream for the file content.

    youdao

  • 应用程序打开一个文件读取文件处理文档时,通常读取文件不再需要文件句柄了。

    When an application opens a file handle to read in so it can process a document, it typically reads from the file and then has no further need for the file handle.

    youdao

  • 用于读取XML配置文件第二个用于打印解组SOAP请求收到对象

    The first is used to read the XML configuration file; the second is used to print the object that is received after de-marshaling the SOAP request.

    youdao

  • 目录读取促使XM创建一个文件列表XML文档然后使用xslt样式该X ML文档转换成正确web页面

    Directory reading causes XM to create an XML document with the list of files and then use an XSLT style sheet to turn it in the proper Web page.

    youdao

  • 可能知道UNIX系统文件系统对象记录一个atime称为访问时间每次读取文件时,atime都会更新

    As you probably know, UNIX systems record an atime, or access time, for each object on the filesystem that gets updated every time a file is read.

    youdao

  • ThinkPadT60p 笔记本硬盘速度是 7200RPM读取一个7MB文件需要 用24

    On my ThinkPad T60p with a 7200RPM disk drive, it takes 24 seconds to read a 7MB file.

    youdao

  • 这时创建convertGame.php PHP脚本,用于随机选取文件读取数据,然后创建一个返回表单实例

    You'll create a PHP script, convertGame.php, which chooses a file at random and reads in the data to create an instance to return to the form.

    youdao

  • 最后说明文件每次只读取一个字节

    The last column shows that the file is being read one byte at a time. Listing 5 shows the code that causes this.

    youdao

  • 解析器 .dia文件读取数据,将其写入SQL 文件一个 C++文件中。

    The parser reads from one .dia file and writes to an SQL file and a C++ source file.

    youdao

  • 代码将创建以上页面连接允许开始读取一个本地文件一样读取

    This line of code creates a connection to the page above and allows you to start reading it much like a local file.

    youdao

  • 编写程序最后基本步骤就是文件读取数据数据写入文件

    The last basic step involved in writing programs is to read data from and write data to a file.

    youdao

  • 如果没有可用位置信息这个脚本就会失败;如果成功,脚本将生成HTML文件浏览器可以读取文件呈现一个地图

    This script can fail if no location information is available; but if it succeeds, an HTML file is generated that a browser can read to render the map.

    youdao

  • 清单5对此进行了研究,它打开两个文件——个文件用于读取,另一个文件用于写入——进程进程同时执行读取和写入。

    Listing 5 investigates this by opening up two filesone for reading and one for writing — and having both the parent and the child read and write simultaneously.

    youdao

  • 创建活动包含了文本文件读取一个业务过程步骤设置的节点

    The newly created activity diagram contains one node for each business process step read from the text file.

    youdao

  • 清单5输出表明一个进程文件读取两个进程文件指针移动

    The output of Listing 5 shows that as one process reads from the file, and the file pointer is moved for both processes.

    youdao

  • 一个命令(- 0777)中读取整个文件要小心,因为大型文件耗尽所有内存

    Be careful when reading a full file in one command (-0777), because a large file will use up all your memory.

    youdao

  • 得到特定用户所有文件列表程序员必须首先用户表中读取然后解析文件文本每个文件运行单独SELECT语句

    To get a list of all the files for a particular user, the programmer must first read the row from the users table, then parse the file's text and run an individual SELECT statement for each file.

    youdao

  • 函数一个文件读取XML文档然后结构化数据输出形式返回内容

    This function would read the XML documents from a file and return the contents as structured data output.

    youdao

  • 读取响应,将保存一个临时文件中,然后使用关联的应用程序运行这个临时文件

    Read the response, save it in a temporary file, and then launch the temporary file using the associated application.

    youdao

  • 例如- f开关通常用于告诉程序读取一个配置文件将因为文件可能覆盖或者补充命令给出选项而使处理变复杂

    For instance, the -f switch commonly used to tell a program to read a configuration file complicates the configuration because the file may override or supplement options given on the command line.

    youdao

  • cio允许多个线程并发地一个文件读取写入数据(这个功能应该归功于JFS2实现方式),从而允许多个用户同时进行读取和写入操作。

    CIO allows multiple threads to read and write data concurrently to the same file, which is due to the way in which JFS2 is implemented, allowing users to read and write simultaneously.

    youdao

  • 这个方法用来读取文件一个字符一直读到文件末尾-1为标志)。

    This method is used to read every character until the end of the file (marked by a -1).

    youdao

  • 一个程序试图读取某个文件时,可以并行地磁盘上分别读取这个文件某些部分。

    When a program tries to read a file, small portions of that file are read from several disks in parallel.

    youdao

  • 这个守护进程读取一个配置文件这个文件会告诉运行哪些命令以及运行的频率

    This daemon reads a configuration file that tells it which command lines to run and how often.

    youdao

  • 这个守护进程读取一个配置文件这个文件会告诉运行哪些命令以及运行的频率

    This daemon reads a configuration file that tells it which command lines to run and how often.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定