随笔 - 234  文章 - 340  评论 - 21  阅读 - 129万
05 2014 档案
关于Failed to convert property value of type [org.quartz.impl.StdScheduler] to required type [org.springframework.scheduling.quartz.SchedulerFactoryBean
摘要:在一个业务类有下列属性private SchedulerFactoryBeanscheduler; public SchedulerFactory BeangetScheduler() { return scheduler; } public void setS... 阅读全文
posted @ 2014-05-26 19:53 babyblue 阅读(859) 评论(0) 推荐(0) 编辑
hbase服务器使用总结:
该文被密码保护。
posted @ 2014-05-15 16:45 babyblue 阅读(5) 评论(0) 推荐(0) 编辑
转载:redis备份策略
摘要:Redis提供了两种持久化选项,分别是RDB和AOF。默认情况下60秒刷新到disk一次[save 60 10000 当有1w条keys数据被改变时],Redis的数据集保存在叫dump.rdb一个二进制文件,这种策略被称为快照。也可以手动调用Save或BGSAVE命令的:1/usr/local/b... 阅读全文
posted @ 2014-05-14 18:50 babyblue 阅读(562) 评论(0) 推荐(0) 编辑
maven 项目编译时候提示:Error building POM (may not be this project's POM).
摘要:编译时候提示Error building POM (may not be this project's POM)的错误,具体信息如下: [0] 'dependencies.dependency.version' is missing for mysql:mysql-connector... 阅读全文
posted @ 2014-05-13 14:26 babyblue 阅读(4589) 评论(0) 推荐(0) 编辑
linux hosts一个诡异问题
摘要:最近部署环境时遇到一个古怪问题. 背景环境: tomcat服务器 : 192.168.13.78 简称t 依赖服务器 : 192.168.12.159 简称s 二者关系 :t服务器的tomcat应用启动的时候需要调用s服务器的2181端口 问题现象: connect ... 阅读全文
posted @ 2014-05-08 20:09 babyblue 阅读(441) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示