01 2015 档案

摘要:Log4J下载官网:http://logging.apache.org/log4j/Log4J 1.2下载地址:http://logging.apache.org/log4j/1.2/download.html使用步骤拷贝Log4J jar包到项目,并加入Build Path创建配置文件log4j.... 阅读全文
posted @ 2015-01-13 17:34 桔子大 阅读(853) 评论(0) 推荐(0)
摘要:Windows命令行启动Redis客户端1. 使用默认IP地址和端口连接Redis数据库(IP地址:127.0.0.1,端口号6379)redis-cli2. 使用指定IP地址和端口连接Redis数据库redis-cli -h 192.168.2.144 -p 6379查询所有键值keys *读写S... 阅读全文
posted @ 2015-01-08 10:31 桔子大 阅读(6664) 评论(0) 推荐(0)
摘要:# Redis configuration file example# Note on units: when memory size is needed, it is possible to specify# it in the usual form of 1k 5GB 4M and so for... 阅读全文
posted @ 2015-01-07 17:23 桔子大 阅读(667) 评论(0) 推荐(0)
摘要:Redis简介 Redis是一个开源的使用ANSIC语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。 Redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list... 阅读全文
posted @ 2015-01-07 16:23 桔子大 阅读(735) 评论(0) 推荐(0)

/*火箭返回顶层*/