自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory

spring整合quartz程序运行中出现错误Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory缺少jar包:slf4j-api-1.5.8.jarslf4j-log4j12.jarjava.lang.NoClassDefFoundError: org/apache/log4j/LogMa

2017-11-28 20:40:15 3082

原创 导入了quartz.jar包没有QuartzJobBean,无法继承

导入了quartz.jar包,但没有QuartzJobBean,无法继承QuartzJobBean首先,已确保quartz-1.8.6.jar已经导入(版本任意)然后,始终无法继承QuartzJobBean类,最后发现少了一个jar包  org.springframework.context.support-3.1.0.RELEASE.jar ,加上就好了。

2017-11-28 20:07:21 2066 5

原创 Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires

Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.tomcat启动出错,一直停在Initializing c3p0

2017-11-19 18:16:23 679

原创 web项目忘记勾选自动生成web.xml

右键点击你的web项目名--->Java EE Tools-->Generate Deployment  Descriptor Stub就会生成web.xml了 要想自动生成,只需在创建web项目时,把最后一页的generate web.xml deployment  descriptor 选上

2017-11-01 20:15:50 5575 1

原创 Bean property '***' is not writable or has an invalid setter method.

Bean property '***' is not writable or has an invalid setter method.错误private BookShopDao bookshopDao;applicationContext.xml注意:bookshopDao(必须与类名称完全一致)"  ref="*****">

2017-10-31 18:54:30 624

原创 Mysql数据库不支持InnoDB

我遇到的情况是:1.在mysql中查询show VARIABLES like 'have_innodb'DISABLED:INNODB引擎已存在但未启用。YES: 已启用INNODB。NO :未安装INNODB。我的显示DISABLED,之后找了很多方法,最常见的是在mysql.ini文件中打开注释的skip-innodb再重启服务但我的mysql.ini中

2017-10-30 09:33:01 1232 1

原创 csdn请选择文章类型

csdn请选择文章类型原因:文章标题左侧有一下拉列表,请选择

2017-10-30 09:12:47 751

原创 Spring错误问题java.lang.NoClassDefFoundError: org/springframework/aop/TargetSource

java.lang.NoClassDefFoundError: org/springframework/aop/TargetSource错误未导入spring的 spring-aop-4.1.5.RELEASE.jar包

2017-10-30 09:00:13 1370

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除