首页 > 其他 > 详细

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

时间:2018-03-04 22:43:30      阅读:200      评论:0      收藏:0      [点我收藏+]

问题                                                                                     具体原因

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新闻系统错误+图书信息错误

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!