1、Addinfor.jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!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=UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action = "/1214day/Addservlet" >
<table align = "center" border ="1">
<tr>
<td>用户信息添加</td>
</tr>
<tr>
<td>户别:</td>
<td>
<input type="radio" name="hubie" value="家庭户">家庭户
<input type="radio" name="hubie" value="集体户">集体户
</td>
</tr>
<tr>
<td>住房类型:</td>
<td>
<input type="radio" name="livetype" value="家庭住宅">家庭住宅
<input type="radio" name="livetype" value="集体住所">集体住所
<input type="radio" name="livetype" value="工作地住所">工作地住所
<input type="radio" name="livetype" value="其他住宅">其他住宅
<input type="radio" name="livetype" value="无住宅">无住宅
</td>
</tr>
<tr>
<td>住房面积:</td>
<td><input type = "text" name = "area"></td>
</tr>
<tr>
<td>住房房间数:</td>
<td><input type = "text" name = "roomnum"></td>
</tr>
<tr>
<td>户主姓名:</td>
<td><input type = "text" name = "name"></td>
</tr>
<tr>
<td>户主身份证:</td>
<td><input type = "text" name = "idcard" ></td>
</tr>
<tr>
<td>选项名称</td>
<td>
<input type="radio" name="sex" value="男">男
<input type="radio" name="sex" value="女">女
</td>
</tr>
<tr>
<td>户主民族:</td>
<td><input type = "text" name = "nation"></td>
</tr>
<tr>
<td>受教育程度:</td>
<td>
<select name="education" id="education">
<option value = "研究生">研究生</option>
<option value = "大学本科">大学本科</option>
<option value = "高中">高中</option>
<option value = "初中">初中</option>
<option value = "小学">小学</option>
<option value = "未上过学">未上过学</option>
</select>
</td>
</tr>
<tr>
<td>
<input type = "submit" value = "添加" >
<input type = "reset" value = "清空">
</td>
</tr>
</table>
</form>
</body>
</html>

2、Deleteinfor.jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!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=UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action = "/1214day/Deleteservlet">
<table align = "center" border ="1">
<tr>
<td>删除信息</td>
</tr>
<tr>
<td>
请输入删除人员姓名:<input type="text" name = "name">
</td>
</tr>
<tr>
<td>
<input type="submit" value = "删除">
<input type="reset" value = "清空">
</td>
</tr>
</table>
</form>
</body>
</html>

3、Updateinfor.jsp

<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>

<%
String path = request.getPathInfo();
%>
<!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=UTF-8">
<title>Insert title here</title>
</head>
<body>
<form action="/<%=path %>/Updateservlet">
<table align = "center" border ="1">
<tr>
<td>修改人员信息</td>
</tr>
<tr>
<td>户别:</td>
<td>

<input type="radio" name="hubie" value="家庭户">家庭户
<input type="radio" name="hubie" value="集体户">集体户
</td>
</tr>
<tr>
<td>住房类型:</td>
<td>
<input type="radio" name="livetype" value="家庭住宅">家庭住宅
<input type="radio" name="livetype" value="集体住所">集体住所
<input type="radio" name="livetype" value="工作地住所">工作地住所
<input type="radio" name="livetype" value="其他住宅">其他住宅
<input type="radio" name="livetype" value="无住宅">无住宅
</td>
</tr>
<tr>
<td>住房面积:</td>
<td><input type = "text" name = "area"></td>
</tr>
<tr>
<td>住房房间数:</td>
<td><input type = "text" name = "roomnum"></td>
</tr>
<tr>
<td>户主姓名:</td>
<td><input type = "text" name = "name"></td>
</tr>
<tr>
<td>户主身份证:</td>
<td><input type = "text" name = "idcard" ></td>
</tr>
<tr>
<td>选项名称</td>
<td>
<input type="radio" name="sex" value="男">男
<input type="radio" name="sex" value="女">女
</td>
</tr>
<tr>
<td>户主民族:</td>
<td><input type = "text" name = "nation"></td>
</tr>
<tr>
<td>受教育程度:</td>
<td>
<select name="education" id="education">
<option value = "研究生">研究生</option>
<option value = "大学本科">大学本科</option>
<option value = "高中">高中</option>
<option value = "初中">初中</option>
<option value = "小学">小学</option>
<option value = "未上过学">未上过学</option>
</select>
</td>
</tr>
<tr>
<td>
<input type = "submit" value = "修改" >
<input type = "reset" value = "清空">
</td>
</tr>
</table>
</form>
</body>
</html>

1121day-户别确认的更多相关文章

  1. Access一些常用的SQL语句

    您可以将 Microsoft Office Access 2013 用作创建.修改数据库以及处理数据的工具,还可将 Office Access 2013 用作服务器数据库管理系统(如 Microsof ...

  2. DOS程序员手册(九)

    第14章参考手册概述     本书余下的章节将向读者们介绍BIOS.DOS各种各样API函数和服务,作为一名程 序员,了解和掌握这些知识是很有好处的.在所介绍的参考手册中,每部手册都汇集了大 量的资源 ...

  3. 二级Parser应用教程

    01 应用背景 Ubidots是一个物联网云平台,通过设备友好的API(可通过HTTP / MQTT / TCP / UDP协议访问)简单安全地将硬件和数字输入连接到Ubidots Cloud. 它可 ...

  4. TCP三次握手Linux源码解析

    TCP是面向连接的协议.面向连接的传输层协议在原点和重点之间建立了一条虚拟路径,同属于一个报文的所有报文段都沿着这条虚拟路径发送,为整个报文使用一条虚拟路径能够更容易地实施确认过程以及对损伤或者丢失报 ...

  5. 08_Linux基础-vim-tmux-字符编码

    @ 目录 08_Linux基础-vim-tmux-字符编码 一. vim vim编辑器作用 vim模式 vim命令模式 vim编辑模式 vim末行模式 vim视图模式 vim替换模式 练习 vim常用 ...

  6. 解析大型.NET ERP系统 电子邮件系统帐户集成

    为保证ERP系统的信息流准确快速的传递,需要给系统设计一个消息盒子机制.当系统中发生业务操作后,需要提醒下一个环节的操作人员,以保证ERP信息流快速准确传递.比如生产任务单(工作单,加工单,制单)过帐 ...

  7. ZSDR017-客户订货价格和库存

    *----------------------------------------------------------------------*ZSDR017-客户订货价格和库存*---------- ...

  8. Win7家庭版开启Administrator管理员帐户的方法

    Win7家庭版开启Administrator管理员帐户的方法 发布时间:2014-11-17 18:30:06来源:系统盒浏览数:2786 很多用户安装好Win7系统第一步就是开启Administra ...

  9. win7 IIS7.0 【IIS 管理器无法验证此内置帐户是否有访问权】

    异常信息: 服务器配置为将传递身份验证和内置帐户一起使用,以访问指定的物理路径.但是,IIS 管理器无法验证此内置帐户是否有访问权.请确保应用程序池标识具有该物理路径的读取访问权.如果此服务器加入到域 ...

  10. 为什么我的outlook只能收信不能发信,发送测试电子邮件消息: 无法发送此邮件。请在帐户属性中验证电子邮件

    链接地址:http://zhidao.baidu.com/link?url=aVIFo2aNLuHIZGZuEUataHkZp4XApHqyvbEK8ACHPhi3jwhGhM0GBAtm72AnsP ...

随机推荐

  1. Json解析案例-teachers数据集

    背景: 通过平台执行接口时,接口往往返回的JSON串,所以平台要能提供方便快捷的JSON解析函数. 一.Json字符串: 1 { 2 "lemon": { 3 "teac ...

  2. JAVA中BufferedImage与byte[]转换

    BufferedImage转byte[] ByteArrayOutputStream out = new ByteArrayOutputStream(); ImageIO.write(imgBuff, ...

  3. Windows系统安装ActiveMQ

    1.下载安装包:https://activemq.apache.org/components/classic/download/ 选择自己的版本进行下载 2.安装JDK 3.把下载的ActiveMQ压 ...

  4. 【LeetCode】1465. 切割后面积最大的蛋糕 Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts

    作者: 负雪明烛 id: fuxuemingzhu 个人博客:http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 找最大间隔之积 日期 题目地址:https://lee ...

  5. 【LeetCode】399. Evaluate Division 解题报告(Python)

    作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 日期 题目地址:https://leetcode.c ...

  6. D. Persistent Bookcase(Codeforces Round #368 (Div. 2))

    D. Persistent Bookcase time limit per test 2 seconds memory limit per test 512 megabytes input stand ...

  7. Labeling Balls(poj3687)

    Labeling Balls Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 13109   Accepted: 3782 D ...

  8. Manthan, Codefest 16 D. Fibonacci-ish

    D. Fibonacci-ish time limit per test 3 seconds memory limit per test 512 megabytes input standard in ...

  9. DFT, DHT, DCT, DST

    目录 基本 酉变换 others Fourier-related Transforms DFT DHT DCT 与DFT的联系 DST 与DFT的联系 Gonzalez R. C. and Woods ...

  10. Distillation as a Defense to Adversarial Perturbations against Deep Neural Networks

    目录 概 主要内容 算法 一些有趣的指标 鲁棒性定义 合格的抗干扰机制 Nicolas Papernot, Patrick McDaniel, Xi Wu, Somesh Jha, Ananthram ...