| date | 2022-09-09 20:03:56 +0800 | ||
|---|---|---|---|
| author | Rustle Karl | ||
| title | Redis 学习笔记 | ||
| description | 纸上得来终觉浅,学到过知识点分分钟忘得一干二净,今后无论学什么,都做好笔记吧。 | ||
| url | posts/redis/README | ||
| tags |
|
||
| categories |
|
||
| index | true | ||
| toc | true | ||
| draft | false |
纸上得来终觉浅,学到过知识点分分钟忘得一干二净,今后无论学什么,都做好笔记吧。
包括入门基础教程、标准库/第三方库详解、源码分析、数据结构与算法、面试题解析等。
-
assets: 存储图片及模板文件assets/templates: 笔记模板
-
algorithm: 数据结构与算法 -
docs: 基础教程,成体系的,或者分类的文章笔记 -
examples: 实现单个简单功能的项目示例合集 -
interview: 面试题 -
libraries: 常用库详解笔记 -
quickstart: 基础用法、简介 -
tools: 常用工具笔记 -
src: 与以上目录一一对应的源码存储目录
安装模板生成工具 Toolkit-Py:
pip install -U toolkit-py -i https://pypi.douban.com/simple然后根据 assets/templates 目录下的模板创建笔记:
project notes article --article-path path/to/file