Test Article
First
Second
Third
Fourth
Fifth
Sixth
1 |
|
diff --git a/2023/10/26/Test-Article/index.html b/2023/10/26/Test-Article/index.html index 45346850..0700546d 100644 --- a/2023/10/26/Test-Article/index.html +++ b/2023/10/26/Test-Article/index.html @@ -1,5 +1,5 @@ -
1 |
|
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
+Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1 | $ hexo new "My New Post" |
More info: Writing
1 | $ hexo server |
1 | $ hexo deploy |
More info: Deployment
-有了这个结论就可以愉快的刷多倍经验了。
1 | inline void Euler(i64 n) |
将 Github 运用到底!
+再来个奇妙小仓库还是太麻烦了,我们使用分支功能。
+在第一用户端的博客根目录下 Git Bash 新建一个仓库。
+1 | git init |
然后确保你的 .gitignore
文件里屏蔽了以下目录和文件的提交。
1 | /.deploy_git |
添加该仓库到远程仓库列表:
+1 | git remote add origin [your github repository] |
一路提交更改到 hexo
分支。
1 | git add . # 将变更添加到 git 暂存区 |
你的 Github 仓库里面就会出现这个分支。
+![[/img/20231104/your-github-displays.png]]
+如果这是一台全新的设备, 请先安装 Git, Node.js 并更新 npm。
+打开你需要同步该文件的目录并启动终端。
+使用 Git 同步:
+1 | git clone -b hexo [your github repository] |
安装 hexo 依赖:
+1 | npm install hexo-cli -g |
已经同步完毕。使用 hexo g / hexo s
进行测试。
更新博客前请先 pull 进行同步。
+1 | git pull origin hexo |
更新结束后提交修改。
+1 | git add . |
你可以直接使用 bat 来做到一键完成这些功能。
+这样我们就可以在不同的设备上写 hexo 博客了。
+在随便哪一台电脑上写博客?- Hexo 多端同步
https://yttriumwillow.github.io/2023/11/04/在随便哪一台电脑上写博客?-Hexo-多端同步/
Manacher 算法于 1975 年发明,用其发明者的名字命名。
+将 Github 运用到底!
+再来个奇妙小仓库还是太麻烦了,我们使用分支功能。
+在第一用户端的博客根目录下 Git Bash 新建一个仓库。
+1 | git init |
然后确保你的 .gitignore
文件里屏蔽了以下目录和文件的提交。
1 | /.deploy_git |
添加该仓库到远程仓库列表:
+1 | git remote add origin [your github repository] |
一路提交更改到 hexo
分支。
1 | git add . # 将变更添加到 git 暂存区 |
你的 Github 仓库里面就会出现这个分支。
+![[/img/20231104/your-github-displays.png]]
+如果这是一台全新的设备, 请先安装 Git, Node.js 并更新 npm。
+打开你需要同步该文件的目录并启动终端。
+使用 Git 同步:
+1 | git clone -b hexo [your github repository] |
安装 hexo 依赖:
+1 | npm install hexo-cli -g |
已经同步完毕。使用 hexo g / hexo s
进行测试。
更新博客前请先 pull 进行同步。
+1 | git pull origin hexo |
更新结束后提交修改。
+1 | git add . |
你可以直接使用 bat 来做到一键完成这些功能。
+这样我们就可以在不同的设备上写 hexo 博客了。
+Manacher 算法于 1975 年发明,用其发明者的名字命名。
Manacher 是一个线性解决回文子串问题的算法。
Manacher 算法适用于处理字符串的所有回文子串,而并非只适用于通常意义上的最长回文子串,具体见下文解释。
考虑如何描述一个字符串里的回文子串。
@@ -84,7 +109,7 @@去 OEIS 上校验结果,正确。
-去 OEIS 上校验结果,正确。
-将 Github 运用到底!
+再来个奇妙小仓库还是太麻烦了,我们使用分支功能。
+在第一用户端的博客根目录下 Git Bash 新建一个仓库。
+1 | git init |
然后确保你的 .gitignore
文件里屏蔽了以下目录和文件的提交。
1 | /.deploy_git |
添加该仓库到远程仓库列表:
+1 | git remote add origin [your github repository] |
一路提交更改到 hexo
分支。
1 | git add . # 将变更添加到 git 暂存区 |
你的 Github 仓库里面就会出现这个分支。
+![[/img/20231104/your-github-displays.png]]
+如果这是一台全新的设备, 请先安装 Git, Node.js 并更新 npm。
+打开你需要同步该文件的目录并启动终端。
+使用 Git 同步:
+1 | git clone -b hexo [your github repository] |
安装 hexo 依赖:
+1 | npm install hexo-cli -g |
已经同步完毕。使用 hexo g / hexo s
进行测试。
更新博客前请先 pull 进行同步。
+1 | git pull origin hexo |
更新结束后提交修改。
+1 | git add . |
你可以直接使用 bat 来做到一键完成这些功能。
+这样我们就可以在不同的设备上写 hexo 博客了。
+