It's always good to make sure that the file writing cursor is at the end of the file.
这是一件好事,确保光标在文件写入该文件的末尾。
A log structured file system writes all modifications to disk sequentially in a log like structure, thereby speeding up both file writing and crash recovery.
把对文件的修改汇成日志条目顺序地写入磁盘,既加速了写文件的速度,又加速了崩溃恢复的速度。
It then constructs the SQL file using the data, protecting the data types and then writing into the output file using Izuha's file writing utility. Here is the signature of the procedure.
然后用这些数据构造SQL文件,保护数据类型,并使用Izuha的文件编写工具写入输出文件。
CXFSE is a configurable wrapper, which means you can control the behavior of your SE by writing an XML file.
CXFSE是一个可配置的包装器,这意味着通过编写一个XML文件您可以控制您的SE的行为。
Lastly, it presents the code for writing the changed configuration file out to disk.
最后,本文介绍了将这个经过修改的配置文件写入到磁盘的代码。
To populate the file, loop through the values in your word map, writing each to a row in your file (see Listing 4).
要填充文件,可循环通过单词映射中的值,将每个值写到文件中的一行(参见清单4)。
All these features can be enabled by configuring a simple XML file without writing any code.
可以通过配置一个简单的XML文件来启用所有这些特性,而无需编写任何代码。
If one thread attempts to read from a file whilst another is writing to it, the data may become corrupted.
如果一个线程尝试读取某个文件,而另一个线程对其进行写访问,则可能会损坏数据。
As mentioned previously, configuring the logic is as simple as writing an XML file.
如前所述,配置这个逻辑就像编写一个XML文件那样简单。
They do offer fascinating possibilities, for instance writing/reading a file handle could write/read directly to a database, or send an e-mail when you close the file.
但它确实能够让人神往,例如,通过写/读文件句柄,可以直接写/读数据库,或者在关闭文件时发送一封电子邮件。
Code sections in Listing 5 demonstrated writing the text event to a file and running the encryption process.
清单5的代码表示将文本事件写到一个文件中并运行加密程序。
If your program does file manipulations, you might consider writing a small server that handles these operations atomically, and thus guarantees serialization.
如果程序要进行文件操作,那么可以考虑编写一个小服务器,让它自动地处理这些操作,并由此保证操作的串行化。
Frankly, taking XML and writing it to a file just isn't very exciting-but it is necessary.
坦白的说,获取XML并将其写入文件算不上激动人心—不过这却是有必要的。
Writing a KML file requires writing properly formatted text representing the shapes, as shown in Listing 4.
编写一个KML文件需要编写代表各种形状的相应格式化文本,如清单4所示。
Bad sectors slow down hard disk performance and sometimes make data writing (such as file saving) difficult, or even impossible.
坏扇区降低硬盘性能,有时甚至使数据写入(如文件保存)困难,甚至是不能。
This is useful when writing the build file, to help ensure that it is fully functional.
当您编写构建文件时这一点非常有用,可以确保它能够发挥所有的作用。
On completion of the writing, it flushes the file buffers and unlocks the file.
写操作完成之后,它刷新文件缓冲区并解除文件锁。
You can also construct a DOM tree yourself, and convert it to XML; this is often a more flexible way of producing XML output than simply writing... to a file.
您也可以自己构造一棵dom树,然后将它转换成xml;用这种方法生成XML输出比仅将…写入文件的方法更灵活。
On a standard UNIX filesystem, you can delete a file while it's still open for reading or writing.
在标准的UNIX文件系统中,您可以在文件打开或写入的时候删除它。
You're now going to learn how to write a simple.jsp file by writing your first script in JSP.
现在将通过用jsp编写第一个脚本,学习如何编写简单的. jsp文件。
This example doesn't even use a server — you can just create a new HTML file and begin writing the HTML code.
本例甚至没有用到服务器——您可以新建一个HTML文件,开始编写HTML代码。
Persistent preallocation If an application needs to allocate disk space before actually using it, most file systems do so by writing 0s to the not-yet-used disk space.
持久性预分配如果一个应用程序需要在实际使用磁盘空间之前对它进行分配,大部分文件系统都是通过向未使用的磁盘空间写入0来实现分配。
This is done by writing the prototypes in a header file.
可以在头文件中编写原型。
The control flow has one data flow for each table, each data flow reading data from a flat file source and writing to the SQL Server database via OLEDB.
通过OLED B控制流为每一个表存在一个数据流,每一个数据流读平面文件数据,并写回sQLServer数据库。
As in the previous example, the print function raises an exception, because the file was not open for writing.
正如之前的例子所示,print函数抛出了一个异常,原因是文件尚未打开以供写入。
The flock locking is purely advisory — it won't prevent other programs from writing to the file if they don't use it.
flock锁定仅仅是建议性的——如果其他程序不使用它,它就不能阻止它们写文件。
This means that libtiff will compress the image data for you before writing it to the file.
这意味着在将图像数据写入文件之前,libtiff将先对它进行压缩。
Even better than writing a file, we can use the ImageMagick info class to determine even more information about the text, including where the baseline is.
比编写一个文件甚至更好的是,我们可以使用ImageMagickinfo类确定关于文本的更多信息,比如基线的位置。
There are a few prerequisites, however, such as setting up your .pypirc configuration file and actually writing the contents of setup.py.
但是有一些先决条件,比如要设置您的 .pypirc配置文件并实际写入setup.py 的内容。
The probes act as trace points and use existing Ant tasks to capture status by writing data to a file.
这些探测任务起到了跟踪点的作用,用已有的Ant任务,通过将数据写入文件的方式来获取状态。
应用推荐