• Knowledge points to the following: file read and write character array operations command line arguments to use.

    应用以下知识点文件读写字符数组操作命令参数使用

    youdao

  • The next three bits (in green) represent a group's right to read, write, and execute the file.

    接下来(绿色表示的)表示文件执行权限

    youdao

  • Both use two standard file descriptors on each end of the connection-one exclusive to read and another exclusive to write operations.

    它们连接两端使用两个标准文件描述符—个只执行操作,另一个只执行操作。

    youdao

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

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

    youdao

  • The permissions define who can access a given file, who can read it, who can write to it, and who can execute it.

    权限定义可以访问给定文件、谁可以读取、谁可以写入以及谁可以执行它。

    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

  • Set very restrictive file permissionsdon't let anyone read or write files unless absolutely necessary, and use those special users and groups.

    设置非常严格文件权限——如果不是绝对需要不要所有人都可以读文件并且使用那些特定用户

    youdao

  • 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.

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

    youdao

  • The logical file system layer is the level of abstraction at which users can request the various file operations, such as read, write, stat, and so on.

    逻辑文件系统抽象层,用户可以通过请求各种文件操作获得相关信息,等等。

    youdao

  • For example, rather than having to write 2gb of data into the grid, we iterate through an input file (say in steps of 50k) and write the read data into the grid.

    例如与其2GB数据写入网格,不如对输入文件迭代读取(譬如每次读取50k),再将每次读取的少量数据写入网格中。

    youdao

  • You'll have to write your own grammar for the file format, however, and then develop your own parser to read it.

    必须文件格式自行编写语法随后开发自己解析器阅读

    youdao

  • Instead of IO, where you could read a file and write a file, ABC's designers decided to just have global variables in the program.

    ABC设计者放弃了用来读写文件IO的方法,他们转而程序里使用一些全局变量

    youdao

  • A file system is a formatting of the disk into a table that the operating system can read, interpret, and write to.

    文件系统就算把硬盘格式化系统可以读写操作一种”结构。

    youdao

  • The next step is to write some business logic that will read/write data between our visual class and some data source, which in this case is an XML file.

    利用这些业务逻辑我们可以可视数据源之间进行数据读取写入

    youdao

  • For example, using chmod + RWX would set all the read, write, and execute permissions for a file.

    例如使用chmod +rwx将设置文件所有执行权限

    youdao

  • For JSF2, there are additional file system performance enhancements including sequential page read ahead and sequential and random write behind.

    对于JFS2更多文件系统性能改进包括提前顺序页面读取以及延迟的顺序随机操作

    youdao

  • Instead, they read the data they should process from system resources, such as the file system or the system kernel, and write results to stdout.

    它们是从系统资源(例如文件系统系统内核)读取需要处理数据然后结果写入stdout。

    youdao

  • This article discussed how to read and write data to a file from a Python program.

    篇文章讨论了Python程序如何文件读取数据写入数据文件中。

    youdao

  • It will also allow full read and write permission for the entire file system, letting users upload unofficial, or even pirated, applications for use on the handset.

    这次破解允许整个文件系统读取写入用户可以在iPhone使用非官方的,甚至盗版程序

    youdao

  • The FileInput and FileOutput nodes are designed to read and write files, respectively, between a file system and an FTP server.

    FileInputFileOut put节点分别用于文件系统FYP服务器之间读取写入文件

    youdao

  • You can use the file object to read data, to write data, to append data to a file, and to work with either binary or textual data.

    可以file对象读取数据写入数据把数据添加文件以及处理二进制文本数据。

    youdao

  • Linux, under normal circumstances, USES a system file cache to buffer, read, and write requests from disk.

    一般情况下Linux使用一个文件系统缓存磁盘请求进行缓冲读写

    youdao

  • You write the contents of this bean to an XML file when the marshalling occurs, and then read the contents of that file when the unmarshalling occurs.

    编组发生这个bean写入一个XML文件在解组发生时读取那个XML文件内容

    youdao

  • In this example, you write the contents of the mydata list to the file, close the file, and then reopen the file so you can read the contents.

    这个示例中,把mydata list内容写入文件关闭文件,然后重新打开文件,这样可以读取内容了。

    youdao

  • The inode refers to the file operations that are possible on it, most of which map directly to the system-call interfaces (for example, open, read, write, and flush).

    inode引用允许文件操作大部分这些操作直接映射系统调用接口(例如openreadwriteflush)。

    youdao

  • New XML Based File Format - Badboy can now write and read it's script in XML.

    新的基于XML文件格式-Badboy现在可以XML来读写脚本

    youdao

  • Certain dependencies (Linux file open, read, write, close concepts; using the file descriptor and the modes that the file can be opened in; basic Python structure concepts).

    一定依赖关系(Linux文件打开读取写入以及关闭概念使用文件描述符可以用来打开文件模式基本Python结构的概念)。

    youdao

  • Each operation on a file handle-open, read, write, rewind, truncate, and close, for example-affects the state of the file.

    文件句柄每个操作(例如open、readwriterewindtruncateclose)影响文件的状态

    youdao

  • However, if you change from read-only to read-write vice-versa since last backup, you have to restore the file and do a media recovery on it.

    如果最后备份以后将只读更改读写,或反之亦然,那必须恢复文件其上进行媒介恢复

    youdao

  • This means that the process doesn't know the file has been deleted; it can still read and write to the file descriptor it was granted when the file was opened.

    意味着进程并不知道文件已经删除仍然可以打开文件提供给它文件描述符进行读取写入

    youdao

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

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

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