index.sht

来自「一种实时操作系统」· SHT 代码 · 共 44 行

SHT
44
字号
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta name="Author" content="Erick Engelke">
   <meta name="GENERATOR" content="eRTOS">
   <title>Temperature Probe</title>
</head>
<body background="paper3.gif">
<h3>Temperature Probe</h3>
<ul>
  <p>This web server is running on
  <a href="http://www.jkmicro.com">JK Microsystem</a>'s
  tiny uFlash embedded computer.</p>

  <p>The whole computer, including an Ethernet interface and
  386EX (80386 compatible) processor, is about the
  size of a credit card.  A daughter card is attached with multiple
  A/D and D/A converters.  Presently, two temperature probes are connected to
  the A/D's.</p>

  <p>The system is running JK's DOS compatible operating system,
  and
  <a href="http://www.ertos.com">eRTOS</a>, an embedded system development
  package which
  includes TCP/IP, Web and FTP servers.  The entire software
  fits in less than 512 kB of RAM, leaving the remaining 512 kB
  to be used as a battery-backed persistent RAM disk.</p>

 <p>This page is an example of server-side includes.  We can specify
     routines to fill in content automatically at read time, this is
     how the temperature values below are inserted.</p>

  <h2>Current Probe Values</h2>
  <table border=3>
    <tr><td>probe #0</td><td>##probe0##</td><td><img src="graph0.gif"></td></tr>
    <tr><td>probe #1</td><td>##probe1##</td><td><img src="graph1.gif"></td></tr>
  </table>
  </ul>
</ul>
</body>
</html>

⌨️ 快捷键说明

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