网站首页  词典首页

请输入您要查询的英文单词:

 

单词 file, object
释义

file, object

  • 网络文件对象;档案物件;打开文件对象
1.
文件对象
文件对象File Object):文件对象是一种逻辑上的对象,它并不仅仅可以代表文件,事实上它可以代表许许多多不同的物理设 …
blog.csdn.net
2.
档案物件
Python 以「档案物件」(file object) 来处理档案的读写功能,语法及概念上,仍与 C、Perl 语言里有相似之处,我们可以直接观 …
www.chinesepython.org
3.
打开文件对象
以下以打开一个文件对象的过程为例,说明Windows I/O 请求的处理流程: 打开文件对象File Object) 1. 子系统调用一个I/O …
www.docin.com
4.
文档对象
...复 (Crash/Recovery) 功能;而利用文档对象 (File Object) 数据类别, 也可以让您的 DBMaker 数据库有能力管理外部文档。
lingan.com.cn
5.
文件数据结构
l 文件数据结构file object):存放打开文件与进程之间进行交互的有关信息。这类信息是进程访问文件时所使用的。
vstcn.net
6.
文件组件
...须得提供一个之前打开文件成功的句柄,因此I/O管理器能够很快的找相对应的系统内部结构。这个系统内部结构叫做文件组
www.pediy.com

例句

释义:
1.
There was an error trying to set the smart card file object pointer .
设置智能卡文件对象指针时出现错误。
www.bing.com
2.
The simplest technique for learning more about the file object is to ask for help, as shown in Listing 2.
学习file对象的最简单方法就是阅读帮助,如清单2所示。
www.ibm.com
3.
The solution to this problem is also easy: Tell the file object to go back to the beginning of the file.
这个问题的解决方案也很简单:让file对象返回文件的开头。
www.ibm.com
4.
In this case, you create an implicit file object, and Python does the rest, allowing you to iterate over all the lines in the file.
在这个示例中,创建隐式file对象,然后Python做余下的工作,允许对文件中的全部行进行迭代。
www.ibm.com
5.
On this request TDI returns file object known as address object and representing network address.
在这上请求TDI返回以地址对象和描述网络地址著称的文件对象。
zhidao.baidu.com
6.
One way to open and parse the file is to create a new File object that uses the name of the new CSV file.
打开和解析该文件的一种方法是使用新的CSV文件名称创建一个新的File对象。
www.ibm.com
7.
Next, you instantiate a File object with the name of the file that will be the XML document.
再接下来,实例化一个File对象,它的名称是将成为XML文档的那个文件的名称。
www.ibm.com
8.
A stream file object (*STMF) is a randomly accessible sequence of bytes, with no further structure imposed by the system.
一个流文件对象(*STMF)是一个可随机访问的字节序列,系统不对它们施加任何额外记录结构。
www.ibm.com
9.
It is not a problem to have both spool file object sets, and IFS stream file object sets in the same collection.
一个collection中可以同时拥有spool文件对象集和IFS流文件对象集。
www.ibm.com
10.
A non close operation has been requested of a file object with a delete pending.
延迟删除操作请求一文件对象的非关闭操作。
www.fan6.net
1.
Libcurl, like libjpeg, prefers to work on a stdio FILE object instead of a memory buffer.
与libjpeg一样,Libcurl用于处理stdioFILE对象,而不是内存缓冲区。
www.ibm.com
2.
As the help facility indicates, working with a file object is simple.
正如帮助工具指出的,使用file对象很简单。
www.ibm.com
3.
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对象读取数据、写入数据或把数据添加到文件,以及处理二进制或文本数据。
www.ibm.com
4.
The read method takes two parameters: the class of the POJO and the File object that represents the XML file containing the data.
read方法有两个参数:POJO的类和File对象,后者代表包含数据的XML文件。
www.ibm.com
5.
The file object is the basic mechanism by which you interact with files on your computer.
file是与计算机上的文件进行交互的基本机制。
www.ibm.com
6.
When you're done with the object, make sure to close it, just like a normal file object.
当你处理完该对象,确保你已经关闭它,就如对通常的文件一样。
www.diybl.com
7.
However, you must be careful about truncation when using the write mode to create a file object for writing data to a file.
但是,在使用写入模式创建file文件,向文件写入数据时,必须注意文件的截断。
www.ibm.com
8.
An alternative approach to reading lines is to loop over the file object. This is memory efficient, fast, and leads to simpler code.
有个替代的方法,遍历文件读取文件对象中的行。这是内存操作,效率,快速,代码简单。
wiki.ubuntu.org.cn
9.
It uses a standard Java File object to read the directory, and it creates attributes for every property in the File object.
它使用标准的JavaFile对象来读取目录,并为File对象中每个特性创建属性。
www.ibm.com
10.
At the top is the open file object, which is referenced by a process's file descriptor list.
在顶层是打开的file对象,它由进程的文件描述符列表引用。
www.ibm.com
1.
This section explores the superblock, the index node (or inode), the directory entry (or dentry), and finally, the file object.
这个小节探索了超块(superblock)、索引节点(或inode)、目录条目(或dentry)和文件对象。
www.ibm.com
2.
Opens a new ZipFile to read from the specified File object in the specified mode.
打开一个ZipFile,按指定的模式读取指定的File对象。
www.web521.com
3.
Overall, the process is simple: Create an appropriate file object, then read or write as necessary.
总体来说,过程很简单:创建合适的file对象,然后按照需要读取和写入。
www.ibm.com
4.
Now, notice the last line in Listing 1, which calls a close method on the file object.
现在,请注意清单1中的最后一行,它调用file对象的close方法。
www.ibm.com
5.
When you deserialize an object, the transport format determines whether you will create a stream or file object.
当您反序列化对象时,传输格式确定您将创建流还是文件对象。
msdn2.microsoft.com
6.
Represents a file object in a virtual file or resource space.
表示虚拟文件或资源空间中的一个文件对象。
msdn2.microsoft.com
7.
FileObject - Accessor to system file object associated with this request.
获得和这个请求相关的系统文件对象。
blog.sina.com.cn
8.
The file object refers to a dentry object, which refers to an inode.
file对象引用dentry对象,后者引用inode。
www.ibm.com
9.
Method in your code, you can free the external file resource even though the file object continues to exist.
方法的等效项,可以释放外部文件资源,即使该文件对象继续存在也是如此。
msdn2.microsoft.com
10.
The File object is used to return information about a specified file.
文件对象是用来返回指定文件的信息的。
www.86oo.com
1.
First, it creates a file object from the build file and then creates a new Project object.
首先,它从构建文件创建一个文件对象,然后创建一个新的Project对象。
www-128.ibm.com
2.
Add IFS stream file object set into the collection.
将IFS流文件对象集添加到集合中。
www.ibm.com
3.
Add spool file object set into the collection.
将spool文件对象添加到集合中。
www.ibm.com
4.
If you need to append data to a file, you should use the append mode when creating the file object.
如果需要向文件中添加数据,应当在创建file对象时,使用添加模式。
www.ibm.com
5.
A Web beacon is a file object, such as a transparent graphic or an image, which is put on a Web site or in an e-mail message.
Web信号是一个放置在网站或电子邮件中的文件对象,例如,透明图形或图像。
technet.microsoft.com
6.
Append additional data to the file object.
在文件对象中附加上其他数据。
www-128.ibm.com
7.
You create a file object using the file constructor or the open method, which is an alias for the file constructor.
用file构造函数或open方法创建file对象,open是file构造函数的别名。
www.ibm.com
8.
In this example, you create an appropriate file object, then write the binary characters with ASCII values from 50 to 69.
在这个示例中,创建一个合适的file对象,然后用从50到69的ASCII值写入二进制字符。
www.ibm.com
9.
In Listing 3, you instantiated a File object for a file that didn't exist.
在清单3中,是为一个不存在的文件实例化了File对象。
www.ibm.com
10.
The first parameter is the POJO. The second parameter is the File object.
第一个参数是POJO,第二个参数是File对象。
www.ibm.com
1.
Constructs a FileWriter object given a File object.
构建一个给定File对象的FileWriter对象。
blog.chinaitlab.com
2.
As shown in Listing 6, however, writing is easy once you know the basics of working with the file object.
但是如清单6所示,一旦了解了使用file对象的基础知识,写入也很容易。
www.ibm.com
3.
To write data to a file, you have to first create the file object.
要把数据写入文件,必须先创建file对象。
www.ibm.com
4.
We first create a file object using the SQLcmds property value.
我们首先使用SQLcmds属性值来创建一个文件对象。
www.ibm.com
5.
You can then access each file object that is stored in the newly created array.
然后,可以访问新建数组中存储的每个文件对象。
technet.microsoft.com
6.
To prevent this, open the file object in a deny-write sharing mode.
为了防止出现这种情况,文件对象必须以一种拒绝写的共享模式打开。
www-128.ibm.com
7.
You can then select a specific file object by specifying the array index that you want to view as follows
然后,可以通过指定要查看的数组索引来选择特定的文件对象,如下所示
technet.microsoft.com
8.
A text file object can use the API to get the content object (content. xml) and style object (styles. xml)
文本文件对象可以使用API来获取内容对象(content.xml)和样式对象(styles.xml)
www.ibm.com
9.
Close method on a file object instead of closing the file in the class destructor or with
方法,而不是在类析构函数中关闭该文件或者使用
msdn2.microsoft.com
10.
File object. This is important in Python programs because file input and output are, by default,
在Python程序中这很重要,因为在默认情况下,文件输入和输出是,
www-128.ibm.com
1.
Example for the File object
文件对象举例
www.papozhe.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/13 19:28:01