1121day-户别确认
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-户别确认的更多相关文章
- Access一些常用的SQL语句
您可以将 Microsoft Office Access 2013 用作创建.修改数据库以及处理数据的工具,还可将 Office Access 2013 用作服务器数据库管理系统(如 Microsof ...
- DOS程序员手册(九)
第14章参考手册概述 本书余下的章节将向读者们介绍BIOS.DOS各种各样API函数和服务,作为一名程 序员,了解和掌握这些知识是很有好处的.在所介绍的参考手册中,每部手册都汇集了大 量的资源 ...
- 二级Parser应用教程
01 应用背景 Ubidots是一个物联网云平台,通过设备友好的API(可通过HTTP / MQTT / TCP / UDP协议访问)简单安全地将硬件和数字输入连接到Ubidots Cloud. 它可 ...
- TCP三次握手Linux源码解析
TCP是面向连接的协议.面向连接的传输层协议在原点和重点之间建立了一条虚拟路径,同属于一个报文的所有报文段都沿着这条虚拟路径发送,为整个报文使用一条虚拟路径能够更容易地实施确认过程以及对损伤或者丢失报 ...
- 08_Linux基础-vim-tmux-字符编码
@ 目录 08_Linux基础-vim-tmux-字符编码 一. vim vim编辑器作用 vim模式 vim命令模式 vim编辑模式 vim末行模式 vim视图模式 vim替换模式 练习 vim常用 ...
- 解析大型.NET ERP系统 电子邮件系统帐户集成
为保证ERP系统的信息流准确快速的传递,需要给系统设计一个消息盒子机制.当系统中发生业务操作后,需要提醒下一个环节的操作人员,以保证ERP信息流快速准确传递.比如生产任务单(工作单,加工单,制单)过帐 ...
- ZSDR017-客户订货价格和库存
*----------------------------------------------------------------------*ZSDR017-客户订货价格和库存*---------- ...
- Win7家庭版开启Administrator管理员帐户的方法
Win7家庭版开启Administrator管理员帐户的方法 发布时间:2014-11-17 18:30:06来源:系统盒浏览数:2786 很多用户安装好Win7系统第一步就是开启Administra ...
- win7 IIS7.0 【IIS 管理器无法验证此内置帐户是否有访问权】
异常信息: 服务器配置为将传递身份验证和内置帐户一起使用,以访问指定的物理路径.但是,IIS 管理器无法验证此内置帐户是否有访问权.请确保应用程序池标识具有该物理路径的读取访问权.如果此服务器加入到域 ...
- 为什么我的outlook只能收信不能发信,发送测试电子邮件消息: 无法发送此邮件。请在帐户属性中验证电子邮件
链接地址:http://zhidao.baidu.com/link?url=aVIFo2aNLuHIZGZuEUataHkZp4XApHqyvbEK8ACHPhi3jwhGhM0GBAtm72AnsP ...
随机推荐
- SecureCRT中Vim颜色
解决方法:1.确认安装了vim-enhancedrpm -qa | grep vim-enhanced2.optins>session optionsTerminal>emulationx ...
- SpringBoot 处理跨域请求问题
增加一个配置类 import org.springframework.context.annotation.Bean; import org.springframework.context.annot ...
- 【九度OJ】题目1018:统计同成绩学生人数 解题报告
[九度OJ]题目1018:统计同成绩学生人数 解题报告 标签(空格分隔): 九度OJ [LeetCode] http://ac.jobdu.com/problem.php?pid=1018 题目描述: ...
- CF 593B Anton and Lines(水题)
题意是给你n条直线,和x1,x2;问 在x1,x2之间(不包括在x1,x2上) 存不存在任意两条线的交点. 说思路,其实很简单,因为给的直线的条数很多,所以无法暴力求每两条直线的交点,那么就求每条直线 ...
- hdu-1237简单计算器(栈的运用)
http://acm.hdu.edu.cn/showproblem.php?pid=1237 简单的栈的运用. 首先将数字和运算符分离,分别保存在两个数组中,然后按原来的式子的顺序,首先将第一个数和第 ...
- 七、Uniapp+vue+腾讯IM+腾讯音视频开发仿微信的IM聊天APP,支持各类消息收发,音视频通话,附vue实现源码(已开源)-聊天消息项的实现
会话好友列表的实现 1.项目引言 2.腾讯云后台配置TXIM 3.配置项目并实现IM登录 4.会话好友列表的实现 5.聊天输入框的实现 6.聊天界面容器的实现 7.聊天消息项的实现 8.聊天输入框扩展 ...
- Proximal Algorithms 4 Algorithms
目录 Proximal minimization 解释 Gradient flow 解释1 最大最小算法 不动点解释 Forward-backward 迭代解释 加速 proximal gradien ...
- 跨域The 'Access-Control-Allow-Origin' header contains multiple values '*, *', but only one is allowed.解决方案
使用Ajax跨域请求资源,Nginx作为代理,出现:The 'Access-Control-Allow-Origin' header contains multiple values '*, *', ...
- 替代台湾安格AG6200 AG6201 HDMI转VGA带音频方案+设计电路 CS5213代替AG6200 AG6201
台湾安格AG6200 AG6201专门用于设计HDMI转VGA带音频输出的方案芯片,CS5213是一款HDMI to VGA转换器且结合了HDMI输入接口和模拟RGB DAC输出.带支持片上音频数模转 ...
- MySQL高级查询与编程笔记 • 【第2章 数据定义和操作】
全部章节 >>>> 本章目录 2.1 数据定义语言和数据操作语言 2.1.1 设计"优乐网"数据库 2.1.2 数据定义语言 2.1.3 数据操作语言 ...