摘要: # Redis 配置文件# 当配置中需要配置内存大小时,可以使用 1k, 5GB, 4M 等类似的格式,其转换方式如下(不区分大小写)## 1k => 1000 bytes# 1kb => 1024 bytes# 1m => 1000000 bytes# 1mb => 1024*1024 bytes... 阅读全文
posted @ 2014-12-19 16:43 klj123wan 阅读(272) 评论(0) 推荐(0)
摘要: 新版本的pdo会有这个问题:General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternati... 阅读全文
posted @ 2014-12-19 12:07 klj123wan 阅读(606) 评论(0) 推荐(0)