From 3e5540dad496d0a4d3504d41c8e2172eccd70feb Mon Sep 17 00:00:00 2001 From: funchcode Date: Tue, 26 Sep 2023 10:36:29 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Update=20Windows=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=EB=82=98=EB=8A=94=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...I:O & Non-Blocking I:O.md => Blocking IO & Non-Blocking IO.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Network/{Blocking I:O & Non-Blocking I:O.md => Blocking IO & Non-Blocking IO.md} (100%) diff --git a/Network/Blocking I:O & Non-Blocking I:O.md b/Network/Blocking IO & Non-Blocking IO.md similarity index 100% rename from Network/Blocking I:O & Non-Blocking I:O.md rename to Network/Blocking IO & Non-Blocking IO.md From bbb75127f860248ca9171b213e07e61e6b243379 Mon Sep 17 00:00:00 2001 From: funchcode Date: Tue, 26 Sep 2023 10:51:20 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 63b53d4..816ad7e 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,6 @@ - [페이지 교체 알고리즘](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Operating%20System/PageReplacement.md) - [단편화](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Operating%20System/%EB%8B%A8%ED%8E%B8%ED%99%94.md) - [IPC(Inter Process Communication)](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Operating%20System/IPC(Inter%20Process%20Communication).md) -- [메모리]() -- [캐시의 지역성]() ## DataBase @@ -105,7 +103,6 @@ - [이상(Anomaly)](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Database/%EC%9D%B4%EC%83%81(Anomaly).md) - [인덱스(INDEX)](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Database/%EC%9D%B8%EB%8D%B1%EC%8A%A4(INDEX).md) - [트랜잭션](https://github.com/WooVictory/Ready-For-Tech-Interview/blob/master/Database/%ED%8A%B8%EB%9E%9C%EC%9E%AD%EC%85%98.md) -- [트랜잭션 격리수준]() ## Network