- 博客(4)
- 收藏
- 关注
原创 关于commons-configuration的 PropertiesConfiguration读配置文件时的默认分隔符
commons-configuration的版本是1.6 上次为了方便将程序中配置文件的读程序从java.util.Properties改为commons-configuration的PropertiesConfiguration,测试也没啥问题,结果在实际使用的时候出现问题 配置项:broker.list = localhost:9092,localhost:9093 使用Properti
2015-12-11 19:58:31
893
原创 JRedis的get错误
Redis的版本2.4.17 jRedis版本alpha.0 用set进行赋值 jredis.set("name", "test"); value = jredis.get("name"); get时,报了一个Error response for GET => ERR unknown command "test" redis数据库monitor显示执行命令是
2015-01-30 00:56:16
496
原创 mybatis3---Illegal overloaded getter method with ambiguous type
严重: Servlet.service() for servlet [spring] in context with path [/coms] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is o
2015-01-24 21:29:21
5702
原创 cygwin下memched安装
memcached版本1.4.22 libevent版本 2.0.22 memcached的安装需要先安装libevent 安装步骤都一样 $./configure $make $make install 默认安装路径是/usr/local,可以在configure的时候使用--prefix=path来改变安装路径 第一个碰到问题是make命令不存在,原来是cygwin默认安装
2015-01-24 21:21:13
520
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人