From e07b1ce9643443fd13846b75277b126010ecd5b6 Mon Sep 17 00:00:00 2001
From: "sganyunchi@163.com" <78394473+gi-b716@users.noreply.github.com>
Date: Wed, 24 Jul 2024 20:56:47 +0800
Subject: [PATCH] Site updated: 2024-07-24 20:56:47
---
.../index.html" | 34 +-
.../index.html" | 105 ++++--
archives/2024/07/index.html | 12 +-
archives/2024/index.html | 12 +-
archives/index.html | 12 +-
categories/OI/index.html | 341 ++++++++++++++++++
categories/index.html | 42 +++
index.html | 47 ++-
local-search.xml | 24 +-
9 files changed, 537 insertions(+), 92 deletions(-)
rename 2024/07/21/hello-world/index.html => "2024/07/24/\346\250\241\346\213\237\350\265\233\350\256\260\345\275\225/index.html" (84%)
create mode 100644 categories/OI/index.html
diff --git "a/2024/07/22/\346\265\205\350\260\210\345\246\202\344\275\225\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html" "b/2024/07/22/\346\265\205\350\260\210\345\246\202\344\275\225\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html"
index 2b7b167..6c413fd 100644
--- "a/2024/07/22/\346\265\205\350\260\210\345\246\202\344\275\225\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html"
+++ "b/2024/07/22/\346\265\205\350\260\210\345\246\202\344\275\225\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html"
@@ -24,7 +24,7 @@
-
+
@@ -221,7 +221,7 @@
- 392 字
+ 393 字
@@ -282,18 +282,18 @@
-
前言 由于老博客年久失修且文件杂乱不易于维护,笔者意将老博客存档并部署了新博客,开一个文章与大家分享部署过程。
-
部署Hexo博客 1. 环境准备 安装 node.js ,并装载 hexo-cli
包。
+
前言 由于老博客年久失修且文件杂乱不易于维护,笔者意将老博客存档并部署了新博客,开一个文章与大家分享部署过程。
+
部署Hexo博客 1. 环境准备 安装 node.js ,并装载 hexo-cli
包。
建立 Github 仓库 username.github.io
。
-
2. 初始化项目 在任意目录下执行:
+
2. 初始化项目 在任意目录下执行:
若要检查是否成功初始化,可尝试运行:
1 2 3 cd hexo-blog hexo g hexo server
-
3. 更改主题(可选) NexT 主题 笔者未使用 NexT 主题,故下方内容为网上信息整合而成。
+
3. 更改主题(可选) NexT 主题 笔者未使用 NexT 主题,故下方内容为网上信息整合而成。
使用 git 安装 NexT 主题:
1 2 cd hexo-blog git clone https://github.com/iissnan/hexo-theme-next themes/next
@@ -301,22 +301,22 @@
NexT 主题拥有丰富的插件,洛谷日报 hexo+next搭建博客 有更多介绍。
-
Fluid 主题 下载 最新 Release 版本 并解压至 themes
目录,并将解压出的文件夹重命名为 fluid
。
-
创建「关于页」 首次使用主题的「关于页」需要手动创建:
+
Fluid 主题 下载 最新 Release 版本 并解压至 themes
目录,并将解压出的文件夹重命名为 fluid
。
+
创建「关于页」 首次使用主题的「关于页」需要手动创建:
创建成功后,编辑博客目录下 /source/about/index.md
,添加 layout
属性。
修改后的文件示例如下:
1 2 3 4 5 6 7 --- title: about date: 2020-02-23 19:20:33layout: about --- 这里写关于页的正文,支持 Markdown, HTML
-
4. 创建文章 在博客目录下执行以下命令即可:
+
4. 创建文章 在博客目录下执行以下命令即可:
若要为每个文章建立专门的资源文件夹,请在配置中打开:
-
5. 个性化配置 TODO…
-
6. 部署至Github 在博客目录下执行:
+
5. 个性化配置 TODO…
+
部署 部署至Github 在博客目录下执行:
然后将 Public
上传至 Github 即可。
@@ -417,16 +417,16 @@
diff --git a/2024/07/21/hello-world/index.html "b/2024/07/24/\346\250\241\346\213\237\350\265\233\350\256\260\345\275\225/index.html"
similarity index 84%
rename from 2024/07/21/hello-world/index.html
rename to "2024/07/24/\346\250\241\346\213\237\350\265\233\350\256\260\345\275\225/index.html"
index fae123c..efa6d42 100644
--- a/2024/07/21/hello-world/index.html
+++ "b/2024/07/24/\346\250\241\346\213\237\350\265\233\350\256\260\345\275\225/index.html"
@@ -16,15 +16,15 @@
- Hello World
+ 模拟赛记录
@@ -209,8 +209,8 @@
-
- 2024年7月21日 晚上
+
+ 2024年7月24日 晚上
@@ -221,7 +221,7 @@
- 18 字
+ 288 字
@@ -232,7 +232,7 @@
- 1 分钟
+ 3 分钟
@@ -277,24 +277,38 @@
-
+
-
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 .
-
Quick Start Create a new post 1 $ hexo new "My New Post"
-
-
More info: Writing
-
Run server
-
-
More info: Server
-
Generate static files
-
-
More info: Generating
-
Deploy to remote sites
-
-
More info: Deployment
+
D1 A题循环变量手贱写错 -60pts
+
B题贪心策略完全错误 -76pts
+
C题写了一个很申金的dfs -100pts
+
D题赛时大脑抽风不会写dij模板 cout<<12;
企图骗过评测机
+
最终 80/400 遗憾离场*1
+
D2 A不会写 写了全排列
+
B不会写 写了全排列
+
C题想到了正解 赛时打不出ST表 遗憾离场*2
+
D题把 DFS 当 DP 写 遗憾离场*3
+
D3 A题没开long long痛失40pts,但是同一个机房的大佬开long long就AK了,但是他也没开 :(
+
B题两个情况只判了一种 -70pts
+
C题终于赛时AC DP板子.jpg
+
D题 完美の申金骗分居然骗了30
+
最终以220/400拿下rk3 完美离场
+
+晚上打vp发现有人c代码 于是激↗情问候开始对线
+详情请见 如何在洛谷高效学习
+
+
D4 A题C题赛时拿下
+
B题忘写前缀和优化
+
D题忘写二进制优化
+
T了110pts 遗憾离场*4
+
+和同学把2kb的代码压到了400b 但是奇技淫巧
+
+
D5 中规中矩
+
D题第一眼Dijkstra并坚信是正解,因为忘记了Dij怎么写被迫写Floyd,赛后发现Floyd就是正解/kk
@@ -303,6 +317,27 @@
@@ -312,8 +347,8 @@
diff --git a/archives/2024/07/index.html b/archives/2024/07/index.html
index 2325691..8e59277 100644
--- a/archives/2024/07/index.html
+++ b/archives/2024/07/index.html
@@ -226,15 +226,15 @@
2024
-
- 07-22
- 浅谈如何搭建Hexo博客
+
+ 07-24
+ 模拟赛记录
-
- 07-21
- Hello World
+
+ 07-22
+ 浅谈如何搭建Hexo博客
diff --git a/archives/2024/index.html b/archives/2024/index.html
index 4b35b3a..685e679 100644
--- a/archives/2024/index.html
+++ b/archives/2024/index.html
@@ -226,15 +226,15 @@
- 浅谈如何搭建Hexo博客
-
- /2024/07/22/%E6%B5%85%E8%B0%88%E5%A6%82%E4%BD%95%E6%90%AD%E5%BB%BAHexo%E5%8D%9A%E5%AE%A2/
+ 模拟赛记录
+
+ /2024/07/24/%E6%A8%A1%E6%8B%9F%E8%B5%9B%E8%AE%B0%E5%BD%95/
- 前言 由于老博客年久失修且文件杂乱不易于维护,笔者意将老博客存档并部署了新博客,开一个文章与大家分享部署过程。
部署Hexo博客 1. 环境准备 安装 node.js ,并装载 hexo-cli
包。
建立 Github 仓库 username.github.io
。
2. 初始化项目 在任意目录下执行:
若要检查是否成功初始化,可尝试运行:
1 2 3 cd hexo-blog hexo g hexo server
3. 更改主题(可选) NexT 主题 笔者未使用 NexT 主题,故下方内容为网上信息整合而成。
使用 git 安装 NexT 主题:
1 2 cd hexo-blog git clone https://github.com/iissnan/hexo-theme-next themes/next
打开 _config.yml
,将主题修改为 NexT:
NexT 主题拥有丰富的插件,洛谷日报 hexo+next搭建博客 有更多介绍。
Fluid 主题 下载 最新 Release 版本 并解压至 themes
目录,并将解压出的文件夹重命名为 fluid
。
创建「关于页」 首次使用主题的「关于页」需要手动创建:
创建成功后,编辑博客目录下 /source/about/index.md
,添加 layout
属性。
修改后的文件示例如下:
1 2 3 4 5 6 7 --- title: about date: 2020-02-23 19:20:33layout: about --- 这里写关于页的正文,支持 Markdown, HTML
4. 创建文章 在博客目录下执行以下命令即可:
若要为每个文章建立专门的资源文件夹,请在配置中打开:
5. 个性化配置 TODO…
6. 部署至Github 在博客目录下执行:
然后将 Public
上传至 Github 即可。
也可以使用 hexo-deployer-git
自动部署:
1 npm install hexo-deployer-git --save
]]>
+ D1A题循环变量手贱写错 -60pts
B题贪心策略完全错误 -76pts
C题写了一个很申金的dfs -100pts
D题赛时大脑抽风不会写dij模板 cout<<12;
企图骗过评测机
最终 80/400 遗憾离场*1
D2 A不会写 写了全排列
B不会写 写了全排列
C题想到了正解 赛时打不出ST表 遗憾离场*2
D题把 DFS 当 DP 写 遗憾离场*3
D3 A题没开long long痛失40pts,但是同一个机房的大佬开long long就AK了,但是他也没开 :(
B题两个情况只判了一种 -70pts
C题终于赛时AC DP板子.jpg
D题 完美の申金骗分居然骗了30
最终以220/400拿下rk3 完美离场
晚上打vp发现有人c代码 于是激↗情问候开始对线
详情请见 如何在洛谷高效学习
D4 A题C题赛时拿下
B题忘写前缀和优化
D题忘写二进制优化
T了110pts 遗憾离场*4
和同学把2kb的代码压到了400b 但是奇技淫巧
D5 中规中矩
D题第一眼Dijkstra并坚信是正解,因为忘记了Dij怎么写被迫写Floyd,赛后发现Floyd就是正解/kk
]]>
- 科技
+ OI
@@ -23,13 +23,19 @@
- Hello World
-
- /2024/07/21/hello-world/
+ 浅谈如何搭建Hexo博客
+
+ /2024/07/22/%E6%B5%85%E8%B0%88%E5%A6%82%E4%BD%95%E6%90%AD%E5%BB%BAHexo%E5%8D%9A%E5%AE%A2/
- 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 .Quick Start Create a new post 1 $ hexo new "My New Post"
More info: Writing
Run server More info: Server
Generate static files More info: Generating
Deploy to remote sites More info: Deployment
]]>
+ 前言 由于老博客年久失修且文件杂乱不易于维护,笔者意将老博客存档并部署了新博客,开一个文章与大家分享部署过程。
部署Hexo博客 1. 环境准备 安装 node.js ,并装载 hexo-cli
包。
建立 Github 仓库 username.github.io
。
2. 初始化项目 在任意目录下执行:
若要检查是否成功初始化,可尝试运行:
1 2 3 cd hexo-blog hexo g hexo server
3. 更改主题(可选) NexT 主题 笔者未使用 NexT 主题,故下方内容为网上信息整合而成。
使用 git 安装 NexT 主题:
1 2 cd hexo-blog git clone https://github.com/iissnan/hexo-theme-next themes/next
打开 _config.yml
,将主题修改为 NexT:
NexT 主题拥有丰富的插件,洛谷日报 hexo+next搭建博客 有更多介绍。
Fluid 主题 下载 最新 Release 版本 并解压至 themes
目录,并将解压出的文件夹重命名为 fluid
。
创建「关于页」 首次使用主题的「关于页」需要手动创建:
创建成功后,编辑博客目录下 /source/about/index.md
,添加 layout
属性。
修改后的文件示例如下:
1 2 3 4 5 6 7 --- title: about date: 2020-02-23 19:20:33layout: about --- 这里写关于页的正文,支持 Markdown, HTML
4. 创建文章 在博客目录下执行以下命令即可:
若要为每个文章建立专门的资源文件夹,请在配置中打开:
5. 个性化配置 TODO…
部署 部署至Github 在博客目录下执行:
然后将 Public
上传至 Github 即可。
也可以使用 hexo-deployer-git
自动部署:
1 npm install hexo-deployer-git --save
]]>
+
+
+ 科技
+
+
+