Unable to compile class for JSP - Java / Web ¿ª·¢
<%@page language="java" contentType="text/html;charset=gb2312" import="java.sql.*"%>
<jsp:useBean id="db" class="wang.connectDB"/>
<%
String name=request.getParameter("username");
String psw=request.getParameter("password");
if(name==null||psw==null||name.equals("")||psw.equals(""))
{
session.setAttribute("error","1");
response.sendRedirect("error.jsp");
}
else
{
try
{
String sql="select * from userlogin where user_name='"+name+"' and user_psw='"+psw+"'";
ResultSet rs=db.executeQuery(sql);
if(rs.next())
{
String priority=rs.getString("user_priority");
Session.setAttribute("username",name);
Session.setAttribute("userpsw",psw);
Session.setAttribute("userid",rs.getString("user_id"));
Session.setAttribute("userpriority",priority);
response.sendRedirect("list.jsp");
}
else
{
Session.setAttribute("error&q
Ïà¹ØÎÊ´ð£º
<%@ page contentType = "text/html;charset =gb2312"%>
<%!
public String codeToString(String str)
{
String s =str;
&nbs ......
ÔÚjspÀïÃ棬Óøöselect¼ÈÄÜÊäÈë×Ô¶¯Æ¥ÅäÓÖÄÜÏÂÀÑ¡ÔñµÄ£¬ÔõôʵÏÖ£¿
²»»á¡£¡£¡£¡£¡£¡£°ï¶¥ ѧϰ¡£¡£
×Ô¶¯Æ¥ÅäʲôÒâ˼£¿¾ßÌåµã
¾ÍÊÇÄãÊäÈëÄÚÈݺ󣬺ÍÄãÄÚÈÝÏàͬѡÏîµÄ¶¼ÁгöÀ´
ÄãselectÊÇÏÂÀ¿ò¡£¡£ ......
ÎҵĿª·¢µÄƽ̨ÊÇMyeclipes6.0 + tomcat5.x + mysql
ÎÒËùÓеıàÂ뷽ʽ¶¼ÊÇÓõÄUTF-8
ÎÒÖ»ÓÃÁËStrtus¿ò¼Ü
ÔÚÒ»¸öformÖÐÈçÏÂÓõÄÊÇpostµÄÌá½»·½Ê½£º
<form class="form" action=&quo ......
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jas ......
[color=#FF9900]ÎÒÏëÓÃÒ»¸öjspÒ³Ã涯̬µØÏÔʾһЩÊý¾Ý£¬ÕâЩÊý¾ÝÔÚjspÒ³ÃæÉÏÒÔÇúÏߵķ½Ê½ÏÔʾ£¬ÒòΪÕâЩÊý¾ÝÊÇʵʱµÄ·¢Ë͹ýÀ´µÄ£¬ËùÒÔÎÒÏëÇúÏßÒ²ÊÇʵʱµÄ½øÐб仯(ÀàËƹÉƱ²é¿´µÄÄÇÖÖÇúÏß)£¬¶ø²»Êǵã»÷¡®Ë¢Ð¡¯£¬¸÷Î ......