• The read function is unaware of file system types, such as ext3 or NFS.

    read函数了解文件系统类型比如ext3 NFS。

    youdao

  • Take, for example, the read function call, which allows some number of bytes to be read from a given file descriptor.

    例如read函数调用可以指定文件描述符读取一定数量字节

    youdao

  • The read function returns the number of bytes read (up to the maximum that you specify), -1 on error, or zero if the end of the file has been reached.

    read函数返回读取字节最高指定最大值);或者 -1,表示错误或者0如果已经到达文件末尾

    youdao

  • The fread function serves a slightly different purpose from fgets: It is intended to read from binary files (that is, files that don't consist primarily of human-readable text).

    fread函数fgets处理目标略有不同趋于二进制文件,并非主要包含人类可阅读文本的文件)中读取信息。

    youdao

  • You can then use the return pointer to configure other aspects of the virtual file, such as the function to call when a read is performed on the file.

    然后可以使用这个返回指针配置这个虚拟文件其他参数例如在对该文件执行操作应该调用的函数

    youdao

  • Encapsulating this code into a function makes it easier to understand and reuse, and also makes the script easier to read.

    这些代码封装一个函数中,便于理解重用并且使脚本更加易于阅读

    youdao

  • The callback function can read the records that were saved in named memory (7) and write each record to a file (8).

    函数可以读取保存已命名内存中的记录(7)记录写入一个文件(8)。

    youdao

  • Each time a corresponding client socket contains any read, write or error operations, the corresponding callback function is called.

    每当对应客户端套接字包含错误操作时调用对应的回调函数

    youdao

  • Each channel has a predefined function and is either a read channel or a write channel.

    每个通道都是预定义函数,它可能一个通道,也可能是一个通道。

    youdao

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

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

    youdao

  • I frequently read or hear people say something along the lines of "this or that is not properly object oriented", or "... function oriented ", or something else similar to that.

    经常会读到听到有人一些这个那个不是正确面向对象”,或“…面向函数”,或诸如此类的言论。

    youdao

  • You might want to analyze the last 100 items a user has read to pull out trends or enable complete search and this function may therefore be useful.

    如果通过用户最近阅读的100文章分析趋势或者实现对它们的查询,那么这个功能很有用了。

    youdao

  • The type of database access, such as read or write, will be determined based on the nature of the bank teller function.

    数据库访问类型比如根据银行出纳功能的性质决定

    youdao

  • If you can't read Japanese this can often be the most entertaining part of the lavatory experience, with each button press leading to some new, unknown function of the lavatory.

    如果认识日语,那么这个面板就是你如体验最有意思部分——一个按钮,就能看到一个洗手间功能

    youdao

  • This is should not be read as a flat assessment of quality, but as a critique of the function of the market.

    当然不能我们解读成是因为他们知识技能质量过于平平所以才没有做到这一点;应该看作市场功能批判

    youdao

  • The logic used for form-feed-delimited pages is roughly the same, but slightly simpler, as there is no need for a line counter: Read char by char using the getc library function.

    用于定界的页逻辑大体上相同只是稍稍简单一些因为需要计数器使用getc函数逐个读取字符。

    youdao

  • In a similar fashion, you can read data segments off segment by segment from an abstract buffer with the following function.

    采用类似的方式可以使用以下函数,逐段抽象缓冲区读取数据段。

    youdao

  • Quiesced exclusive 0x4 a table space is in this state when the application that invokes the table space quiesce function has exclusive (read or write) access to the table space.

    Quiesced Exclusive0x4调用空间静默(quiesce)功能应用程序独占()访问表空间时,该表空间就处于这种状态

    youdao

  • For any of these methods, you go through the standard process of using fopen to open the file, a function to read the data, then fclose to close the file, as shown in Listing 1.

    对于这些方法中的任何一种通过使用fopen(用于读取数据函数)标准方法打开文件然后使用fclose关闭文件,如清单1

    youdao

  • This Kindle 2 has generated some controversy with its experimental read to me function that transforms any book into an audio book.

    Kindle2实验性的“机听”的功能——就是能把任何书籍转换有声书的功能,引起了一些争议

    youdao

  • The pc_ssheet script generates this report, which can be read into a spreadsheet program for further analysis of, for example, each function.

    pc_ssheet脚本生成这个报告可以进一步分析spreadsheet项目例如每一个函数

    youdao

  • 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函数整个文件读取一个字符串中然后计算参数数量新添参数数量。

    youdao

  • And then invoke this function in a manner that is easy to read and to expand.

    然后,以和易扩展方式调用函数

    youdao

  • If the read half of the connection needs to be shutdown, the soshutdown function calls sorflush .

    如果需要关闭连接读取部分,soshutdown函数调用sorflush 。

    youdao

  • If the page type is fixed-lines-per-page, we read input line by line using the fgets library function.

    类型每页数固定的,则使用fgets函数逐读取输入

    youdao

  • As you know, the transformation input to XSLT must be an XML document, and XSLT can read additional XML documents through the document function.

    我们知道XSLT转换输入必须XML文档,XSLT可以通过document函数读入其他XML文档

    youdao

  • You can read data from a /proc entry (from the kernel to the user) by using the read_proc function. This function has the following prototype

    我们可以使用 read_proc函数一个 /proc读取数据(从内核空间用户空间)。

    youdao

  • Finally, the function calls the URL using file_get_contents , which will read a URL like a file if the string provided begins with a supported protocol such as HTTP.

    最后函数使用file_get _ contents调用url如果提供字符串是以一个受支持协议(比如HTTP)开头的话,读取文件一样读取url。

    youdao

  • The init() function will read all the files in the posts folder and format them as HTML using the Showdown JS library, which is a JavaScript port of the Markdown text-to-HTML conversion tool.

    init函数读取posts文件夹所有文件并且使用ShowdownJS他们格式化HTML文件。

    youdao

  • The init() function will read all the files in the posts folder and format them as HTML using the Showdown JS library, which is a JavaScript port of the Markdown text-to-HTML conversion tool.

    init函数读取posts文件夹所有文件并且使用ShowdownJS他们格式化HTML文件。

    youdao

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

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

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