{"id":24231,"date":"2024-10-25T14:17:21","date_gmt":"2024-10-25T14:17:21","guid":{"rendered":"https:\/\/atmokpo.com\/w\/?p=24231"},"modified":"2024-11-26T08:03:50","modified_gmt":"2024-11-26T08:03:50","slug":"08-2-%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ea%b0%95%ec%a2%8c-%ec%a0%95%ea%b7%9c-%ed%91%9c%ed%98%84%ec%8b%9d-%ec%8b%9c%ec%9e%91%ed%95%98%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/atmokpo.com\/w\/24231\/","title":{"rendered":"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780?<\/h2>\n\n\n\n<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30<\/h2>\n\n\n\n<p>\ud30c\uc774\uc36c\uc758&nbsp;<code>re<\/code>&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;<code>match<\/code>,&nbsp;<code>search<\/code>,&nbsp;<code>findall<\/code>,&nbsp;<code>finditer<\/code>&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n# re \ubaa8\ub4c8 \uc784\ud3ec\ud2b8\nimport re\n\n# \ud328\ud134 \ub9e4\uce6d \uc608\uc81c\npattern = re.compile(r'\\d+')\n\n# \ubb38\uc790\uc5f4\uc5d0\uc11c \uc22b\uc790\ub97c \uac80\uc0c9\nmatch = pattern.search(\"\ube44\uc6a9\uc740 1200\uc6d0\uc785\ub2c8\ub2e4.\")\nif match:\n    print(\"\uc22b\uc790 \ubc1c\uacac:\", match.group())\n    <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 \ud328\ud134<\/h2>\n\n\n\n<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc5d0\uc11c \uc790\uc8fc \uc0ac\uc6a9\ub418\ub294 \uba54\ud0c0 \ubb38\uc790\ub4e4\uc744 \ud1b5\ud574 \ubcf4\ub2e4 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc218\ud589\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>.<\/code>\u00a0: \uc784\uc758\uc758 \ud55c \ubb38\uc790<\/li>\n\n\n\n<li><code>^<\/code>\u00a0: \ubb38\uc790\uc5f4\uc758 \uc2dc\uc791<\/li>\n\n\n\n<li><code>$<\/code>\u00a0: \ubb38\uc790\uc5f4\uc758 \ub05d<\/li>\n\n\n\n<li><code>*<\/code>\u00a0: 0\uac1c \uc774\uc0c1\uc758 \ubc18\ubcf5<\/li>\n\n\n\n<li><code>+<\/code>\u00a0: 1\uac1c \uc774\uc0c1\uc758 \ubc18\ubcf5<\/li>\n\n\n\n<li><code>?<\/code>\u00a0: 0\uac1c \ub610\ub294 1\uac1c\uc758 \ubc18\ubcf5<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\uace0\uae09 \ud328\ud134 \ub9e4\uce6d<\/h2>\n\n\n\n<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ubcf4\ub2e4 \uae4a\uc774 \uc788\uac8c \uc0ac\uc6a9\ud558\ub824\uba74, \uadf8\ub8f9\ud654\uc640 \ucea1\uccd0, \uc804\ubc29 \ud0d0\uc0c9 \ubc0f \ud6c4\ubc29 \ud0d0\uc0c9 \uac19\uc740 \uace0\uae09 \uae30\ub2a5\uc744 \uc774\ud574\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\n# \uadf8\ub8f9\ud654 \uc608\uc81c\npattern = re.compile(r'(\\d{3})-(\\d{3,4})-(\\d{4})')\nmatch = pattern.search(\"\uc804\ud654\ubc88\ud638\ub294 010-1234-5678\uc785\ub2c8\ub2e4.\")\nif match:\n    print(\"\uc9c0\uc5ed \ubc88\ud638:\", match.group(1))\n    print(\"\uc911\uac04 \ubc88\ud638:\", match.group(2))\n    print(\"\ub9c8\uc9c0\ub9c9 \ubc88\ud638:\", match.group(3))\n    <\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uc720\uc6a9\ud55c \uc608\uc81c<\/h2>\n\n\n\n<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ub2e4\uc591\ud55c \ubb38\uc790\uc5f4 \ud328\ud134\uc744 \uc2dd\ubcc4\ud558\uace0 \ucc98\ub9ac\ud558\ub294 \ub370 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc608\ub97c \ub4e4\uc5b4, \uc774\uba54\uc77c \uc8fc\uc18c\uc758 \uc720\ud6a8\uc131\uc744 \uac80\uc0ac\ud558\uac70\ub098, \ud14d\uc2a4\ud2b8\uc5d0\uc11c URL\uc744 \ucd94\ucd9c\ud558\ub294 \ub4f1\uc758 \uc791\uc5c5\uc744 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\uc2e4\uc804 \uc608\uc81c<\/h2>\n\n\n\n<p>\uc2e4\ubb34\uc5d0\uc11c\uc758 \ub2e4\uc591\ud55c \uc0ac\ub840\ub97c \ud1b5\ud574 \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uc751\uc6a9\uc744 \uc0b4\ud3b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774 \ubd80\ubd84\uc5d0\uc11c\ub294 \uad6c\uccb4\uc801\uc778 \ucf54\ub4dc\ub97c \ud1b5\ud574 \uc815\uaddc \ud45c\ud604\uc2dd\uc774 \ubb38\uc81c \ud574\uacb0\uc5d0 \uc5b4\ub5bb\uac8c \uae30\uc5ec\ud560 \uc218 \uc788\ub294\uc9c0\ub97c \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\uc815\uaddc \ud45c\ud604\uc2dd\uc744 \uc0ac\uc6a9\ud560 \ub54c\uc758 \uc8fc\uc758\uc810<\/h2>\n\n\n\n<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \uac15\ub825\ud55c \ub3c4\uad6c\uc774\uc9c0\ub9cc, \ub54c\ub54c\ub85c \uc131\ub2a5 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \ub9e4\uc6b0 \ubcf5\uc7a1\ud55c \ud328\ud134\uc774\ub098 \ub300\uc6a9\ub7c9 \ub370\uc774\ud130\uc5d0 \uc801\uc6a9\ud560 \ub54c\ub294 \uc8fc\uc758\ub97c \uae30\uc6b8\uc5ec\uc57c \ud569\ub2c8\ub2e4. \ub610\ud55c, \uac00\ub3c5\uc131\uacfc \uc720\uc9c0 \ubcf4\uc218\uc131\uc744 \uace0\ub824\ud558\uc5ec \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\uacb0\ub860<\/h2>\n\n\n\n<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ud30c\uc774\uc36c\uacfc \uac19\uc740 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\uc5d0\uc11c \ub9e4\uc6b0 \uc720\uc6a9\ud55c \uae30\ub2a5\uc785\ub2c8\ub2e4. \ucda9\ubd84\ud55c \uc5f0\uc2b5\uacfc \uc774\ud574\ub97c \ud1b5\ud574, \ucf54\ub4dc\ub97c \ubcf4\ub2e4 \ud6a8\uc728\uc801\uc774\uace0 \uac04\uacb0\ud558\uac8c \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780? \uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30 \ud30c\uc774\uc36c\uc758&nbsp;re&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;match,&nbsp;search,&nbsp;findall,&nbsp;finditer&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 &hellip; <a href=\"https:\/\/atmokpo.com\/w\/24231\/\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[11],"tags":[14,15],"class_list":["post-24231","post","type-post","status-publish","format-standard","hentry","category-11","tag-14","tag-15"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/atmokpo.com\/w\/24231\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"og:description\" content=\"\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780? \uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30 \ud30c\uc774\uc36c\uc758&nbsp;re&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;match,&nbsp;search,&nbsp;findall,&nbsp;finditer&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 &hellip; \ub354 \ubcf4\uae30 &quot;08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30&quot;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/atmokpo.com\/w\/24231\/\" \/>\n<meta property=\"og:site_name\" content=\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-25T14:17:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-26T08:03:50+00:00\" \/>\n<meta name=\"author\" content=\"root\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:site\" content=\"@bebubo4\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"root\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/\"},\"author\":{\"name\":\"root\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\"},\"headline\":\"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30\",\"datePublished\":\"2024-10-25T14:17:21+00:00\",\"dateModified\":\"2024-11-26T08:03:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/\"},\"wordCount\":10,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"keywords\":[\"\ud30c\uc774\uc36c\",\"\ud30c\uc774\uc36c\uac15\uc88c\"],\"articleSection\":[\"\ud30c\uc774\uc36c\uacf5\ubd80\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/atmokpo.com\/w\/24231\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/\",\"url\":\"https:\/\/atmokpo.com\/w\/24231\/\",\"name\":\"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"isPartOf\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#website\"},\"datePublished\":\"2024-10-25T14:17:21+00:00\",\"dateModified\":\"2024-11-26T08:03:50+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/atmokpo.com\/w\/24231\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\/\/atmokpo.com\/w\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/atmokpo.com\/w\/#website\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/atmokpo.com\/w\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/atmokpo.com\/w\/#organization\",\"name\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\",\"url\":\"https:\/\/atmokpo.com\/w\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"contentUrl\":\"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png\",\"width\":400,\"height\":400,\"caption\":\"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8\"},\"image\":{\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/bebubo4\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7\",\"name\":\"root\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g\",\"caption\":\"root\"},\"sameAs\":[\"http:\/\/atmokpo.com\/w\"],\"url\":\"https:\/\/atmokpo.com\/w\/author\/root\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/atmokpo.com\/w\/24231\/","og_locale":"ko_KR","og_type":"article","og_title":"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","og_description":"\uc815\uaddc \ud45c\ud604\uc2dd\uc774\ub780? \uc815\uaddc \ud45c\ud604\uc2dd\uc740 \ubb38\uc790\uc5f4\uc744 \ud2b9\uc815\ud55c \ud328\ud134\uacfc \uc77c\uce58\uc2dc\ud0a4\uae30 \uc704\ud55c \uac15\ub825\ud55c \ub3c4\uad6c\uc785\ub2c8\ub2e4. \uc8fc\ub85c \ub370\uc774\ud130 \uc720\ud6a8\uc131 \uac80\uc0ac, \uac80\uc0c9, \uadf8\ub9ac\uace0 \ud14d\uc2a4\ud2b8 \ucc98\ub9ac \uc791\uc5c5\uc5d0 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub4e4, \ud2b9\ud788 \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd\uc744 \ud65c\uc6a9\ud558\uba74 \ubcf5\uc7a1\ud55c \ud328\ud134 \ub9e4\uce6d\uc744 \uc27d\uac8c \ucc98\ub9ac\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ud30c\uc774\uc36c\uc5d0\uc11c \uc815\uaddc \ud45c\ud604\uc2dd \uc0ac\uc6a9\ud558\uae30 \ud30c\uc774\uc36c\uc758&nbsp;re&nbsp;\ubaa8\ub4c8\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc815\uaddc \ud45c\ud604\uc2dd \uad00\ub828 \uae30\ub2a5\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc8fc\ub85c \uc0ac\uc6a9\ud558\ub294 \ud568\uc218\ub85c\ub294&nbsp;match,&nbsp;search,&nbsp;findall,&nbsp;finditer&nbsp;\ub4f1\uc744 \uc18c\uac1c\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc815\uaddc \ud45c\ud604\uc2dd\uc758 \uae30\ubcf8 &hellip; \ub354 \ubcf4\uae30 \"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30\"","og_url":"https:\/\/atmokpo.com\/w\/24231\/","og_site_name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","article_published_time":"2024-10-25T14:17:21+00:00","article_modified_time":"2024-11-26T08:03:50+00:00","author":"root","twitter_card":"summary_large_image","twitter_creator":"@bebubo4","twitter_site":"@bebubo4","twitter_misc":{"\uae00\uc4f4\uc774":"root"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/atmokpo.com\/w\/24231\/#article","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/24231\/"},"author":{"name":"root","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7"},"headline":"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30","datePublished":"2024-10-25T14:17:21+00:00","dateModified":"2024-11-26T08:03:50+00:00","mainEntityOfPage":{"@id":"https:\/\/atmokpo.com\/w\/24231\/"},"wordCount":10,"commentCount":0,"publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"keywords":["\ud30c\uc774\uc36c","\ud30c\uc774\uc36c\uac15\uc88c"],"articleSection":["\ud30c\uc774\uc36c\uacf5\ubd80"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/atmokpo.com\/w\/24231\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/atmokpo.com\/w\/24231\/","url":"https:\/\/atmokpo.com\/w\/24231\/","name":"08-2 \ud30c\uc774\uc36c \uac15\uc88c - \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30 - \ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","isPartOf":{"@id":"https:\/\/atmokpo.com\/w\/#website"},"datePublished":"2024-10-25T14:17:21+00:00","dateModified":"2024-11-26T08:03:50+00:00","breadcrumb":{"@id":"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/atmokpo.com\/w\/24231\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/atmokpo.com\/w\/24231\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/atmokpo.com\/w\/en\/"},{"@type":"ListItem","position":2,"name":"08-2 \ud30c\uc774\uc36c \uac15\uc88c &#8211; \uc815\uaddc \ud45c\ud604\uc2dd \uc2dc\uc791\ud558\uae30"}]},{"@type":"WebSite","@id":"https:\/\/atmokpo.com\/w\/#website","url":"https:\/\/atmokpo.com\/w\/","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","description":"","publisher":{"@id":"https:\/\/atmokpo.com\/w\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/atmokpo.com\/w\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/atmokpo.com\/w\/#organization","name":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8","url":"https:\/\/atmokpo.com\/w\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/","url":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","contentUrl":"https:\/\/atmokpo.com\/w\/wp-content\/uploads\/2024\/11\/logo.png","width":400,"height":400,"caption":"\ub77c\uc774\ube0c\uc2a4\ub9c8\ud2b8"},"image":{"@id":"https:\/\/atmokpo.com\/w\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/bebubo4"]},{"@type":"Person","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/91b6b3b138fbba0efb4ae64b1abd81d7","name":"root","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/atmokpo.com\/w\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/708197b41fc6435a7ce22d951b25d4a47e9e904270cb1f04682d4f025066f80c?s=96&d=mm&r=g","caption":"root"},"sameAs":["http:\/\/atmokpo.com\/w"],"url":"https:\/\/atmokpo.com\/w\/author\/root\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":25181,"url":"https:\/\/atmokpo.com\/w\/25181\/","url_meta":{"origin":24231,"position":0},"title":"\ub525 \ub7ec\ub2dd\uc744 \uc774\uc6a9\ud55c \uc790\uc5f0\uc5b4 \ucc98\ub9ac\uc640 \uc815\uaddc \ud45c\ud604\uc2dd","author":"root","date":"2024\ub144 10\uc6d4 26\uc77c","format":false,"excerpt":"\uc790\uc5f0\uc5b4 \ucc98\ub9ac\ub294 \uae30\uacc4\uac00 \uc778\uac04\uc758 \uc5b8\uc5b4\ub97c \uc774\ud574\ud558\uace0 \ubd84\uc11d\ud560 \uc218 \uc788\ub3c4\ub85d \ub3d5\ub294 \ucef4\ud4e8\ud130 \uacfc\ud559\uc758 \ud55c \ubd84\uc57c\uc785\ub2c8\ub2e4. \ub525 \ub7ec\ub2dd(deep learning)\uc740 \uc778\uacf5 \uc2e0\uacbd\ub9dd\uc744 \uae30\ubc18\uc73c\ub85c \ud55c \uba38\uc2e0 \ub7ec\ub2dd\uc758 \ud55c \ud615\ud0dc\ub85c, \ub300\ub7c9\uc758 \ub370\uc774\ud130\ub97c \ubd84\uc11d\ud558\uc5ec \ud328\ud134\uc744 \ud559\uc2b5\ud558\ub294 \ub370 \ub9e4\uc6b0 \ud6a8\uacfc\uc801\uc785\ub2c8\ub2e4. \ucd5c\uadfc \uba87 \ub144 \uac04 \uc790\uc5f0\uc5b4 \ucc98\ub9ac \ubd84\uc57c\uc5d0\uc11c\uc758 \ub525 \ub7ec\ub2dd\uc758 \ubc1c\uc804\uc740 \uc8fc\ubaa9\ud560 \ub9cc\ud55c \uc131\uacfc\ub97c \uc774\ub8e8\uc5c8\uace0, \uc774\ub7ec\ud55c \uae30\uc220\ub4e4\uc774 \uc2e4\uc81c\u2026","rel":"","context":"&quot;\ub525\ub7ec\ub2dd \uc790\uc5f0\uc5b4\ucc98\ub9ac&quot;\uc5d0\uc11c","block_context":{"text":"\ub525\ub7ec\ub2dd \uc790\uc5f0\uc5b4\ucc98\ub9ac","link":"https:\/\/atmokpo.com\/w\/category\/%eb%94%a5%eb%9f%ac%eb%8b%9d-%ec%9e%90%ec%97%b0%ec%96%b4%ec%b2%98%eb%a6%ac\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":42827,"url":"https:\/\/atmokpo.com\/w\/42827\/","url_meta":{"origin":24231,"position":1},"title":"C#\uacfc .NET \ubc0f Visual Studio \ubc84\uc804\ubcc4 \ubcc0\uacbd\uc810","author":"root","date":"2024\ub144 11\uc6d4 13\uc77c","format":false,"excerpt":"C# \uc5b8\uc5b4 \ubc84\uc804\ubcc4 \ucd9c\uc2dc \uc815\ubcf4\uc640 \uc8fc\uc694 \uae30\ub2a5 C# \ubc84\uc804\ucd9c\uc2dc\uc77c\uc8fc\uc694 \uae30\ub2a51.02002\ub144 1\uc6d4\uae30\ubcf8\uc801\uc778 \uc5b8\uc5b4 \uae30\ub2a5, \ud074\ub798\uc2a4, \uc778\ud130\ud398\uc774\uc2a4, \uc0c1\uc18d, \ub378\ub9ac\uac8c\uc774\ud2b8, \uc774\ubca4\ud2b8 \ub4f12.02005\ub144 11\uc6d4\uc81c\ub124\ub9ad, Nullable \ud0c0\uc785, \uc775\uba85 \uba54\uc11c\ub4dc, iterator, \ubd80\ubd84 \ud074\ub798\uc2a43.02007\ub144 11\uc6d4\ub78c\ub2e4 \ud45c\ud604\uc2dd, \ud655\uc7a5 \uba54\uc11c\ub4dc, \uc775\uba85 \ud0c0\uc785, LINQ, \uc790\ub3d9 \uc18d\uc1314.02010\ub144 4\uc6d4\ub3d9\uc801 \ubc14\uc778\ub529 (dynamic\u00a0\ud0a4\uc6cc\ub4dc), \uba85\uba85\ub41c\/\uc120\ud0dd\uc801 \uc778\uc218, \ubcd1\ub82c \ucc98\ub9ac \uac1c\uc1205.02012\ub144 8\uc6d4\ube44\ub3d9\uae30 \ud504\ub85c\uadf8\ub798\ubc0d (async\u00a0\/\u00a0await), \ud638\ucd9c \uc815\ubcf4 \ud2b9\uc131\u2026","rel":"","context":"&quot;csharp&quot;\uc5d0\uc11c","block_context":{"text":"csharp","link":"https:\/\/atmokpo.com\/w\/category\/csharp\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":31095,"url":"https:\/\/atmokpo.com\/w\/31095\/","url_meta":{"origin":24231,"position":2},"title":"UWP \uac1c\ubc1c, \ub370\uc774\ud130 \uac80\uc99d &#8211; \ub2e8\uc77c \ud56d\ubaa9 \uac80\uc99d","author":"root","date":"2024\ub144 10\uc6d4 28\uc77c","format":false,"excerpt":"\uc791\uc131\uc790: \uc870\uad11\ud615 2023\ub144 10\uc6d4 10\uc77c \uc18c\uac1c UWP(Universal Windows Platform) \uac1c\ubc1c\uc5d0\uc11c \ub370\uc774\ud130 \uac80\uc99d\uc740 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc2e0\ub8b0\uc131\uacfc \uc0ac\uc6a9\uc131\uc744 \ub192\uc774\ub294 \uc911\uc694\ud55c \uce21\uba74\uc785\ub2c8\ub2e4. \uc774 \uae00\uc5d0\uc11c\ub294 \ub2e8\uc77c \ud56d\ubaa9 \uac80\uc99d\uc758 \uac1c\ub150\uacfc \uc774\ub97c \uad6c\ud604\ud558\ub294 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc790\uc138\ud788 \uc124\uba85\ud558\uaca0\uc2b5\ub2c8\ub2e4. \ub2e8\uc77c \ud56d\ubaa9 \uac80\uc99d\uc740 \uc0ac\uc6a9\uc790\uac00 \uc785\ub825\ud558\ub294 \uac01 \ud544\ub4dc\uc758 \uac12\uc744 \uac80\uc99d\ud558\uc5ec \uc720\ud6a8\uc131\uc744 \ud655\uc778\ud558\ub294 \uacfc\uc815\uc785\ub2c8\ub2e4. \uc798\ubabb\ub41c \ub370\uc774\ud130 \uc785\ub825\uc744 \ubc29\uc9c0\ud558\uba74 \uc560\ud50c\ub9ac\ucf00\uc774\uc158\uc758 \uc624\ub958\ub97c \uc904\uc774\uace0, \uc0ac\uc6a9\uc790\uac00\u2026","rel":"","context":"&quot;UWP \uac1c\ubc1c&quot;\uc5d0\uc11c","block_context":{"text":"UWP \uac1c\ubc1c","link":"https:\/\/atmokpo.com\/w\/category\/uwp-%ea%b0%9c%eb%b0%9c\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24147,"url":"https:\/\/atmokpo.com\/w\/24147\/","url_meta":{"origin":24231,"position":3},"title":"\ud30c\uc774\uc36c \ub458\ub7ec\ubcf4\uae30","author":"root","date":"2024\ub144 10\uc6d4 25\uc77c","format":false,"excerpt":"\ud30c\uc774\uc36c \ub458\ub7ec\ubcf4\uae30 \ud30c\uc774\uc36c\uc740 \ub192\uc740 \uc218\uc900\uc758 \ub2e4\ubaa9\uc801 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4\ub85c, \uc77d\uae30 \uc27d\uace0 \uac04\uacb0\ud55c \ubb38\ubc95\uc744 \uac00\uc9c4 \uac83\uc774 \ud2b9\uc9d5\uc785\ub2c8\ub2e4. \uc774 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\uc36c\uc744 \ucc98\uc74c \uc811\ud558\ub294 \ubd84\ub4e4\uc744 \uc704\ud574 \ud30c\uc774\uc36c\uc758 \uc8fc\uc694 \uc694\uc18c\uc640 \uae30\ub2a5\uc744 \ub458\ub7ec\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. \uc774\ub97c \ud1b5\ud574 \uc5ec\ub7ec\ubd84\uc774 \ud30c\uc774\uc36c\uc744 \ud6a8\uacfc\uc801\uc73c\ub85c \ud65c\uc6a9\ud558\ub3c4\ub85d \ub3d5\uace0, \ub354 \uae4a\uc774 \uc788\ub294 \ud504\ub85c\uadf8\ub798\ubc0d \uac1c\ub150\uc73c\ub85c \ub098\uc544\uac00\ub294 \ubc11\uac70\ub984\uc774 \ub418\uae30\ub97c \ubc14\ub78d\ub2c8\ub2e4. 1. \ud30c\uc774\uc36c \uc124\uce58\uc640 \uc124\uc815 \ud30c\uc774\uc36c\uc744 \uc0ac\uc6a9\ud558\uae30 \uc704\ud574\uc11c\ub294\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c\uacf5\ubd80&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c\uacf5\ubd80","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac%ea%b3%b5%eb%b6%80\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24125,"url":"https:\/\/atmokpo.com\/w\/24125\/","url_meta":{"origin":24231,"position":4},"title":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615\uacfc \ub118\ud30c\uc774 \ubc30\uc5f4: \uae30\ucd08\ubd80\ud130 \uc774\ud574\ud558\uae30","author":"root","date":"2024\ub144 10\uc6d4 22\uc77c","format":false,"excerpt":"\ud30c\uc774\uc36c \uc790\ub8cc\ud615\uacfc \ub118\ud30c\uc774 \ubc30\uc5f4: \uae30\ucd08\ubd80\ud130 \uc774\ud574\ud558\uae30 \ud30c\uc774\uc36c\uc740 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615(data types)\uc744 \uc81c\uacf5\ud558\uc5ec \ub370\uc774\ud130\ub97c \ud6a8\uacfc\uc801\uc73c\ub85c \uad00\ub9ac\ud558\uace0 \uc870\uc791\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \ub610\ud55c, \uc218\uce58 \ub370\uc774\ud130\uc758 \ud6a8\uc728\uc801\uc778 \ucc98\ub9ac\ub97c \uc704\ud574 \uac15\ub825\ud55c \ub77c\uc774\ube0c\ub7ec\ub9ac\uc778 NumPy\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \ud30c\uc774\uc36c\uc758 \uae30\ubcf8 \uc790\ub8cc\ud615\uacfc \ud568\uaed8 NumPy \ubc30\uc5f4\uc5d0 \ub300\ud574 \uc54c\uc544\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \ud30c\uc774\uc36c\uc758 \uae30\ubcf8 \uc790\ub8cc\ud615 \ud30c\uc774\uc36c\uc5d0\uc11c\ub294 \ub2e4\uc591\ud55c \uc790\ub8cc\ud615\uc744 \uc81c\uacf5\ud558\uc5ec, \uac1c\ubc1c\uc790\uac00 \ub370\uc774\ud130\ub97c \ub2e4\uc591\ud55c \ubc29\uc2dd\uc73c\ub85c \uc870\uc791\ud560\u2026","rel":"","context":"&quot;\ud30c\uc774\uc36c\uacf5\ubd80&quot;\uc5d0\uc11c","block_context":{"text":"\ud30c\uc774\uc36c\uacf5\ubd80","link":"https:\/\/atmokpo.com\/w\/category\/%ed%8c%8c%ec%9d%b4%ec%8d%ac%ea%b3%b5%eb%b6%80\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":29041,"url":"https:\/\/atmokpo.com\/w\/29041\/","url_meta":{"origin":24231,"position":5},"title":"\uba38\uc2e0\ub7ec\ub2dd \ubc0f \ub525\ub7ec\ub2dd \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529, \ubcc0\ub3d9\uc131 \uc9c0\ud45c","author":"root","date":"2024\ub144 10\uc6d4 27\uc77c","format":false,"excerpt":"\ud604\ub300 \uae08\uc735\uc2dc\uc7a5\uc5d0\uc11c \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529(Algorithmic Trading)\uc740 \ud22c\uc790\uc790\ub4e4\uc774 \uc2e4\uc2dc\uac04\uc73c\ub85c \uac70\ub798 \uacb0\uc815\uc744 \ub0b4\ub9b4 \uc218 \uc788\ub294 \uac15\ub825\ud55c \ub3c4\uad6c\ub85c \uc790\ub9ac\uc7a1\uace0 \uc788\uc2b5\ub2c8\ub2e4. \ud2b9\ud788 \uba38\uc2e0\ub7ec\ub2dd(Machine Learning) \ubc0f \ub525\ub7ec\ub2dd(Deep Learning) \uae30\uc220\uc774 \uc811\ubaa9\ub418\uba74\uc11c \ud2b8\ub808\uc774\ub529\uc758 \ud6a8\uc728\uc131\uc774 \ub354\uc6b1 \ub192\uc544\uc84c\uc2b5\ub2c8\ub2e4. \uc774\ubc88 \uac15\uc88c\uc5d0\uc11c\ub294 \uba38\uc2e0\ub7ec\ub2dd \ubc0f \ub525\ub7ec\ub2dd \uc54c\uace0\ub9ac\uc998\uc744 \ud65c\uc6a9\ud55c \ud2b8\ub808\uc774\ub529 \uae30\ubc95\uacfc \ubcc0\ub3d9\uc131 \uc9c0\ud45c\uc5d0 \ub300\ud574 \uc2ec\ub3c4 \uae4a\uc740 \ub0b4\uc6a9\uc744 \ub2e4\ub8e8\uc5b4\ubcf4\uaca0\uc2b5\ub2c8\ub2e4. 1. \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529\uc758 \uc774\ud574 \uc54c\uace0\ub9ac\uc998 \ud2b8\ub808\uc774\ub529\uc740\u2026","rel":"","context":"&quot;\ub525\ub7ec\ub2dd \uba38\uc2e0\ub7ec\ub2dd \uc790\ub3d9 \ud2b8\ub808\uc774\ub529&quot;\uc5d0\uc11c","block_context":{"text":"\ub525\ub7ec\ub2dd \uba38\uc2e0\ub7ec\ub2dd \uc790\ub3d9 \ud2b8\ub808\uc774\ub529","link":"https:\/\/atmokpo.com\/w\/category\/%eb%94%a5%eb%9f%ac%eb%8b%9d-%eb%a8%b8%ec%8b%a0%eb%9f%ac%eb%8b%9d-%ec%9e%90%eb%8f%99-%ed%8a%b8%eb%a0%88%ec%9d%b4%eb%94%a9\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/comments?post=24231"}],"version-history":[{"count":2,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24231\/revisions"}],"predecessor-version":[{"id":24244,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/posts\/24231\/revisions\/24244"}],"wp:attachment":[{"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/media?parent=24231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/categories?post=24231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atmokpo.com\/w\/wp-json\/wp\/v2\/tags?post=24231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}