---
title: 学习笔记
---

::::{grid}
:reverse:
:gutter: 2 1 1 1
:margin: 4 4 1 1

:::{grid-item}
:columns: 4

```{image} ./_static/logo-square.svg
:width: 150px
```
:::

:::{grid-item}
:columns: 8
:class: sd-fs-3

记录随笔、学习笔记、编程经验  
:::

::::

:::{note}  
笔记仓库地址 [github](https://github.com/Abner1995/snotes)  
笔记文档 [readthedocs](https://snotes.readthedocs.io/zh-cn/latest/index.html)  
:::  

:::{seealso}  
sphinx参看编写文档 [sphinx-book-theme](https://sphinx-book-theme.readthedocs.io/en/stable/index.html).  
Markdown参看编写文档 [Markdown](https://github.com/MicrosoftDocs/Advertising-docs/tree/main).  
:::

# 目录

```{toctree}
:maxdepth: 2
:caption: dotnet

dotnet/index
```

```{toctree}
:maxdepth: 2
:caption: docker

docker/index
```

```{toctree}
:maxdepth: 2
:caption: fund

fund/index
```  

```{toctree}
:maxdepth: 2
:caption: stock

stock/index
```  

```{toctree}
:maxdepth: 2
:caption: Git

git/index
```

```{toctree}
:maxdepth: 2
:caption: Linux

Linux/commands/index
```

```{toctree}
:maxdepth: 2
:caption: MySQL

MySQL/index
```

```{toctree}
:maxdepth: 2
:caption: python

python/index
```

```{toctree}
:maxdepth: 2
:caption: PHP

PHP/index
```

```{toctree}
:maxdepth: 2
:caption: redis

redis/index
```