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

📄 c3.html

📁 简介:功能描述:商品的分类显示、浏览商品、用户登录、选购和调整购物车、集中结算、存储订单、查看订单
💻 HTML
字号:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>c3</title>
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	overflow-x:hidden;
	SCROLLBAR-FACE-COLOR: #0F67AE;;
SCROLLBAR-HIGHLIGHT-COLOR: #2490fc;
SCROLLBAR-SHADOW-COLOR: #48d8fc;
SCROLLBAR-3DLIGHT-COLOR: #0090fc;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #0F67AE;
SCROLLBAR-DARKSHADOW-COLOR: #006cfc;
SCROLLBAR-BASE-COLOR: #fcfcfc;
}
-->
</style>
<link href="../sft.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE4 {font-size: 24px}
-->
</style>
</head>

<body>
<table width="730" border="0" cellpadding="0" cellspacing="0" bgcolor="#0F67AE">
  <!--DWLayoutTable-->
  <tr>
    <td width="716" height="397" valign="top" class="cpadding" bgcolor="#0F67AE"><p>数据表:</p>
      <p>1.产品类别表</p>
      <table width="86%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF6600">
        <tr align="center">
          <td width="48%" bgcolor="#FFFFFF"><span class="STYLE4">字段名</span></td>
          <td width="52%" bgcolor="#FFFFFF"><span class="STYLE4">类型</span></td>
        </tr>
        <tr>
          <td height="43" bgcolor="#FFFFFF"><span class="STYLE4">CategoryID(类型标志)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td>
        </tr>
        <tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">CategoryName(类型名)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar15</span></td>
        </tr>
      </table>      
      <p>2.产品显示表</p>
      <table width="89%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF6600">
        <tr align="center">
          <td width="54%" bgcolor="#FFFFFF"><span class="STYLE4">字段名</span></td>
          <td width="46%" bgcolor="#FFFFFF"><span class="STYLE4">类型</span></td>
        </tr>
        <tr>
          <td height="43" bgcolor="#FFFFFF"><span class="STYLE4">ProductID(产品标志)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td>
        </tr>
        <tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">ProductName(产品名)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar40</span></td>
        </tr>
		<tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">CategoryID(类型标志)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td>
        </tr><tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">QuantityPerUnit(单位数量)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar20</span></td>
        </tr><tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">UnitPrice(单价)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">money8</span></td>
        </tr>
      </table>
      <p>3.订单表</p>
      <table width="89%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#FF6600">
        <tr align="center">
          <td width="54%" bgcolor="#FFFFFF"><span class="STYLE4">字段名</span></td>
          <td width="46%" bgcolor="#FFFFFF"><span class="STYLE4">类型</span></td>
        </tr>
        <tr>
          <td height="43" bgcolor="#FFFFFF"><span class="STYLE4">客户ID(产品标志)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar20</span></td>
        </tr>
        <tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">订单ID(产品名)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td>
        </tr>
		<tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">产品ID(类型标志)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td>
        </tr>
		<tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">产品名称(类型标志)</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar40</span></td>
        </tr><tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">单位数量</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">nvarchar20</span></td>
        </tr><tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">单价</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">numeric</span></td>
        </tr>
		<tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">定购量</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">int4</span></td>
        </tr>
		<tr>
          <td height="51" bgcolor="#FFFFFF"><span class="STYLE4">定购时间</span></td>
          <td bgcolor="#FFFFFF"><span class="STYLE4">datetime8</span></td>
        </tr>
      </table>
      <p>&nbsp;</p>
      <p>准备工作:</p>
      <p>为了便于网站管理,先在网站中设置几个子目录,分配客户的角色,确定访问策略。</p></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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