From d00f1545938dbd4e5f803bc6fe308e4e569c1eef Mon Sep 17 00:00:00 2001 From: Shaobiao Lin Date: Sun, 19 May 2024 17:27:03 +0800 Subject: [PATCH] posts: save drafts --- posts/aar-a-socket-leak-in-nodejs-std-lib/README.md | 2 +- .../README.md | 11 +++++++++++ posts/managing-linux-using-ansible/README.md | 12 ++++++++++++ posts/the-c10k-problem/README.md | 4 ++-- posts/unit-testing-tools/README.md | 4 ++-- posts/what-is-event-loop/README.md | 11 ----------- posts/writing-resume-using-marp/README.md | 13 +++++++++++++ 7 files changed, 41 insertions(+), 16 deletions(-) create mode 100644 posts/comparing-several-event-loop-implementations/README.md create mode 100644 posts/managing-linux-using-ansible/README.md delete mode 100644 posts/what-is-event-loop/README.md create mode 100644 posts/writing-resume-using-marp/README.md diff --git a/posts/aar-a-socket-leak-in-nodejs-std-lib/README.md b/posts/aar-a-socket-leak-in-nodejs-std-lib/README.md index 89275b5..202343a 100644 --- a/posts/aar-a-socket-leak-in-nodejs-std-lib/README.md +++ b/posts/aar-a-socket-leak-in-nodejs-std-lib/README.md @@ -1,6 +1,6 @@ --- date: 2021-11-20 -location: 深圳,创维半导体设计大厦西座 +spot: 宝安图书馆 sort: Computer Science tags: - Network diff --git a/posts/comparing-several-event-loop-implementations/README.md b/posts/comparing-several-event-loop-implementations/README.md new file mode 100644 index 0000000..d7965a9 --- /dev/null +++ b/posts/comparing-several-event-loop-implementations/README.md @@ -0,0 +1,11 @@ +--- +date: 2025-09-13 +location: ? +sort: Computer Science +tags: + - GitLab + - Security +draft: true +--- + +# 比较几个事件循环实现 diff --git a/posts/managing-linux-using-ansible/README.md b/posts/managing-linux-using-ansible/README.md new file mode 100644 index 0000000..aad4d1c --- /dev/null +++ b/posts/managing-linux-using-ansible/README.md @@ -0,0 +1,12 @@ +--- +date: 2022-01-15 +spot: 宝安图书馆 +sort: Computer Science +tags: + - Ansible + - Linux + - DevOps +draft: true +--- + +# 使用 Ansible 管理 Linux diff --git a/posts/the-c10k-problem/README.md b/posts/the-c10k-problem/README.md index 1469d54..4fef438 100644 --- a/posts/the-c10k-problem/README.md +++ b/posts/the-c10k-problem/README.md @@ -1,6 +1,6 @@ --- -date: 2023-03-23 -spot: 猫头鹰自习室 +date: 2025-03-23 +spot: ? sort: Computer Science tags: - C10K diff --git a/posts/unit-testing-tools/README.md b/posts/unit-testing-tools/README.md index 49f24bd..b19bece 100644 --- a/posts/unit-testing-tools/README.md +++ b/posts/unit-testing-tools/README.md @@ -1,6 +1,6 @@ --- -date: 2022-08-31 -location: 猫头鹰自习室 +date: 2022-08-27 +spot: 猫头鹰自习室 sort: Computer Science tags: - Unit Testing diff --git a/posts/what-is-event-loop/README.md b/posts/what-is-event-loop/README.md deleted file mode 100644 index a71a34b..0000000 --- a/posts/what-is-event-loop/README.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -date: 2022-09-13 -location: 猫头鹰自习室 -sort: Computer Science -tags: - - GitLab - - Security -draft: true ---- - -# 什么是事件循环 (Event Loop) diff --git a/posts/writing-resume-using-marp/README.md b/posts/writing-resume-using-marp/README.md new file mode 100644 index 0000000..7080fdf --- /dev/null +++ b/posts/writing-resume-using-marp/README.md @@ -0,0 +1,13 @@ +--- +date: 2023-04-08 +spot: 猫头鹰自习室 +sort: Computer Science +tags: + - Unit Testing + - Testing + - Test Doubles + - Refactoring +draft: true +--- + +# 使用 Marp 制作简历