Skip to content

Commit

Permalink
rename Article to Note
Browse files Browse the repository at this point in the history
  • Loading branch information
AIboy996 committed Nov 7, 2023
1 parent 183f06f commit e725dc0
Show file tree
Hide file tree
Showing 113 changed files with 87 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/About/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tags:
!!! info "2023.7 更新"
页面托管和DNS解析都换成了CloudFare家的产品,原因是在大陆的网络环境中它们更快。

详细的建站教程参见文章[用mkdocs搭建个人网站](/Article/mkdocs/practice/)
详细的建站教程参见文章[用mkdocs搭建个人网站](/Note/mkdocs/practice/)

## 我是谁?
### ID
Expand Down
7 changes: 4 additions & 3 deletions docs/About/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ hide:
## 本站的几个板块

- [**About**](/About):当前板块,提供网站基本信息。
- [**Article**](/Article):“文章”板块,放一些杂七杂八的教程、笔记。
- [**Blog**](/Blog):博客板块,放一些记录日常的博客
- [**Python**](/Python):Python板块,放一些笔记,包含基础、高级语法知识和各种库的使用。
- [**Note**](/Note):笔记板块,放一些杂七杂八(主要是计算机技术)的教程、笔记。
- [**Blog**](/Blog):博客板块,记录日常的博客
- [**Python**](/Python):Python板块,包含基础、高级语法知识和各种库的使用。
- [**Project**](/Project):项目板块,本人的一些开源项目。
- [**Statistics**](/Statistics):统计学相关。
- [**SomeMath**](/SomeMath):数学相关。
- [**PlayGround**](/Playground):用来调试mkdocs-material提供的markdown的扩展语法
- [**Tags**](/Tags/):👇

## 本站的一些功能
### 分类标签
本站所有的文章都会加上一个简明的分类标签,你可以在[**Tags**](/Tags)板块按照分类标签查看文章。
Expand Down
13 changes: 13 additions & 0 deletions docs/Blog/2023/xy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
tags:
- blog
- 恋爱日记
hide:
- math
---

# 铁树开花

在和煦的午后,买上一束花,和你并肩走在校园,为你唱一首告白气球。

我恋爱了。
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/Article/Git/git.md → docs/Note/Git/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ graph LR
repo((repository))
work--add--->stage--commit--->repo
stage--restore--->work
repo--reset--->stage
end
subgraph remote
remoterepo[(repository)]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
34 changes: 34 additions & 0 deletions docs/Note/Shell/man.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
tags:
- Shell
hide:
- math
---

# man

<div class="console">

```console
$ man
What manual page do you want?

$ man man
MAN(1) General Commands Manual MAN(1)

NAME
man, apropos, whatis – display online manual documentation pages

SYNOPSIS
man [-adho] [-t | -w] [-M manpath] [-P pager] [-S mansect]
[-m arch[:machine]] [-p [eprtv]] [mansect] page ...

man -f [-d] [-M manpath] [-P pager] [-S mansect] keyword ...
whatis [-d] [-s mansect] keyword ...

man -k [-d] [-M manpath] [-P pager] [-S mansect] keyword ...
apropos [-d] [-s mansect] keyword ...
...
```

</div>
2 changes: 1 addition & 1 deletion docs/Article/index.md → docs/Note/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ hide:
- math
---

# 文章📰
# 笔记📰

!!! quote "鲁迅《狂人日记》"
他们会吃人,就未必不会吃我。
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tags:
# 理论

!!! info "注意"
如果要学怎么搭建网站,推荐看下一篇文章[《实践》](/Article/mkdocs/practice/),这里写的内容比较杂乱,仅供我个人备忘。
如果要学怎么搭建网站,推荐看下一篇文章[《实践》](/Note/mkdocs/practice/),这里写的内容比较杂乱,仅供我个人备忘。
## 流程

1. 先用markdown格式来撰写文章。
Expand Down
File renamed without changes.
9 changes: 7 additions & 2 deletions docs/SomeMath/real/rational_numbers_countable.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ $$
> 这么定义的合理性在于算数基本定理:$m,n$可以质因数分解,并且分解唯一。
例如:

$$
f(3.2) = f(\frac{16}{5})=f(\frac{2^4}{5})=2^{2*4}\times 5^{2*1-1}=2^8\times 5=1280
$$
Expand Down Expand Up @@ -101,9 +102,13 @@ $$
其中$q_{1,i}, p_{1,j}$互不相等,$q_{2,i}, p_{2,j}$互不相等。

假设$f(x_1)=f(x_2)$,那么根据自然数质因数分解(**按照指数的奇偶分开,按照底数从小到大排列**)的唯一性
$$q_{1,i}=q_{2,i},\quad r_{1,i}=r_{2,i}\quad \forall i$$
$$
q_{1,i}=q_{2,i},\quad r_{1,i}=r_{2,i}\quad \forall i
$$
并且
$$p_{1,j}=p_{2,j},\quad s_{1,j}=s_{2,j}\quad \forall j$$
$$
p_{1,j}=p_{2,j},\quad s_{1,j}=s_{2,j}\quad \forall j
$$
于是$x_1=x_2$,与条件矛盾。

所以假设不成立,$f(x_1)\ne f(x_2)$
Expand Down
47 changes: 25 additions & 22 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,38 @@ nav:
- 正式的简历: About/resume.html
- About/hobby.md
- About/links.md
- Article:
- Article/index.md
- Article/software.md
- Note:
- Note/index.md
- Note/software.md
- Docker:
- Article/Docker/docker_intro.md
- Article/Docker/docker_basic.md
- Article/Docker/docker_senior.md
- Note/Docker/docker_intro.md
- Note/Docker/docker_basic.md
- Note/Docker/docker_senior.md
- Git:
- Article/Git/git.md
- Article/Git/git_server.md
- Note/Git/git.md
- Note/Git/git_server.md
- 墙和梯子:
- Article/GFW/intro.md
- Article/GFW/client.md
- Article/GFW/server.md
- Note/GFW/intro.md
- Note/GFW/client.md
- Note/GFW/server.md
- mkdocs:
- Article/mkdocs/theory.md
- Article/mkdocs/practice.md
- Article/mkdocs/best_practices.md
- Note/mkdocs/theory.md
- Note/mkdocs/practice.md
- Note/mkdocs/best_practices.md
- LaTeX:
- Article/latex/basic_latex.md
- Note/latex/basic_latex.md
- ManimGL:
- Article/manim/hello.md
- Note/manim/hello.md
- Jupyter:
- 介绍: Article/jupyter/jupyter1.md
- 基础使用: Article/jupyter/jupyter2.md
- 远程服务: Article/jupyter/jupyter3.md
- 进阶使用: Article/jupyter/jupyter4.md
- 介绍: Note/jupyter/jupyter1.md
- 基础使用: Note/jupyter/jupyter2.md
- 远程服务: Note/jupyter/jupyter3.md
- 进阶使用: Note/jupyter/jupyter4.md
- SAS:
- SAS的基本操作: Article/SAS/SAS_basic.md
- SAS的统计应用: Article/SAS/SAS_application.md
- SAS的基本操作: Note/SAS/SAS_basic.md
- SAS的统计应用: Note/SAS/SAS_application.md
- Shell:
- Note/Shell/man.md
- Blog:
- Blog/index.md
- 2022:
Expand All @@ -55,6 +57,7 @@ nav:
- Blog/2023/recall_high_school_math.md
- Blog/2023/graduation_pics.md
- Blog/2023/name.md
- Blog/2023/xy.md
- Python:
- Python/index.md
- Python/pre_python.md
Expand Down

0 comments on commit e725dc0

Please sign in to comment.