标签:sso drive tomcat7 direction 数据 uid pat sed ati
一:mysql服务无法启动
方案:修改 my-default的basedir和datadir;
mysqld -install mysqld -initialize mysql -u root -p
二:忘记密码,修改时报错
方案:将passowrd改为authentication_String
三:添加DBdriver时报错,说是url报错
方案:将默认的改为com.mysql.jdbc.Driver
四:jsp中调用class.forName("com.mysql.jdbc.Driver")部署到tomcat时出错
方案:将mysql-connect的jar包添加到web-inf下的lib中
五:表单调用<%%>中的变量
方案:<%=变量名%>
六:<%%>跳转页面
方案:
response.sendRedirection("指定页面");
七:跳转到其他页面但需要传递值时
方案:将数据添加到session中
八:在家里电脑打开项目时,jsp中报错
The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
方案:buidpath->add library->server runtime->tomcat7
并且在order and export勾选tomcat7。
标签:sso drive tomcat7 direction 数据 uid pat sed ati
原文地址:https://www.cnblogs.com/zhangsblog12345/p/11161267.html