• 博客(0)
  • 资源 (7)

空空如也

showsite.jsp

&lt;body leftmargin="20" topmargin="5"&gt; <div align="center"><img height="161" width="842" alt="" src="/ly/images/softlogo.jpg"> </div><p></p> <table width="558" height="290" border="2" align="center" bordercolor="#00FF00" bgColor="#8080ff" 531px; height: 213px;"> <tr> <td colspan="3" bgColor="#ffffff"><%=(String)session.getAttribute("loginSessionKey")%><font color="#800080" size="6"><strong>你好!当前留言</strong></font><font size="6">&nbsp;&nbsp;&nbsp; <a href="welcome.jsp">我要留言</a> <a href="logout.jsp">退出</a></font> </td> </tr> <tr> <td><div align="center">留言者</div></td> <td><div align="center">标题</div></td> <td><div align="center">留言时间</div></td> </tr> <tr>

2012-12-04

welcome.jsp

&lt;body leftmargin="20" topmargin="5"&gt; <div align="center"><img height="161" width="842" alt="" src="/ly/images/softlogo.jpg"> </div><p></p> <table width="558" height="290" border="2" align="center" bordercolor="#00FF00" bgColor="#8080ff" 531px; height: 213px;"> <tr> <td colspan="3" bgColor="#ffffff"><%=(String)session.getAttribute("loginSessionKey")%><font color="#800080" size="6"><strong>你好!当前留言</strong></font><font size="6">&nbsp;&nbsp;&nbsp; <a href="welcome.jsp">我要留言</a> <a href="logout.jsp">退出</a></font> </td> </tr> <tr> <td><div align="center">留言者</div></td> <td><div align="center">标题</div></td> <td><div align="center">留言时间</div></td> </tr> <tr>

2012-12-04

index2.jsp

<td><div align="center"><a href="showdetail.jsp?id=%=rs.getString(">"><%=rs.getString("title") %></a><br> </div></td> <td><div align="center"><%=rs.getString("time") %><br> </div></td> </tr> <% if(!rs.next()) break; } %> <tr> <td><a >">上一页</a></td> <td><a >">下一页</a></td> </tr> </table> </div>&lt;/body&gt; &lt;/html&gt;

2012-12-04

index1.jsp

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> &lt;html&gt; &lt;head&gt;

2012-12-04

TestF.java

public void destroy() { this.encoding=null;System.out.println("in destroy"); }

2012-12-04

LoginFilter.java

if(request.getCharacterEncoding()==null) { request.setCharacterEncoding(encoding); System.out.println("in doFilter,encoding="+encoding); chain.doFilter(reques

2012-12-04

myfilter.java

public void init(FilterConfig filterConfig) throws ServletException { encoding=filterConfig.getInitParameter("encoding"); System.out.println("in init,encoding="+encoding); }

2012-12-04

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除