摘要: 1. 安装文件: https://pypi.python.org/pypi/setuptools 直接下载然后拷贝到python目录下同下面步骤 2. 运行 ez_setup辅助模块 3. 下载 redis库 4. 建立redis连接 阅读全文
posted @ 2016-12-02 12:49 梦见舟 阅读(1035) 评论(0) 推荐(0) 编辑
摘要: 本文出自:https://github.com/alibaba/fastjson/wiki/Samples-DataBind 阅读全文
posted @ 2016-12-02 10:22 梦见舟 阅读(81) 评论(0) 推荐(0) 编辑
摘要: Redis可以存储以下5种数据类型 1. String 字符串 整数 浮点 2. List 一个链表 3. Set 无序收集器 4. Hash 无序散列表 5. Zset 有序集合 阅读全文
posted @ 2016-12-02 10:03 梦见舟 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 官方学习文档 https://docs.python.org/3/tutorial/ 阅读全文
posted @ 2016-12-02 09:41 梦见舟 阅读(87) 评论(0) 推荐(0) 编辑