To maintain consistency with naming, you may want to convert the names from one character set to another if directories and files have already been named using a previous character set.
如果已经使用一个此前使用过的字符集对目录和文件进行命名,那么,为保持命名一致性,您可能想将名称从一个字符集设置到另一个字符集。
As I explained in my previous article, this could allow recently modified files to become corrupted in the event of an unexpected reboot.
正如我在前一篇文章中讲到过,这会让最近修改的文件在出现意外的重新引导事件中被毁坏。
Finally, you'll see that all the previous listings explicitly load the class definition files, before parsing the XML definitions and data.
最后,您将看到,在解析xml定义和数据之前,上文中的所有清单都可以显式地加载类定义文件。
This is quite useful, as you can mount a snapshot and recover files that were previously deleted or check previous versions of files.
这一点非常有用,因为可以挂载快照,然后恢复之前删除的文件,或者检查之前版本的文件。
Typically, clients have a local copy of the versions of files they are working on, but no local storage of previous versions or alternate branches.
通常来说,客户端只有一份当前工作分支的本地文件,没有之前版本或者其他分支的本地文件。
The main problem with the previous alternatives for synchronizing files is that they copy every single file (and the associated directory structure).
前面介绍的文件同步方法的主要问题是,它们会复制每个文件(和相关联的目录结构)。
Also, as in the previous listing, it is different from the timestamps of any of the files in the directory.
同样,和前一个列表相同,它与该目录中的任何文件的时间戳都不同。
Or, perhaps (and even worse), a build may be "successful" because there were files from a previous build.
或者,正是由于前一次构建留下的文件,构建竟然得以“成功”,这种情况更糟糕。
In looking at the previous code before the pipe, a byte stream of the files is created on the standard output.
看一下管道符前面的代码,它创建文件的字节流并发送到标准输出。
This deletes the source code and class files that were used in the previous build.
这将删除前一次构建中使用的源代码和类文件。
Fortunately, the solution is straightforward: You can easily eliminate assumptions by removing all generated directories and files from any previous builds.
幸运的是,这个问题的解决办法很直观:只需删除任何之前的构建留下的所有目录和文件,就可以很容易地消除假设。
This is done by running two find commands which search for all files with the previous UID and GID.
这是通过运行两个find命令来完成的,它们会查找具有之前的UID和GID的所有文件。
During maintenance activities (like Fix Pack updating), these files will be over written and the previous Settings would be lost.
在维护活动(如FixPack更新)期间,这些文件将被覆盖,之前的设置将丢失。
Listing 4 is a simple example of removing previous log directories, distributions, and reporting files using Ant's delete task.
清单4这个简单的示例使用Ant的delete任务清除以前的日志目录、分发文件和报告文件。
Mozy stores previous versions of your files for easy restoration, and in addition to restoring all your files by downloading them, you can also order a backup on physical media for a fee.
Mozy能够保存文件的先前版本,为恢复文件提供方便。除了可以在线下载之前的备份文件,您还可以付费申请一份物理介质存储的备份版本。
In previous releases of WebSphere Commerce, many files required at runtime were stored outside of the EAR file.
在以前的WebSphereCommerce版本中,运行时所需的许多文件都存储在EAR文件外部。
You have been tasked with changing thousands of lines among multiple Extensible Markup Language (XML) files from the previous company's name to the new name. The rpl command can do just that
您的任务是在多个可扩展标记语言(XML)文件中成千上万行的代码中将以前的公司名称更改为新名称。
That means if there are just a few files to grab from a previous image, there's no need for whole-cloth restorations, just a quick point-and-grab operation.
这意味着,如果有几个文件抓斗从先前的形象,就没有必要对整个布修复,只是快速点和抓斗作业。
Hg revert: Returns to previous versions of one or more files by specifying their names or returning to the previous version of all files by specifying the — all command-line option.
hgrevert:如果指定一个或多个文件的名称,就返回到它们的以前版本;如果指定——all命令行选项,就返回到所有文件的以前版本。
Multiple, built-in undo operations: Mercurial's revert, backout, and rollback commands make it easy to return to previous versions of specific files or previous sets of committed changes.
多种内置的撤消操作:Mercurial的revert、backout和rollback命令可以简便地返回到特定文件的以前版本或以前的已提交更改集。
In order to preserve the logprimary value, the database manager will allocate new log files based upon how many log files were used in the previous transaction.
为了保持logprimary值,数据库管理器将根据前一个事务中使用了多少日志文件来分配新的日志文件。
In fact, the command line to restore the files is almost identical to the previous command line. To extract the archive, use.
事实上,用来恢复文件的命令行与前面使用的命令行基本相同。
If the dependencies are already downloaded (from a previous run, for instance), Grape nevertheless still ensures the proper JAR files are in your classpath.
如果已经下载了依赖项(比如说从之前的运行中),则Grape仍然会确保类路径下包含适当的JAR文件。
We've explained in previous sections that configuring Service Units in ServiceMix is done in the form of xbean.xml files.
我们在前一节就已经解释了,ServiceMix中服务单元的配置是以xbean . xml文件形式完成的。
The owner of your two files is now the number 203 — the previous UID for bduda. You have to change the file permissions back to the account bduda to fix these permissions.
您的两个文件的所有者现在的编号是203,即bduda以前的UID。
Conf files; the parsing code from this method is copied from the previous tutorial and modified slightly to use a more Groovy-like syntax.
此方法中的解析代码是从前一教程复制过来的,并稍微进行了一些修改,以获得更类似Groovy的语法。
However, one point needs to be emphasized: the sample implementation shown in the previous section requires the Commons Net JAR files to be available on the CLASSPATH.
但有一点需要强调:前面介绍的样例实现要求CommonsNetJAR文件在CLASSPATH上是可用的。
Listing 20 shows the SupportForm.jsp page, which USES the library of tag files presented in the previous sections of this article.
清单20展示了SupportForm . jsp页面,该页面使用本文前一节提供的标记文件库。
Last month a team from IBM used GPFS to index 10 billion files in 43 minutes, effortlessly breaking the previous record of one billion files scanned in three hours.
上个月,IBM的一个小组使用GPFS在43分钟内指引了100亿个文件,毫不费力地打破了上一个记录——3小时内扫描100亿个文件。
This improves start-up performance for large DDS files over the previous release when all of the records were displayed.
当所有的记录都显示以后,对于上一版本中大型的DDS文件这就改进了启动的性能。
应用推荐