当他第一次尝试把数据写入文档时,报告说有错。
An error was reported when he tried to write data to the file for the first time.
可以把任意数量的数据写入这个通道。
这个函数将数据写入一个打开的文件中。
这允许将数据写入数据库,如清单11所示。
几行命令就能把数据写入表(或者多个表)或者读出来。
You can write to a table (or multiple tables) with a few commands, and pull data in the same way.
要把数据写入文件,必须先创建file对象。
To write data to a file, you have to first create the file object.
类似地,也可以将数据写入一个XML数据库。
编写程序的最后一个基本步骤就是从文件读取数据和把数据写入文件。
The last basic step involved in writing programs is to read data from and write data to a file.
在备份过程中,ontape将数据写入stdout(标准输出)。
During a backup, ontape writes the data to stdout (standard output).
工作台将从管道或数据文件读取数据,并将数据写入到输出链接。
The stage reads the data from a pipe or a data file and writes the data to the output link.
这意味着在将图像数据写入文件之前,libtiff将先对它进行压缩。
This means that libtiff will compress the image data for you before writing it to the file.
直写式缓存模式被用于将数据写入底层资源(如数据库)的缓存。
Write-through caching pattern is used by the applications to write data to the cache which causes writes to an underlying resource (e.g. a database).
预定模式只将元数据记录到日志,但是在此之前将数据写入到磁盘。
Ordered mode is metadata journaling only but writes the data before journaling the metadata.
坏扇区降低硬盘性能,有时甚至使数据写入(如文件保存)困难,甚至是不能。
Bad sectors slow down hard disk performance and sometimes make data writing (such as file saving) difficult, or even impossible.
工作台将数据转换为Teradata格式并将数据写入到数据文件或管道。
The stage converts the data to a Teradata format and writes to a data file or a pipe.
这样一来,我们避免了将任何其他数据写入驱动器,并减少了任何随机磁头的移动。
That way, we avoided having any other data written to the drive, and reduced any random head movement.
RAID的另一个例子是把数据写入两个磁盘,创建两个完全相同的副本。
Another example of RAID would be to take these two disks and write data to each, creating two identical copies of everything.
正如上文讨论的一样,使用写入后缓存,事务在数据写入缓存时完成,这样速度更快。
As discussed earlier, with a write-behind cache, the transaction completes when the data is written to the cache, which is fast.
程序使用提供的信息构造查询,然后检索数据、进行格式化,并把数据写入输出文件。
The program constructs the query using the supplied information, then retrieves the data, formats it, and writes the data into the output file.
由于将数据写入文件不在本文的讨论范围内,因此我将不列出所有其他选项。
Because writing to files is beyond the scope of this article, I'm not going to list all the other options.
在此模式中,一个应用程序将数据写入数据库,另一个应用程序从该数据库中读取数据。
In this case, one application writes data to a database, while the other applications read from the database.
刚才讨论的INSERT和IMPORT示例可以将任何格式良好的XML数据写入到表中。
The INSERT and IMPORT examples just discussed can write any well-formed XML data to your tables.
page参数是这些数据写入到的位置,其中count定义了可以写入的最大字符数。
The page argument is the location into which you write the data intended for the user, where count defines the maximum number of characters that can be written.
获得命名上下文:更新现有条目,这意味着您想把已更新的数据写入它以前所在的命名上下文中。
Get the named context: Updating an existing entry means you want to write your updated data to the same named context on which it was previously written.
不再把实例数据写入页面,而是从服务器异步检索数据然后将其动态增加到页面模型中。
Instead of writing the instance data to the page, you'll retrieve it asynchronously from the server and then dynamically add it to the model on the page.
这意味着每当从某个特定地址读取数据或将数据写入该地址时,我们都可以对此进行控制。
This means we can get control whenever data is read from or written into a particular address.
流程编排器将审核日志数据写入该流程编排器数据库的AUDIT_LOG _ t表中。
Process choreographer writes audit log data to the AUDIT_LOG_T table of the process choreographer database.
当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。
The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large.
几乎不需要进行任何额外的工作,您就可以从日志中提取相关信息,并且将数据写入到数据库中。
With a little additional work, you can extract the information from the log and write that data into a database.
您可以将事件服务配置为将所有事件数据写入数据存储和/或将事件分发到其他JMS目的地。
You can configure the Event Service to write all Event data to a Datastore and or to distribute the events to other JMS Destinations.
应用推荐