dev_applypatch.html
来自「一个不错的关于手机模块程序This page contains everythi」· HTML 代码 · 共 44 行
HTML
44 行
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Applying patches</title>
<meta content="text/html; charset=us-ascii" http-equiv="content-type">
<link type="text/css" rel="stylesheet" href="office11.css">
</head>
<body>
<h1>Applying
patches</h1>
<br>
<dl>
<dt>Using <a href="http://www.gnu.org/software/patch/patch.html"
target="_blank=" class="external">GNU Patch</a> <img title="External Link"
src="external.png" border="0" height="10" width="10"> </dt>
<dd>1. Download and place <span style="text-decoration: underline;"><a
href="http://www.gnu.org/software/patch/patch.html" target="_blank="
class="external">GNU patch</a></span> <img title="External Link"
src="external.png" border="0" height="10" width="10"> in the directory
you want to patch.</dd>
<dd>2. Type <i>cmd</i>
in Run and tab your way to where GNU Patch is.</dd>
<dd>3. Write <i>patch
-[parameter] < my-patch.diff</i></dd>
<dd>4. The file <span style="font-style: italic;">my-patch.diff</span>
is the actual patch you want to apply. </dd>
<dd><br>
Example: <i>C:\Program
Files\DCpp_orig>patch -p1 < my-patch.diff</i><br>
C:\Program Files\DCpp_orig is the directory that is going to be patched.<br>
p1 gives the entire file name unmodified with out a leading slash.<br>
<br>
<p>Parameters and more information on how to use GNU Diff can be
found in the documentation for GNU Diff which should have come included
with GNU Diff. Otherwise, the manual can be found at the <a
href="http://www.gnu.org/software/diffutils/manual/diff.html"
target="_blank" class="external">GNU Diff manual</a> <img
title="External Link" src="external.png" border="0" height="10"
width="10"></p>
</dd>
</dl>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?