Como usar JSP+MySQL para criar um livro de visitas (3)
Autor:Eve Cole
Data da Última Atualização:2009-07-02 17:13:14
下面我们开始建立留言的页面!
<%@página
importar="java.util.*"
importar ="java.text.*"
importar="java.sql.*"
importar="java.io.*"
importar="java.lang.*"
contentType="text/html; charset=gb2312"
%>
<%
classe CommentError // lança java.lang.NullPointerException
{ public String Nome de usuário="",Sexo="",Endereço="",Postal="",Oicq="",Icq="",Tel="",Comment="";
public boolean NoError=true;//false;
public int Contagem de erros = 0;
privado booleano IsNumber(String s1) {}
fonte String pública (String se) {}
String pública Comment_Er(String se) {}
nome de usuário vazio público (String se) {}
sexo vazio público (String se) {}
Endereço público vazio (String se) {}
Comentário público vazio (String se) {}
público vazio Tel (String se) {}
postal vazio público (String se) {}
público vazio Oicq (String se) {}
público vazio Icq (String se) {}
}
classe FormatComment
{public String Substituir(String fonte, String oldString, String newString) {}
formatação de string pública (String se) {}
String pública fromatcomment(String se) {}
String pública toHtmlInput(String str) {}
String pública paraHtml(String str) {}
public String toSql(String str) {}//转换为可以加入Myqal的格式
}
%>
<html>
<cabeça>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Usando MYsql数据库</title>
</head>
<corpo>
<p align="center"><center><font style="COLOR: blue; FONT-FAMILY: 方正舒体,华文行楷,隶书,宋体; FONT-SIZE: 16pt">萍慧jsp留言薄</font </center></p>
<p alinhar="centro">
<%! String nome de usuário, sexo, endereço, postagem, oicq, icq, número de telefone, comentário, email, url.urltitle;
%>
<%
tente{nomedeusuario=request.getParameter("nome");
}catch (NullPointerException e){ nomedeusuario="";}
tente{comment=request.getParameter("comentário");
}catch (NullPointerException e){ comentário="";}
tente{ sexo=request.getParameter("sexo");
}catch (NullPointerException e){ sexo="";}
tente{endereço=request.getParameter("endereço");
}catch (NullPointerException e){ endereço="";}
tente{post=request.getParameter("postal");
}catch(NullPointerException e){ post="";}
tente{oicq=request.getParameter("oicq");
}catch (NullPointerException e){ oicq="";}
tente{icq=request.getParameter("icq");
}catch(NullPointerException e){ icq="";}
tente{telnumber=request.getParameter("telphone");
}catch (NullPointerException e) {telnumber= ""; }
tente{ email=request.getParameter("email");
}catch (NullPointerException e) { email= ""; }
tente{url=request.getParameter("url");
}catch(NullPointerException e) { url= ""; }
tente{urltitle=request.getParameter("urltitle");
}catch (NullPointerException e) { urltitle= ""; }
String ip=request.getRemoteAddr();//nome do IP
String time=(new SimpleDateFormat ("yyyy-MM-dd hh:mm:ss", Locale.US )).format(new java.util.Date());
String id do usuário="";
String MinhaConsulta="";
此处我调用了一个对留言进行合法检验的类
CommentError testcomment= new CommentError();
testcomment.Username (nome de usuário);
testcomment.Postal (postagem);
comentário de teste.Sexo(sexo);
testcomment.Address(endereço);
testcomment.Tel(telnúmero);
testcomment.Comment(comentário);
comentário de teste.Oicq(oicq);
comentário de teste.Icq(icq);
if (testcomment.NoError) //留言中没有错误,写数据库
tente {//写数据库成功
java.sql.Connection sqlConn; //数据库连接对象
java.sql.StatementsqlStmt; //语句对象
java.sql.ResultSet sqlRst; //结果集对象
//登记JDBC驱动对象
Class.forName("org.gjt.mm.mysql.Driver").newInstance();
//连接数据库
sqlConn=java.sql.DriverManager.getConnection("jdbc:mysql://localhost/pinghui","test","");
//创建语句对象
sqlStmt=sqlConn.createStatement (java.sql.ResultSet.TYPE_SCROLL_INSENSITIVE,java.sql.ResultSet.CONCUR_READ_ONLY);
//执行Sql语句
此处调用了一个对留言进行处理的类,是留言能被Mysql承认,
FormatComment FC= new FormatComment();
oicq=FC.formatint(oicq);
icq=FC.formatint(icq);
post=FC.formatint(post);
númerotel=FC.formatint(númerotel);
nome de usuário = FC.toSql (nome de usuário);
comentário=FC.toSql(comentário);
MyQuery = "inserir no comentário (nome de usuário, sexo, endereço, ip, postagem, oicq, icq, número de telefone, comentário, hora, url, e-mail) valores ('"+nome de usuário+"','"+sexo+"','"+ endereço+"','"+ip+"',"+post+","+oicq+","+icq+",'"+telnumber+"','"+comment+"',now(),'"+url+"' ,'"+e-mail+"');";
sqlRst=sqlStmt.executeQuery (MyQuery); //向数据库中加入数据
sqlRst.close();//关闭结果集对象
sqlStmt.close();//关闭语句对象
sqlConn.close(); //关闭数据库连接
out.print (tempo);
%>
<font size="5" face="华文行楷">留言成功,谢谢!</font>
<table border="0" cellpadding="0" cellpacing="0" width="100%">
<corpo>
<tr>
<td width="25%">昵称:<%=nomedeusuário%></td>
<td width="25%">性别:<%=sex%></td>
<td colspan="2" width="50%">地址:<%=address %></td>
</tr>
<tr>
<td width="25%">电话:<%=telnumber%></td>
<td width="25%">邮编:<%=post%></td>
<td width="25%">OICQ:<%=oicq%></td>
<td width="25%">ICQ:<%=icq%></td>
</tr>
<tr>
<td colspan="2" width="50%">E-mail:<a href="mailto:" title="写信给留言者"></a></td>
<td colspan="2" width="50%">网址:<a href target="_blank"></a></td>
</tr>
<tr>
<td colspan="4"><font style="COLOR: green; LINE-HEIGHT: 150%">留言:</font><%=comment%><font style="COR: green; LINE-HEIGHT: 150%"><br>
-</font><%=time %><font style="COLOR: green; LINE-HEIGHT: 150%">(来自</font><%=ip %><font style="COR: verde; ALTURA DA LINHA: 150%">)</font></td>
</tr>
</tbody>
</tabela>
<hr color="#0080c0" noshade size="1" width="100%">
<%
} catch (SQLException e) //写数据库失败
{ out.print ("<font color=red>留言失败</font>");
imprimir (MyQuery);
out.print (ID do usuário);
}
outro
{
out.print ("<font color=red>总共有"+testcomment.ErrorCount+"条错误数据,请修改!</font>");
%>
<linguagem script="JavaScript">
<!--
função test_comments(oFormulário)
{
if (theForm.name.value == "")
{ alert("姓名不能为空!:-)");
theForm.nome.focus();
retornar (falso);
}
if (oFormulário.nome.valor.comprimento > 12)
{ alert("姓名太长,不能多于12个字符(既六个汉字)!");
theForm.nome.focus();
retornar (falso);
}
if (theForm.address.value.length > 40)
{ alert("地址太长,不能多于40个字符(20个汉字)!");
theForm.nome.focus();
retornar (falso);
}
if (theForm.comment.value == "")
{ alert("抱歉,留言不能为空!你必须输入留言");
theForm.comment.focus();
retornar (falso);
}
if (theForm.comment.value.length > 1000)
{ alert("抱歉,你的留言太长,最多为1000个字符!");
theForm.comment.focus();
retornar (falso);
}
retornar (verdadeiro);
} -->
<tabela>
<tr>
<td>
<table cellpacing="0" cellpadding="0">
<tr>
<td><!--表单开始-->
<form action="addmysql.jsp" método="POST" name="all_comments" onsubmit="javascript:return (test_comments(this))">
<table border="0" width="100%" cellpacing="0" cellpadding="0">
<tr>
<td width="60%">昵 称:<input name="name" size="20" value="<%if (username != null) out.print (username);%>">< %=testcomment.Comment_Er("nome de usuário")%></td>
<td nowrap width="40%">性 别:<select name="sex" size="1">
<opção selecionada valor="男" <%if(sex=="男") out.print ("select"); %>>男</option>
<option value="女" <%if(sex=="女") out.print ("selecionar"); %>>女</option>
<option value="保密" <%if(sex=="保密") out.print ("select"); %>>保密</option>
</select><%=testcomment.Comment_Er("sexo")%></td>
</tr>
<tr>
<td colspan="2">地 址:<input name="address" size="40" value="<%if (address!=null) out.print(address);%>"><% =testcomment.Comment_Er("endereço")%></td>
</tr>
<tr>
<td>电 话:<input name="telphone" size="15" value="<%if(telnumber!=null)out.print(telnumber);%>"><%=testcomment.Comment_Er( "tel")%></td>
<td>邮 编:<input name="postal" size="6" value="<%if(post!=null) out.print(post);%>"><%=testcomment.Comment_Er( "postal")%></td>
</tr>
<tr>
<td> OICQ:<input name="oicq" size="10" value="<%if(oicq!=null) out.print (oicq);%>"><%=testcomment.Comment_Er(" oicq")%></td>
<td> ICQ :<input name="icq" size="15" value="<%if(icq!=null)out.print(icq);%>"><%=testcomment.Comment_Er( "icq")%></td>
</tr>
<tr>
<td colspan="2">E-mail:<input name="email" size="25" value="<%if(email!=null) out.print(email);%>"><%//= testcomment.Comment_Er("")%></td>
</tr>
<tr>
<td colspan="2">网 址:<input name="url" size="40" value="<%if(url!=null)out.print(url);%>"><% //=testcomment.Comment_Er("")%></td>
</tr>
<tr>
<td colspan="2"><textarea cols="80" name="comment" rows="10" wrap="physical"><%if (comment!=null)out.print (comment);%>< /área de texto>
<tr>
<td align="right"><input name="put_submit" type="submit" value="确定" ?></td>
<td align="left"><input name="r" type="reset" value="重置"></td>
</tr>
</tabela>
</form>
<!--提交表单结束-->
</td>
<td><%=testcomment.Comment_Er("comment")%>请注意:你所输入的内容中,昵称和留言为必须输入的项目!<br>
不支持html标志</td>
</tr>
</tabela>
</td>
</tr>
</tabela>
<%
}
%>
</body>