查询
1 词典释义:
open file
时间: 2025-11-21 01:55:25

开文件

双语例句
  • This releases an open file.

    这个函数释放一个打开文件。

  • This writes data to an open file.

    这个函数将数据写入一个打开的文件中。

  • This reads data from an open file.

    这个函数从一个打开文件中读取数据。

  • Could not open file for reading.

    无法打开文件进行读取。

  • The fputs() writes to an open file.

    将内容写入一个打开的文件中。

  • The fclose function closes an open file.

    函数的作用是:关闭文件。

  • The fseek() function seeks in an open file.

    函数的作用是:查找文件中指针所指向的内容。

  • Listing 2. Open file, go to current row, and get value.

    列表2 .打开文件,转到当前行,并获得值。

  • Failed to open file, PLS check if file is exist or not.

    打开文件失败,请检查这个文件是否存在。

  • The outline window shows an outline of the currently open file.

    Outline窗口显示当前打开文件的概要。

  • They perform control functions associated with open file descriptors.

    它们可以完成与打开的文件描述符相关联的控制功能。

  • On the Main page, click open file and open the file you just created.

    在Main页面上单击open File,然后打开刚才创建的文件。

  • The ftell() function returns the current position in an open file.

    函数的作用是:返回文件指针当前的读/写的位置。

  • A browser Open file dialog window displays to ask what action to take.

    然后会显示出一个浏览器Open file对话窗口,询问所要执行的操作。

  • The open file is build.xml, which comprises dozens of Ant declarations.

    打开的文件是build . xml,该文件由数十个Ant声明组成。

  • The filp argument is essentially an open file structure (we'll ignore this).

    filp参数实际上是一个打开文件结构(我们可以忽略这个参数)。

  • When you open file write.txt, you will see how the DPTK tags in template write.pat.

    在打开文件write . txt时,您将看到上面write . pat模板中的DPTK标记如何将来自输入模型中的数据写入simple . xml。

  • When a process duplicates itself, the kernel makes a copy of all open file descriptors.

    当某个进程复制它自身时,内核生成所有打开的文件描述符的副本。

  • 'w' Open file, or create new file, for writing; discard existing contents, if any.

    打开文件,创建新文件;将原有的内容去掉。

  • The fgetss function returns a line, with HTML and PHP tags removed, from an open file.

    函数的作用是:从一个打开的文件中返回不包含HTML和PHP标签的一行。

  • Cannot open file. Start the application used to create this file, and open it from there.

    不能打开文件。启动建立这个文件所用的应用程序,并从那儿打开它。

  • Could not open file for reading. Close any other application that may be locking the file.

    无法打开文件进行读取。关闭其它可能锁定该文件的应用程序。

  • Unable to open file copy directly, may cause the inside of the clipboard contents very much.

    由于不翻开文件直接拷贝,有可能会致使剪切板里面的内容非常多。

  • At the top is the open file object, which is referenced by a process's file descriptor list.

    在顶层是打开的file对象,它由进程的文件描述符列表引用。

  • In order to join your files back together, open file Splitter and click on the join files TAB.

    为了加入你的档案重新走到一起,打开文件分配器和点击就加入档案标签。

  • A file descriptor is an integer that refers to an open file or device, and it is used for reading and writing.

    文件描述符是指向打开的文件或设备的整数,并用于执行读取和写入。

  • Finally, a VFS file represents an open file (keeps state for the open file such as the write offset, and so on).

    最后,VFS文件表示一个打开的文件(保存打开的文件的状态,比如写偏移量等等)。

  • One open file is displayed per line and, unless you specify otherwise, all open files from all processes are displayed.

    每行显示一个打开的文件,除非另外指定,否则将显示所有进程打开的所有文件。

  • Click the edit button as shown in Figure 2 to open file browser dialog box where you can choose an external editor.

    在图2中,点击编辑按钮打开浏览对话框,你可以选择外部编辑器。

  • The first parameter fildes is the open file descriptor returned from the function open , referring to a specific device.

    第一个参数fildes是函数open返回的文件描述符,用于指称具体设备。