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

📄 e0919f0b9d80001c157d8335a99ea9f1

📁 一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现
💻
字号:
<%@ page language="java" contentType="text/html; charset=gb2312"    pageEncoding="gb2312"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>货物登记管理</title></head><body><h1 align="center">货物登记管理</h1>
<hr>


<table align="center"width="500"border="1">
<tr>
  <from name="from2"method="post"action="stock_11">
  <P>商品编码:
     <input type="text"name="pro_id">
  </P>
  <P>
     商品名称:
     <input type="text"name="pro_name">
  </P>
  <P>
     商品类别:
     <input type="text"name="type">
  </P>
  <p>生产日期:
     <input type="text"name="year"size="3">年
     <input type="text"name="month"size="3">月
     <input type="text"name="day"size="3">日 
  </P>
  <p>有效日期:
     <input type="text"name="year1"size="3">年
     <input type="text"name="month1"size="3">月
     <input type="text"name="day1"size="3">日
  </P>
  <p>进 &nbsp; &nbsp;价:
     <input type="text"name="sto_price">
  </P>
  <p>单 &nbsp; &nbsp;价:
     <input type="text"name="price">
  </P>
  <p>进货数量:
     <input type="text"name="quantity">
  </P>
  <p>供应 &nbsp;商:
     <input type="text"name="pro_mer">
  </P>
  <p>
  &nbsp;
  </P>
  <p> 
     <input type="submit"name="Submit"value="提交">
      &nbsp; &nbsp;
     <input type="reset"name="Submit"value="重置">
  </P>
</tr>
</table></body></html>

⌨️ 快捷键说明

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