From b5e3870d8267dde2a705d5ea5a38c83f607e03e0 Mon Sep 17 00:00:00 2001 From: PinkR1ver <3180102330@zju.edu.cn> Date: Tue, 21 May 2024 11:48:49 +0800 Subject: [PATCH] Make note strcutre clear --- content/art/art_style/low_poly/low_ploy.md | 1 + content/atlas.md | 28 ++++-------------- content/computer_sci/MOC.md | 20 +++++++++++++ content/computer_sci/multiProcessing/MOC.md | 9 ++++++ .../Pasted image 20240426171635.png | Bin .../multiThread_and_multiProcess/basic.md | 2 +- content/computer_sci/web/MOC.md | 13 ++++++++ 7 files changed, 49 insertions(+), 24 deletions(-) create mode 100644 content/computer_sci/MOC.md create mode 100644 content/computer_sci/multiProcessing/MOC.md rename content/computer_sci/{multiThread_and_multiProcess => multiProcessing}/attachments/Pasted image 20240426171635.png (100%) rename content/computer_sci/{ => multiProcessing}/multiThread_and_multiProcess/basic.md (79%) create mode 100644 content/computer_sci/web/MOC.md diff --git a/content/art/art_style/low_poly/low_ploy.md b/content/art/art_style/low_poly/low_ploy.md index 5caa206a7..e80409968 100644 --- a/content/art/art_style/low_poly/low_ploy.md +++ b/content/art/art_style/low_poly/low_ploy.md @@ -3,6 +3,7 @@ title: Art Style - Low-Poly tags: - art - art-style + - geometry date: 2024-05-21 --- # From AIGC diff --git a/content/atlas.md b/content/atlas.md index c2edd0bdd..46ae30bdd 100644 --- a/content/atlas.md +++ b/content/atlas.md @@ -7,36 +7,22 @@ date: 2024-02-28 🚧 There are notebooks about his research career: -* [Deep Learning & Machine Learning](computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md) - -* [Data Structure and Algorithm MOC](computer_sci/data_structure_and_algorithm/MOC.md) - -* [Hardware](computer_sci/hardware/hardware_MOC.md) +* [💻Computer Science](computer_sci/MOC.md) * [Physics](physics/physics_MOC.md) -* [Signal Processing](signal/signal_MOC.md) +* [Signal](signal/signal_MOC.md) * [Data Science](data_sci/data_sci_MOC.md) -* [About coding language design detail](computer_sci/coding_knowledge/coding_lang_MOC.md) - * [Math](math/MOC.md) -* [Computational Geometry](computer_sci/computational_geometry/MOC.md) - -* [Code Framework Learn](computer_sci/code_frame_learn/MOC.md) - -* [Design](design/design_moc.md) - -🦺 I also need some tool to help me: - -* [Git](toolkit/git/git_MOC.md) - 💻 Code Practice: * [💽Programing Problem Solution Record](https://github.com/PinkR1ver/JudeW-Problemset) +* [Some sundry code](https://github.com/PinkR1ver/sundry) + 🛶 Also, he learn some knowledge about his hobbies: * [📷 Photography](photography/photography_MOC.md) @@ -51,12 +37,8 @@ date: 2024-02-28 ⭐ Here to find my recent study: -* [Recent notes (this function cannot be used on web)](recent.md) * [Papers Recently Read](research_career/papers_read.md) 🎏 I also have some plans in my mind to do; -* [Life List🚀](plan/life.md) - -☁️ I also have some daily thoughts: -* [Logs](log/log_MOC.md) \ No newline at end of file +* [Life List🚀](plan/life.md) \ No newline at end of file diff --git a/content/computer_sci/MOC.md b/content/computer_sci/MOC.md new file mode 100644 index 000000000..81f87ee4c --- /dev/null +++ b/content/computer_sci/MOC.md @@ -0,0 +1,20 @@ +--- +title: 💻Computer Science - MOC +tags: + - basic + - cs + - MOC +date: 2024-05-21 +--- + +* [Deep Learning & Machine Learning - MOC](computer_sci/deep_learning_and_machine_learning/deep_learning_MOC.md) + +* [Code Frame - MOC](computer_sci/code_frame_learn/MOC.md) + +* [Data Structure and Algorithm - MOC](computer_sci/data_structure_and_algorithm/MOC.md) + +* [Web - MOC](computer_sci/web/MOC.md) + +* [Multi-Processing - MOC](computer_sci/multiProcessing/MOC.md) + +* [Computational Geometry - MOC](computer_sci/computational_geometry/MOC.md) \ No newline at end of file diff --git a/content/computer_sci/multiProcessing/MOC.md b/content/computer_sci/multiProcessing/MOC.md new file mode 100644 index 000000000..bf8dd88c1 --- /dev/null +++ b/content/computer_sci/multiProcessing/MOC.md @@ -0,0 +1,9 @@ +--- +title: Multi-Processing - MOC +tags: + - basic + - advanced + - MOC +date: 2024-05-21 +--- +* [What's Multi-Thread and Multi-Process Coding](computer_sci/multiProcessing/multiThread_and_multiProcess/basic.md) \ No newline at end of file diff --git a/content/computer_sci/multiThread_and_multiProcess/attachments/Pasted image 20240426171635.png b/content/computer_sci/multiProcessing/attachments/Pasted image 20240426171635.png similarity index 100% rename from content/computer_sci/multiThread_and_multiProcess/attachments/Pasted image 20240426171635.png rename to content/computer_sci/multiProcessing/attachments/Pasted image 20240426171635.png diff --git a/content/computer_sci/multiThread_and_multiProcess/basic.md b/content/computer_sci/multiProcessing/multiThread_and_multiProcess/basic.md similarity index 79% rename from content/computer_sci/multiThread_and_multiProcess/basic.md rename to content/computer_sci/multiProcessing/multiThread_and_multiProcess/basic.md index ee8fa7b77..eaa9b8857 100644 --- a/content/computer_sci/multiThread_and_multiProcess/basic.md +++ b/content/computer_sci/multiProcessing/multiThread_and_multiProcess/basic.md @@ -15,7 +15,7 @@ date: 2024-04-26 ### Overview -![](computer_sci/multiThread_and_multiProcess/attachments/Pasted%20image%2020240426171635.png) +![](computer_sci/multiProcessing/attachments/Pasted%20image%2020240426171635.png) ### Process diff --git a/content/computer_sci/web/MOC.md b/content/computer_sci/web/MOC.md new file mode 100644 index 000000000..e6554335a --- /dev/null +++ b/content/computer_sci/web/MOC.md @@ -0,0 +1,13 @@ +--- +title: Web - MOC +tags: + - basic + - web + - cs +date: 2024-05-21 +--- +Here's the MOC of Web knowledge + +# Http + +* [Http introduction](computer_sci/web/http/http_introduction.md) \ No newline at end of file