Flask(六)—— 自定义session
摘要:```python import uuid import json from flask.sessions import SessionInterface from flask.sessions import SessionMixin from itsdangerous import Signer, BadSignature, want_bytes ...
阅读全文
posted @
2019-03-10 20:53
凉城旧巷
阅读(264)
推荐(0) 编辑
数据库(四)—— Redis数据库
摘要:redis [TOC] 一、redis的安装部署 参考:https://www.cnblogs.com/linagcheng/p/10235094.html redis%E6%BA%90%E7%A0%81%E5%8C%85%E5%AE%89%E8%A3%85 二、redis配置文件 1、基本配置 3
阅读全文
posted @
2019-03-03 14:33
凉城旧巷
阅读(182)
推荐(0) 编辑