《Java Web应用开发基础模拟试卷及答案高职.docx》由会员分享,可在线阅读,更多相关《Java Web应用开发基础模拟试卷及答案高职.docx(10页珍藏版)》请在第一文库网上搜索。
1、课程名称JaVaWeb应用开发基础考试学期得分适用专业而赢式M赢时间长度120分钟(-)编写JSP页面显示:JSP编程技术。(10分)on料(二)给出用户登录表单主要代码,编写JSP页面question2jsp将用户登录页面重定向。如果用户名、密码正确就转到SUCCeSs.jsp页面,反之就转到fai1ure.jsp页面。(15分)用户名:密码:inputtype=,password,name=,pwd,vform()编写JSP程序统计页面访问次数。(四)定义一个JaVaBean,该JaVaBean具有属性s,代表正方形的边长。编写一个JSP页面输入正方形的边长,输出该正方形的周长与面积。(1
2、5分)(五)用jQuery实现AjaX的方式校验用户提交的注册邮箱是否已存在。(15分)(六)给出表单页面的主要代码,编写一个SerVIe匕当提交表单数据时,把接收到的数据逐行写入到D盘根目录下的文本文件car.txt中。(15分)品牌:价格:(七)己知mysq1数据库OiyDatabase中XSh的结构为:xm(varchar),n1(int)o编程查询n1大于20的所有记录并用表格显示在网页中。(15分)Uava%b应用开发基础考试卷B答案(一)略(-)question2.jsp%request.SetCharacterEncoding(GBK);Stringname=request.ge
3、tParameter(,user,);Stringpwd=request.getParameter(pwd);if(name.equa1s(sa,)fe()(四)packagemypackage;pub1icc1assSquareprivatedoub1es,perimeter,area;pub1icvoidsetS(doub1e1)this.s=s;)pub1icdoub1egetS()returnthis.s;pub1icdoub1egetPerimeter()return4*this.s;pub1icdoub1egetArea()returnMath.pow(this.s,2);输入边长
4、:inputtype=1extname=s正方形的周长为:正方形的面积为:(五)scriptsrc=$(function()$(#emai1).focus();1);varhadoop=function()if($.trim($(n#emai1H).va1()=M)$(#message).htm1(电子邮箱不能为空);$(#emai1).focus();)e1se$.post(question5.jsp,emai1=+S(emai).va1(),ca11back);functionca11back(message)S(message,).htm1(message);)11;电子邮箱:/ques
5、tion5.jsp:(六)packagemyPackage.myServ1et;importjava.io.*;importjavax.serv1et.Serv1etException;importjavax.serv1et.http.HttpServ1et;importjavax.servJet.http.HttpServ1etRequest;importjavax.serv1et.http.HttpServ1etResponse;SuppressWarnings(,seria,)pub1icc1assServ1et6extendsHttpServ1etprivateFi1eWriterfw
6、;privateBufferedWriterbw;pub1icvoidinit()throwsServ1etExceptionsuper.init();Fi1ef=newFi1e(dAcar.txtu);if(f.exists()SyStem.out.print1n(文件己经存在!);e1se(tryf.createNewFi1e();SyStem.out.print1n(文件创建完毕!”);)catch(IOExceptione)e.printStackTrace();try(fw=newFi1eWriter(dcar.txt,true);bw=newBufferedWriter(fw);)
7、catch(IOExceptione)e.printStackTrace();pub1icvoiddoGet(HttpServ1etRequestrequest,Httpserv1etResponseresponse)throwsServ1etException,IOException(doPost(request,response);)pub1icvoiddoPost(HttpSendetRequestrequest,Httpserv1etResponseresponse)throwsServ1etException,IOException(response.setContentType(t
8、exth1m1;CharSet=GB2312);PrintWriterout=response.getWriter();request.setCharacterEncoding(GB2312);Stringname=request.getParameter(brand);Stringsite=request.getParameter(price);bw.write(brand”,);bw.write(price+rn);bw.f1ush();out.print();out.print();out.print(品牌:+name+H);out.prin1(价格:+site+n);out.print();out.print();out.c1ose();1pub1icvoiddestroy()super.destroy();try(fw.c1ose();bw.c1ose();)catch(IOExceptione)e.printStackTrace();(七)20);%名年龄diva1ign=,c