Skip to content

Commit

Permalink
修复已知bug,添加维护日志文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepcity committed Aug 17, 2024
1 parent cc33094 commit 4f17b99
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Update.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if not defined FNM_AUTORUN_GUARD (
set "FNM_AUTORUN_GUARD=AutorunGuard"
FOR /f "tokens=*" %%z IN ('fnm env --use-on-cd') DO CALL %%z
)
hexo g && hexo d && git add . && git commit -m "修复日历问题" && git push origin main
hexo g && hexo d && git add . && git commit -m "修复已知bug,添加维护日志文件" && git push origin main
2 changes: 1 addition & 1 deletion db.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 维护日志
编写本文档的目的在于记录对服务器在配置方面的更改,以便于维护服务器

## 永久链接
1. 24-8-17 正式改为::year/:title/article.html样式,如务必要,请勿更改,
2. 修改须知
1. 站内链接采用该链接方式,请修改对应文章的站内链接
16 changes: 8 additions & 8 deletions source/_posts/special_subject/MindSpore/MindSpore学习目录.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ categories:

## 初级教程

[前置数学](../Chapters/Concept/index.html)
[前置数学](../Chapters/Concept/article.html)

<!--more-->

[第一章 Ubuntu以及Windows安装MindSpore](../Chapters/First_Install/index.html)
[第一章 Ubuntu以及Windows安装MindSpore](../Chapters/First_Install/article.html)

[第二章 尝试使用MindSpore](../Chapters/Second_TryMindSpore/index.html)
[第二章 尝试使用MindSpore](../Chapters/Second_TryMindSpore/article.html)

[第三章 张量](../Chapters/Third_Tensor/index.html)
[第三章 张量](../Chapters/Third_Tensor/article.html)

[第四章 数据集](../Chapters/Fourth_DataSet/index.html)
[第四章 数据集](../Chapters/Fourth_DataSet/article.html)

[第五章 网格构建](../Chapters/Fivth_ConstructNetwork/index.html)
[第五章 网格构建](../Chapters/Fivth_ConstructNetwork/article.html)

[第六章 函数式自动微分](../Chapters/Sixth_FunctionAutoDifferentalCalc/index.html)
[第六章 函数式自动微分](../Chapters/Sixth_FunctionAutoDifferentalCalc/article.html)

[第七章 模型训练](../Chapters/Seven_ModelTrain/index.html)
[第七章 模型训练](../Chapters/Seven_ModelTrain/article.html)

0 comments on commit 4f17b99

Please sign in to comment.