新人项目遇到的问题
Posted zhangsblog12345
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了新人项目遇到的问题相关的知识,希望对你有一定的参考价值。
一: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。
以上是关于新人项目遇到的问题的主要内容,如果未能解决你的问题,请参考以下文章
新人小白,安装pip install pyinstaller遇到问题,求大神帮帮忙!