代码改变世界

随笔档案-2013年11月

python使用set来去重碰到TypeError: unhashable type

2013-11-16 01:18 by 会被淹死的鱼, 29683 阅读, 收藏, 编辑
摘要: 新版:Python 的 unhashable type 错误分析及解决 python使用set来去重是一种常用的方法. 一般使用方法如下: 某些情况会碰到类似这样的错误: TypeError: unhashable type: 'list' list是可变类型, 无法进行hash, tuple就可以 阅读全文

Redis 资料整理

2013-11-16 00:26 by 会被淹死的鱼, 793 阅读, 收藏, 编辑
摘要: Redis is an open source, BSD licensed, advanced key-value store.Redis is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.More Accurate DescriptionAn in-memory persistent key-value storeMore than a key-value store5 different data struct 阅读全文