⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help_query.html

📁 PHP写的图片查看器
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><html><head>  <title>ViewCVS Help: Query The Commit Database</title></head><body background="images/chalk.jpg"><table width="100%" border=0 cellspacing=5 cellpadding=0>  <tr>    <td width="1%"><a href=".."><img border=0        src="images/logo.png"></a>    </td>    <td><h1>ViewCVS Help: Query The Commit Database</h1></td>  </tr>  <tr><td width="1%" valign="top" bgcolor="#ffffff">     <h3>Other&nbsp;Help:</h3>     <a href="help_rootview.html">General</a><br>     <a href="help_dirview.html">Directory&nbsp;View</a><br>     <a href="help_log.html">Classic&nbsp;Log&nbsp;View</a><br>     <a href="help_logtable.html">Alternative&nbsp;Log&nbsp;View</a><br>     <b>Query&nbsp;Database</b>     <h3>Internet</h3>     <a href="http://viewcvs.sf.net/index.html">Home</a><br>     <a href="http://viewcvs.sf.net/upgrading.html">Upgrading</a><br>     <a href="http://viewcvs.sf.net/contributing.html">Contributing</a><br>     <a href="http://viewcvs.sf.net/license-1.html">License</a><br>  </td><td colspan=2>  <p>     Select your parameters for querying the CVS commit database in the    form at the top of the page.  You    can search for multiple matches by typing a comma-seperated list    into the text fields.  Regular expressions, and wildcards are also    supported.  Blank text input fields are treated as wildcards.  </p>  <p>    Any of the text entry fields can take a comma-seperated list of    search arguments.  For example, to search for all commits from    authors <i>jpaint</i> and <i>gstein</i>, just type: <code>jpaint,    gstein</code> in the <i>Author</i> input box.  If you are searching    for items containing spaces or quotes, you will need to quote your    request.  For example, the same search above with quotes is:    <code>"jpaint", "gstein"</code>.  </p>  <p>                               Wildcard and regular expression searches are entered in a similar    way to the quoted requests.  You must quote any wildcard or    regular expression request, and a command character preceeds the    first quote.  The command character <code>l</code>(lowercase L) is for wildcard    searches, and the wildcard character is a percent (<code>%</code>).  The    command character for regular expressions is <code>r</code>, and is    passed directly to MySQL, so you'll need to refer to the MySQL    manual for the exact regex syntax.  It is very similar to Perl.  A    wildard search for all files with a <i>.py</i> extention is:    <code>l"%.py"</code> in the <i>File</i> input box.  The same search done    with a regular expression is: <code>r".*\.py"</code>.  </p>  <p>                      All search types can be mixed, as long as they are seperated by    commas.  </p>                                                      </td></tr></table></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -