Office Automation Higher vocational college Electronic document Document archive Archive method Archive procedures Disposal method;
办公自动化;高职院校;电子文件; 文件归档; 归档方式; 归档流程;处置方法;
Using the automatic option requires you to specify primary archive log path and fail archive log path.
使用自动选项时要求指定主存档日志路径和故障转移存档日志路径。
We have now created a new archive file from arbitrary string data and have added an external file to our archive.
现在已经通过任意的字符串数据创建了新归档文件并已经把外部文件添加到了归档中。
The archive status field can be configured in the archive task profile of the CSLD configuration database, as shown in figure 2.
存档状态字段可以在CSLD配置数据库的存档任务配置文件中进行配置,如图2所示。
In archive logging, there is no reuse of logs that have become archive logs.
在归档日志记录中,不能重用已经变成归档日志的日志。
You learn how to build a custom install package, archive the install, and then use that archive as a template for creating addiitonal installations.
您将了解如何构建自定义安装包、对安装进行存档以及随后将此存档作为模板创建其他安装。
Primary fail-over to a new secondary node (SDS or HDR) will not impact the archive, or be impacted by the archive, while an external archive is being taken on an RSS node.
主要服务器故障恢复到一个新的次要节点(SDS或HDR)上不会影响存档,或者受存档的影响,而RSS节点上会制作一份外部存档。
Even if you subsequently delete the post, it may have been cached in a search engine archive, a company server or in the Internet archive.
即使你随后就将内容彻底删除,这些内容仍可能缓存在搜索引擎,服务商,或网络存档中。
After a new archive is created or an existing one is modified, an index of archive contents needs to be created and stored as part of the archive.
在创建了一个新的存档文件,或者修改了一个现有的存档文件之后,需要创建存档文件内容的索引,并将其作为该存档文件的一部分进行存储。
In 19 years of observations, the Hubble Space Telescope has amassed a huge archive of data — an archive that may contain the telltale glow of undiscovered extrasolar planets.
通过19年来的观测,哈勃空间望远镜已经建立了一个巨大的档案库——这中间就可能包含还未发现的系外行星的踪迹。
I'd love it to come true, because a comprehensive archive that is accessible in 60 seconds is an archive that is still part of history.
我喜欢它变成现实,因为一个可以在60秒内进入的完整档案仍然是历史一部分归档。
Offline archive logs - archive logs that are being moved from active log directory to either another directory in another media or tape.
脱机归档日志——如果将联机归档日志从活动日志所在目录移动到其他目录或磁带中,就成为了脱机归档日志。
The last command removes the current archive (which is merely a symbolic link) and recreates the same symbolic link pointing to the new archive.
最后一个命令删除当前存档(这只是符号链接),重新创建相同的符号链接,但是指向新的存档。
We show the number of files in the archive to our users and close the file, saving it as a ZIP archive, ready for download.
我们向用户展示归档中的文件数并关闭文件,将其保存为ZIP 归档,准备供用户下载。
Additionally, if the archive is extremely large, you might not be able to store both the archive and its expanded files.
另外,如果存档非常大,您可能无法同时存储存档和解压后的文件。
What I want you to note there is the sense that the matter of the poem comes from an archive, an archive of scholarly work, a body of knowledge that you read about.
请你们注意这一点,诗是从档案馆而来的,一档案馆的博学的著作,你读到大量知识。
DELAY_APPLY may be active, though it is recommended that it be disabled as you might not have been able to get a timely archive checkpoint to accomplish the archive.
DELAY_APPLY可以是活动的,但建议禁用它,因为您可能无法获得及时的存档检查点来完成存档。
Archive: Browse to the application archive file that needs to be deployed.
Archive:通过浏览找到需要部署的应用程序存档文件。
Archive: This attribute specifies whether or not readers should attempt to archive the resource specified by a link.
archive:该属性指定阅读器是否应该试图对链接指定的资源进行归档。
Instead of mounting the file as a compressed image using the loop device, you can use a cpio archive. To inspect the contents of a cpio archive, use the following commands.
我们不用再使用loop设备来将initrd作为压缩映像进行挂载,而是可以将其作为cpio归档文件来使用。
How to add this stub to your Phar archive depends upon what archive format you are using.
如何将这个文件存根Phar添加到Phar归档取决于所使用的归档的格式。
The tar utility creates the archive, and SSH facilitates secure transfer of the archive.
tar实用程序创建存档,而ssh则实现该存档的安全传输。
Type: The type of module, such as system module (car), jar module (jar), web archive (war), enterprise archive (ear), and so on.
Type:模块类型,比如系统模块(car)、jar模块(jar)、web档案文件(war)、企业档案文件(ear),等等。
You should stick to the Phar-based archive format with no compression of the files in the archive for maximum portability.
您应当始终使用基于Phar 的归档格式,并且不对归档中的文件进行压缩,从而获得最大的灵活性。
Add Informix JDBC driver archive files and IBM JCC driver archive files to the existing repository of archives by installing them using the repository screen of the Administrative Console.
使用管理控制台的Repository屏幕安装InformixJDBC驱动程序存档文件和IBMJCC驱动程序存档文件,从而把它们添加到现有的存档存储库中。
The arc script accepts a single file or directory name as a parameter and creates a compressed archive file with the current date embedded into the resulting archive file's name.
arc脚本接受单个文件或目录名作为参数,创建压缩的归档文件,并将当前日期嵌入到生成的归档文件名中。
The easiest way to integrate code in a Phar archive is simply by including the Phar archive, then including the file within the Phar file you wish to use.
在Phar归档中集成代码的最简单方法就是包含 Phar 归档,然后在 Phar文件中包含需要使用的文件。
The second include USES the stream wrapper to open the Phar archive and only includes the specified file inside the archive.
第二个include使用流包装器打开Phar归档并且仅在归档中包括指定的文件。
Note that you don't need to include the Phar archive itself before including a file inside the archive, as shown in Listing 10.
注意在归档中包含文件之前,您不需要包含Phar归档本身,如清单10所示。
Note that you don't need to include the Phar archive itself before including a file inside the archive, as shown in Listing 10.
注意在归档中包含文件之前,您不需要包含Phar归档本身,如清单10所示。
应用推荐