JAVAWEB实验上传和下载.doc

  1. 1、本文档共16页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
实验全过程记录 实 验 名 称 上传和下载 时间 地点 姓 名 学号 实验目的: Html表单提交以及文件上传下载 熟练运用Html表单提交以及文件上传下载 二、实验容: 1、编写如下html表单,并编写servlet处理表单提交的请求,表单信息插入数据库 2、如下表单,输入学号,点击“下载简历”按钮,实现下载该学生简历 3、如下表单,输入最小最大值,点击提交按钮,导出符合条件的学生信息到文本文件(csv文件)中,或者导出到excel文件(使用POI框架) 三、实验用设备仪器及材料: 软件需求:Eclipse 硬件需求:微型计算机 四、实验方法及步骤: 编写HTML页面 (1) <form class="form-horizontal" action="submit.do" method="post" id="stuId-form" enctype="multipart/form-data"> <div class="form-group" id="messageId"> <div class="col-sm-8"> <input type="text" name="Id" value="${student['id']}"> </div> </div> <div class="form-group"> <label for="inputEmail3" class="col-sm-4 control-label">学号</label> <div class="col-sm-8"> <input type="text" class="form-control" id="inputstuId3" name="stuId" placeholder="学号" value="${student.stuId}"> </div> </div> <div class="form-group"> <label for="inputPassword3" class="col-sm-4 control-label"></label> <div class="col-sm-8"> <input type="text" class="form-control" id="inputname3" name="name" placeholder="" value="${student.name}"> </div> </div> <div class="form-group"> <label for="inputage3" class="col-sm-4 control-label">密码</label> <div class="col-sm-8"> <input type="password" class="form-control" id="inputpassword3" name="password" placeholder="密码" value="${student.password}"> </div> </div> <div class="form-group"> <label class="col-sm-4 control-label">性别</label> <div class="col-sm-8"> <input type="radio" name="sex" id="inlineRadio1" value="男" <c:if test="${student.sex=='男'}">checked="checked"</c:if> /> 男 <input type="radio" name="sex" id="inlineRadio2" value="女" <c:if test="${student.sex=='女'}">checked="checked"</c:if> /> 女 </div> </div> <div class="form-group"> <label for="inputage3" class="col-sm-4 control-label">年龄</label> <div class="col-sm-8"> <input type="text" class="form

文档评论(0)

linlin921 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档