-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathmisc.xml
More file actions
executable file
·65 lines (65 loc) · 3.23 KB
/
misc.xml
File metadata and controls
executable file
·65 lines (65 loc) · 3.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 3e08a8aae657492bdcdc7c550099ddf072042fa9 Maintainer: daijie Status: ready -->
<chapter xml:id="faq.misc"
xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>其他问题</title>
<titleabbrev>其他问题</titleabbrev>
<para>有些问题没法归到其它类中,可以在这里找到。</para>
<qandaset>
<qandaentry xml:id="faq.misc.bz2">
<question>
<para>在 Windows 中怎样处理 bz2 压缩的文档?</para>
</question>
<answer>
<para>如果没有能处理 bz2 文件的压缩工具,从 Redhat
<link xlink:href="&url.bzip2;">下载</link>一个命令行工具(进一步信息见下面)。</para>
<para>如果不喜欢用命令行工具,可以试试免费工具例如
<link xlink:href="&url.stuffit;">Stuffit Expander</link>,
<link xlink:href="&url.ultimatezip;">UltimateZip</link>,
<link xlink:href="&url.7zip;">7-Zip</link>或者
<link xlink:href="&url.quickzip;">Quick Zip</link>。如果有像
<link xlink:href="&url.winrar;">WinRAR</link>或者
<link xlink:href="&url.powerarchiver;">Power Archiver</link>之类的工具,可以很容易用它解压缩 bz2 文件。如果用 Total Commander(前身为 Windows Commander),可以从
<link xlink:href="&url.wincmd;">Total Commander</link>网站免费得到一个 bz2 插件。</para>
<para>来自 Redhat 的 bzip2 命令行工具:</para>
<para>Win2K Sp2 用户下载最新版本 1.0.2,所有其它 Windows 用户应该用版本 1.00。下载后重命名可执行文件为 bzip2.exe。为方便起见将其放到一个在你路径中的目录,例如 C:\Windows,C 表示你安装 Windows 的盘符。</para>
<para>注意:lang 指的是你的语种,x 是想要的格式,例如:pdf。要解压缩 php_manual_lang.x.bz2,按照下面的简单说明进行:
<itemizedlist>
<listitem>
<simpara>打开一个命令行窗口</simpara>
</listitem>
<listitem>
<simpara>进入存放已下载的 php_manual_lang.x.bz2 的目录</simpara>
</listitem>
<listitem>
<simpara>调用 bzip2 -d php_manual_lang.x.bz2,将 php_manual_lang.x 释放到同一个目录</simpara>
</listitem>
</itemizedlist></para>
<para>在下载了包含很多 html 文件的 php_manual_lang.tar.bz2 的情况下,过程是一样的。唯一区别是得到了一个 php_manual_lang.tar 文件。tar 格式可以被大多数 Windows 下流行的压缩工具所处理,例如
<link xlink:href="&url.winzip;">WinZip</link>。</para>
</answer>
</qandaentry>
</qandaset>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->