码迷,mamicode.com
首页 > 其他好文 > 详细

3.4新闻系统错误+图书信息错误

时间:2018-03-04 22:55:15      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:永久   servlet   jdbc   except   can   erro   log   char   mys   

问题                                                                                     具体原因

1.Exception loading sessions from persistent storage         从永久存储加载会话时出现异常

2.com.jbit.entity.book cannot be cast to java.util.ArrayList     用List 不要用ArrayList

3.The method getCharacterEncoding() in the type ServletRequest is not applicable for the arguments   (String)       处理乱码的代码 request.setCharacterEncoding("utf-8");     set→写成了get

4.从jsp向数据库中传入一行数据时,结果都为空       用错了参数

5.Unrecognized Windows Sockets error:         无法识别的windows套接字错误:

6.No suitable driver found for jdbc:mysql://localhost:3306/mysql        mysql-connector-java-5.1.45-bin.jar忘导了                 

3.4新闻系统错误+图书信息错误

标签:永久   servlet   jdbc   except   can   erro   log   char   mys   

原文地址:https://www.cnblogs.com/lxt0520/p/8506422.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!