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. LuoguP7911 [CSP-J 2021] 网络连接 题解

    Content 题目过于难解释,请前往题面查看.以下直接给出本题做法. Solution 入门组 T3 在我印象中向来都不是很容易能做出来的题目,但是今年这个 T3 不得不说还是挺好做的. 我们先不妨 ...

  2. LuoguB2103 图像相似度 题解

    Content 给定两个 \(m\times n\) 的矩阵 \(A,B\),求 \(A,B\) 两个矩阵的相似度,精确到小数点后 \(2\) 位. 定义两个矩阵的相似度为两个矩阵对应相同元素个数占矩 ...

  3. libevent源码学习(11):超时管理之min_heap

    目录min_heap的定义向min_heap中添加eventmin_heap中event的激活以下源码均基于libevent-2.0.21-stable.       在前文中,分析了小顶堆min_h ...

  4. 【LeetCode】294. Flip Game II 解题报告 (C++)

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

  5. 【LeetCode】156. Binary Tree Upside Down 解题报告(C++)

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

  6. 【九度OJ】题目1176:树查找 解题报告

    [九度OJ]题目1176:树查找 解题报告 标签(空格分隔): 九度OJ http://ac.jobdu.com/problem.php?pid=1176 题目描述: 有一棵树,输出某一深度的所有节点 ...

  7. 【LeetCode】693. Binary Number with Alternating Bits 解题报告(Python)

    作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.cn/ 目录 题目描述 题目大意 解题方法 遍历判断 判断是否是交替模式 位运算 日期 题目地址 ...

  8. 【LeetCode】395. Longest Substring with At Least K Repeating Characters 解题报告(Python)

    作者: 负雪明烛 id: fuxuemingzhu 个人博客: http://fuxuemingzhu.cn/ 题目地址: https://leetcode.com/problems/longest- ...

  9. 【LeetCode】228. Summary Ranges 解题报告(Python)

    [LeetCode]228. Summary Ranges 解题报告(Python) 标签(空格分隔): LeetCode 题目地址:https://leetcode.com/problems/sum ...

  10. WPF自定义界面WindowChrome

    WPF自定义界面WindowChrome 默认WPF的界面其实也还行,就是满足不了日渐增长的需求,界面还是需要有更高的自定义程度,包括标题栏也要能够塞下更多的操作控件. 默认窗口介绍 新建WPF项目, ...