一只小喵22
一只小喵22
全部文章
bug解决方案
C++(1)
c3p0(1)
css(1)
git(2)
hibernate(6)
html(3)
J2EE(23)
Java(3)
javaee(3)
javascript(5)
JavaSE(18)
javaweb(9)
jdbc(1)
jquery(6)
json(1)
maven(1)
mongoldb(1)
mysql(4)
python(3)
python爬虫(3)
spring(4)
springmvc(4)
Struts2(2)
tomcat(1)
大数据(1)
数据结构与算法(3)
未归档(4)
机器学习(9)
测试(1)
爬虫(1)
结巴分词(7)
自然语言处理(16)
解决方案(3)
论文(1)
连接池(2)
问答系统(1)
归档
标签
去牛客网
登录
/
注册
一只小喵22的博客
西兰这个名字竟然被人用了。。。。
全部文章
/ bug解决方案
(共8篇)
using the Connector/J connection property 'autoReconnect=true' to avoid this problem
问题描述: com.mysql.jdbc.CommunicationsException: The last packet successfully received from the server was58129 seconds ago.The last packet sent success...
2018-03-03
0
1487
Unsupported major.minor version 51.0 (unable to load class
2018-3-1 9:58:22 org.apache.catalina.core.ApplicationContext log 信息: ContextListener: contextInitialized() 2018-3-1 9:58:22 org.apache.catalina.core...
2018-03-01
0
381
eclipse部署项目后,在tomcat中的webapps文件夹下没有项目文件
一、发现问题 在eclipse中新建Dynamic Web Project,配置好本地的tomcat并写好代码后选择Run on Server,但运行后发现在tomcat的安装目录下的webapps并没有出现所建立的工程名字。 二、验证 很明显项目并没有自动部署到Tomcat的Webapps中...
2018-02-26
0
453
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'id' in 'cla
HTTP Status 500 - Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.refl...
2018-02-01
0
751
org.hibernate.LazyInitializationException: failed to lazily initialize
最近在用ssh框架开发时出现这个问题:org.hibernate.LazyInitializationException: failed to lazily initialize 原因很简单,是在非法的session中去调用lazy=“true“的属性, 网上资料蛮多的,解决方法有两个 1,把...
2017-07-25
0
439
整合SSH java.lang.ClassCastException: xxx_$$_javassist_0 cannot be cast to javassist.util.proxy.Proxy
问题描述: Maven 整合 SSH 时,出现如下错误: java.lang.ClassCastException: com.markliu.sshintegration.entities.Department_$$_javassist_0 cannot be cast to javassis...
2017-07-24
0
539
JSTL版本错误的解决-"This absolute uri (http://java.sun.com/jsp/jstl/core)
在将web项目导入到myeclipse中后部署项目启动tomcat后出现这个问题:”org.apache.jasper.JasperException: This absolute uri (http://java.sun.com/jsp/jstl/core ) cannot be resolved...
2017-05-04
0
623
javax.servlet.jsp.PageContext cannot be resolved to a type问题如何解决???
javax.servlet.jsp.PageContext cannot be resolved to a type问题如何解决??? 解决方法: 到tomcat\lib目录下找到jsp-api.jar把它加载到你的 window–preference—java—–Build Path下就可以...
2016-12-01
0
482