Skip to content

Commit

Permalink
2024-04-27 16:59:22
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
src/content/blog/computer-science-qna.md
  • Loading branch information
gyunseo committed Apr 27, 2024
1 parent c808c62 commit 2a380b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
11 changes: 5 additions & 6 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "src/content/blog/boj-15663-N과-M-(9).md",
"file": "src/content/blog/computer-science-qna.md",
"mode": "source",
"source": false
}
Expand Down Expand Up @@ -85,7 +85,7 @@
"state": {
"type": "backlink",
"state": {
"file": "src/content/blog/boj-15663-N과-M-(9).md",
"file": "src/content/blog/computer-science-qna.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -102,7 +102,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "src/content/blog/boj-15663-N과-M-(9).md",
"file": "src/content/blog/computer-science-qna.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -125,7 +125,7 @@
"state": {
"type": "outline",
"state": {
"file": "src/content/blog/boj-15663-N과-M-(9).md"
"file": "src/content/blog/computer-science-qna.md"
}
}
}
Expand All @@ -150,6 +150,7 @@
},
"active": "3102d8e704fadc57",
"lastOpenFiles": [
"src/content/blog/boj-15663-N과-M-(9).md",
"dist/assets/[email protected]",
"dist/assets/forrest-gump-quote.webp.jpg",
"dist/_astro/[email protected]",
Expand All @@ -170,8 +171,6 @@
"dist/posts/우테코-2차-소감문.png",
"dist/posts/우테코-1차-소감문.png",
"dist/posts/virtual-lans.png",
"dist/posts/windows에서-wsl을-완전히-삭제하자.png",
"src/content/blog/boj-15663-N과-M-(9).md",
"src/content/blog/boj-15664-N과-M-(10).md",
"src/content/blog/boj-1935-후위-표기식2.md",
"src/content/blog/boj-10819-차이를-최대로.md",
Expand Down
9 changes: 3 additions & 6 deletions src/content/blog/computer-science-qna.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 방학에 공부할 만한 CS QnA
title: 공부할 만한 CS QnA
pubDatetime: 2024-01-02T01:07:00+09:00
featured: true
draft: false
Expand All @@ -12,10 +12,7 @@ description: 인터뷰 대비 CS 공부도 틈틈히 하자...

## 들어가며

학부 4학년 1학기를 바라 보고 있는 겨울 방학...
인턴하는 것도 아닌데, 공부라도 열심히 해야 겠죠? 🤣🤣🤣
공부 열심히 해야 겠죠? 🤣🤣🤣
다들 밑의 질문에 대답할 정도로 공부해 봅시다. 🚀🚀🚀

## `process``thread`의 정의

## `multi process`
## DB의 Connection Pool에 대해 설명해 주세요

0 comments on commit 2a380b6

Please sign in to comment.