{"id":1799,"date":"2020-10-17T04:03:08","date_gmt":"2020-10-16T19:03:08","guid":{"rendered":"http:\/\/blog.anyons.net\/?p=1799"},"modified":"2022-07-12T14:43:05","modified_gmt":"2022-07-12T05:43:05","slug":"media-query-size","status":"publish","type":"post","link":"https:\/\/anyons.net\/?p=1799","title":{"rendered":"media query Size"},"content":{"rendered":"\n<pre class=\"prettyprint \">\ubd80\ud2b8\uc2a4\ud2b8\ub7a9\uc758 \uadf8\ub9ac\ub4dc class\n .col-xl- (\ucd08\ub300\ud615 \uc7a5\uce58)\n .col-lg- (\ub300\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 1200 px \ubbf8\ub9cc)\n .col-md- (\uc911\uac04 \ud06c\uae30 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 992px \ubbf8\ub9cc)\n .col-sm- (\uc18c\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 768px \ubbf8\ub9cc)\n .col- (\uc18c\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 576px \ubbf8\ub9cc)\n .col (\uae30\ubcf8\uac12 - \uc790\ub3d9\uc73c\ub85c \ubc18\uc751) <\/pre>\n<pre class=\"prettyprint \">\uae30\ubcf8 - \ub370\uc2a4\ud06c\ud0d1\n\n@media (min-width: 1281px)\n- \ub7a9\ud0d1, \ub370\uc2a4\ud06c\ud0d1\n\n@media (min-width: 1025px)\n- \ud0dc\ube14\ub9bf, \uc544\uc774\ud328\ub4dc (\uc138\ub85c)\n\n@media (min-width: 768px)\n- \ud0dc\ube14\ub9bf, \uc544\uc774\ud328\ub4dc (\uac00\ub85c)\n\n@media (min-width: 481px)\n- \uc800\ud574\uc0c1\ub3c4 \ud0dc\ube14\ub9bf, \ubaa8\ubc14\uc77c (\uac00\ub85c)\n\n@media (min-width: 320px) \n- \ub300\ubd80\ubd84\uc758 \uc2a4\ub9c8\ud2b8\ud3f0 \ubaa8\ubc14\uc77c \uae30\uae30 (\uc138\ub85c)<\/pre>\n<pre class=\"\"><code>\/* Smartphones (portrait and landscape) ----------- *\/\n@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {\n\/* Styles *\/\n}\n\n\/* Smartphones (landscape) ----------- *\/\n@media only screen and (min-width : 321px) {\n\/* Styles *\/\n}\n\n\/* Smartphones (portrait) ----------- *\/\n@media only screen and (max-width : 320px) {\n\/* Styles *\/\n}\n\n\/* iPads (portrait and landscape) ----------- *\/\n@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {\n\/* Styles *\/\n}\n\n\/* iPads (landscape) ----------- *\/\n@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {\n\/* Styles *\/\n}\n\n\/* iPads (portrait) ----------- *\/\n@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {\n\/* Styles *\/\n}\n\/**********\niPad 3\n**********\/\n@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {\n\/* Styles *\/\n}\n\/* Desktops and laptops ----------- *\/\n@media only screen  and (min-width : 1224px) {\n\/* Styles *\/\n}\n\n\/* Large screens ----------- *\/\n@media only screen  and (min-width : 1824px) {\n\/* Styles *\/\n}\n\n\/* iPhone 4 ----------- *\/\n@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {\n\/* Styles *\/\n}\n\n\/* iPhone 5 ----------- *\/\n@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n\/* iPhone 6, 7, 8 ----------- *\/\n@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n\/* iPhone 6+, 7+, 8+ ----------- *\/\n@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n\/* iPhone X ----------- *\/\n@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n\n\/* iPhone XS Max, XR ----------- *\/\n@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n\n\/* Samsung Galaxy S3 ----------- *\/\n@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){\n\/* Styles *\/\n}\n\n\/* Samsung Galaxy S4 ----------- *\/\n@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n\n\/* Samsung Galaxy S5 ----------- *\/\n@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n\n@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){\n\/* Styles *\/\n}\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p> \ubd80\ud2b8\uc2a4\ud2b8\ub7a9\uc758 \uadf8\ub9ac\ub4dc class .col-xl- (\ucd08\ub300\ud615 \uc7a5\uce58) .col-lg- (\ub300\ud615 \uc7a5\uce58 &#8211; \ud654\uba74 \ub108\ube44\uac00 1200 px \ubbf8\ub9cc) .col-md- (\uc911\uac04 \ud06c\uae30 \uc7a5\uce58 &#8211; \ud654\uba74 \ub108\ube44\uac00 992px \ubbf8\ub9cc) .col-sm- (\uc18c\ud615 \uc7a5\uce58 &#8211; \ud654\uba74 \ub108\ube44\uac00 768px \ubbf8\ub9cc) .col- (\uc18c\ud615 \uc7a5\uce58 &#8211; \ud654\uba74 \ub108\ube44\uac00 576px \ubbf8\ub9cc) .col (\uae30\ubcf8\uac12 &#8211; \uc790\ub3d9\uc73c\ub85c \ubc18\uc751) \uae30\ubcf8 &#8211; \ub370\uc2a4\ud06c\ud0d1 @media (min-width: 1281px) &#8211; \ub7a9\ud0d1, \ub370\uc2a4\ud06c\ud0d1 [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[95,96,165],"tags":[416,417,32,410,418,408,409,415,413,414],"class_list":["post-1799","post","type-post","status-publish","format-standard","hentry","category-concept","category-programming","category-system","tag-bootstrap","tag-col","tag-css","tag-iphone","tag-media","tag-media-query","tag-size","tag-415","tag-413","tag-414","odd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>media query Size - anydragon<\/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:\/\/anyons.net\/?p=1799\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"media query Size - anydragon\" \/>\n<meta property=\"og:description\" content=\"\ubd80\ud2b8\uc2a4\ud2b8\ub7a9\uc758 \uadf8\ub9ac\ub4dc class .col-xl- (\ucd08\ub300\ud615 \uc7a5\uce58) .col-lg- (\ub300\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 1200 px \ubbf8\ub9cc) .col-md- (\uc911\uac04 \ud06c\uae30 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 992px \ubbf8\ub9cc) .col-sm- (\uc18c\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 768px \ubbf8\ub9cc) .col- (\uc18c\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 576px \ubbf8\ub9cc) .col (\uae30\ubcf8\uac12 - \uc790\ub3d9\uc73c\ub85c \ubc18\uc751) \uae30\ubcf8 - \ub370\uc2a4\ud06c\ud0d1 @media (min-width: 1281px) - \ub7a9\ud0d1, \ub370\uc2a4\ud06c\ud0d1 [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anyons.net\/?p=1799\" \/>\n<meta property=\"og:site_name\" content=\"anydragon\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/anydragon\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-16T19:03:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-12T05:43:05+00:00\" \/>\n<meta name=\"author\" content=\"anydragon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@anydragon\" \/>\n<meta name=\"twitter:site\" content=\"@anydragon\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"anydragon\" \/>\n\t<meta name=\"twitter:label2\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data2\" content=\"2\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1799#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1799\"},\"author\":{\"name\":\"anydragon\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"headline\":\"media query Size\",\"datePublished\":\"2020-10-16T19:03:08+00:00\",\"dateModified\":\"2022-07-12T05:43:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1799\"},\"wordCount\":3,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"keywords\":[\"bootstrap\",\"col\",\"css\",\"iphone\",\"media\",\"media query\",\"size\",\"\ubaa8\ubc14\uc77c\",\"\ubbf8\ub514\uc5b4\ucffc\ub9ac\",\"\ud574\uc0c1\ub3c4\"],\"articleSection\":[\"Concept\",\"Programming\",\"System\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=1799#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1799\",\"url\":\"https:\\\/\\\/anyons.net\\\/?p=1799\",\"name\":\"media query Size - anydragon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\"},\"datePublished\":\"2020-10-16T19:03:08+00:00\",\"dateModified\":\"2022-07-12T05:43:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1799#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=1799\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=1799#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/anyons.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"media query Size\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\",\"url\":\"https:\\\/\\\/anyons.net\\\/\",\"name\":\"anydragon\",\"description\":\"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang\",\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/anyons.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\",\"name\":\"anydragon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"url\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"contentUrl\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\",\"width\":2560,\"height\":1440,\"caption\":\"anydragon\"},\"logo\":{\"@id\":\"http:\\\/\\\/anyons.net\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/bg3-scaled.jpeg\"},\"sameAs\":[\"http:\\\/\\\/anyons.net\",\"https:\\\/\\\/www.facebook.com\\\/anydragon\",\"https:\\\/\\\/x.com\\\/anydragon\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCr78KWpvmk398vPfpUTWNLg\"],\"url\":\"https:\\\/\\\/anyons.net\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"media query Size - anydragon","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:\/\/anyons.net\/?p=1799","og_locale":"ko_KR","og_type":"article","og_title":"media query Size - anydragon","og_description":"\ubd80\ud2b8\uc2a4\ud2b8\ub7a9\uc758 \uadf8\ub9ac\ub4dc class .col-xl- (\ucd08\ub300\ud615 \uc7a5\uce58) .col-lg- (\ub300\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 1200 px \ubbf8\ub9cc) .col-md- (\uc911\uac04 \ud06c\uae30 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 992px \ubbf8\ub9cc) .col-sm- (\uc18c\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 768px \ubbf8\ub9cc) .col- (\uc18c\ud615 \uc7a5\uce58 - \ud654\uba74 \ub108\ube44\uac00 576px \ubbf8\ub9cc) .col (\uae30\ubcf8\uac12 - \uc790\ub3d9\uc73c\ub85c \ubc18\uc751) \uae30\ubcf8 - \ub370\uc2a4\ud06c\ud0d1 @media (min-width: 1281px) - \ub7a9\ud0d1, \ub370\uc2a4\ud06c\ud0d1 [...]","og_url":"https:\/\/anyons.net\/?p=1799","og_site_name":"anydragon","article_publisher":"https:\/\/www.facebook.com\/anydragon","article_author":"https:\/\/www.facebook.com\/anydragon","article_published_time":"2020-10-16T19:03:08+00:00","article_modified_time":"2022-07-12T05:43:05+00:00","author":"anydragon","twitter_card":"summary_large_image","twitter_creator":"@anydragon","twitter_site":"@anydragon","twitter_misc":{"\uae00\uc4f4\uc774":"anydragon","\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"2\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/anyons.net\/?p=1799#article","isPartOf":{"@id":"https:\/\/anyons.net\/?p=1799"},"author":{"name":"anydragon","@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"headline":"media query Size","datePublished":"2020-10-16T19:03:08+00:00","dateModified":"2022-07-12T05:43:05+00:00","mainEntityOfPage":{"@id":"https:\/\/anyons.net\/?p=1799"},"wordCount":3,"commentCount":0,"publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"keywords":["bootstrap","col","css","iphone","media","media query","size","\ubaa8\ubc14\uc77c","\ubbf8\ub514\uc5b4\ucffc\ub9ac","\ud574\uc0c1\ub3c4"],"articleSection":["Concept","Programming","System"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/anyons.net\/?p=1799#respond"]}]},{"@type":"WebPage","@id":"https:\/\/anyons.net\/?p=1799","url":"https:\/\/anyons.net\/?p=1799","name":"media query Size - anydragon","isPartOf":{"@id":"https:\/\/anyons.net\/#website"},"datePublished":"2020-10-16T19:03:08+00:00","dateModified":"2022-07-12T05:43:05+00:00","breadcrumb":{"@id":"https:\/\/anyons.net\/?p=1799#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anyons.net\/?p=1799"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/anyons.net\/?p=1799#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anyons.net\/"},{"@type":"ListItem","position":2,"name":"media query Size"}]},{"@type":"WebSite","@id":"https:\/\/anyons.net\/#website","url":"https:\/\/anyons.net\/","name":"anydragon","description":"mac, linux, aws, c, c++, mysql, mssql, redis, csharp, nodejs, rust, golang","publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/anyons.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":["Person","Organization"],"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b","name":"anydragon","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","url":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","contentUrl":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg","width":2560,"height":1440,"caption":"anydragon"},"logo":{"@id":"http:\/\/anyons.net\/wp-content\/uploads\/2022\/06\/bg3-scaled.jpeg"},"sameAs":["http:\/\/anyons.net","https:\/\/www.facebook.com\/anydragon","https:\/\/x.com\/anydragon","https:\/\/www.youtube.com\/channel\/UCr78KWpvmk398vPfpUTWNLg"],"url":"https:\/\/anyons.net\/?author=1"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":2580,"url":"https:\/\/anyons.net\/?p=2580","url_meta":{"origin":1799,"position":0},"title":"bootstrap\uc5d0\uc11c bootstrap-select \uc0ac\uc6a9\ud560\ub54c \uc0c1\uc704\uc5d0 \uc788\ub294 table-responsive\ub54c\ubb38\uc5d0 dropdown\uc774 \uc9e4\ub824 \ubcf4\uc77c\ub54c \uc0ac\uc6a9\ud558\ub294 css","author":"anydragon","date":"2022\ub144 06\uc6d4 15\uc77c","format":false,"excerpt":".css \/* table-responsive\uc758 \ub192\uc774\uac00 \uc9e7\uc744\ub54c dropdown-menu\uac00 \uc9e4\ub9ac\ub294 \ubb38\uc81c \ud574\uacb0 *\/ @media (max-width: 767px) { .table-responsive .dropdown-menu { position: static !important; } } \u00a0","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":444,"url":"https:\/\/anyons.net\/?p=444","url_meta":{"origin":1799,"position":1},"title":"CHtmlView\uc758 C++\uc5d0\uc11c \uc0dd\uc131\ud55c JScript\ub97c \ubaa8\ub4e0 Frame\uc5d0 \ub300\ud574 Inject\ud558\uc5ec \uc2e4\ud589\ud558\uae30","author":"anydragon","date":"2012\ub144 09\uc6d4 17\uc77c","format":false,"excerpt":"\ucd9c\ucc98] http:\/\/greenfishblog.tistory.com\/46 CHtmlView(CDHtmlDialog, CHtmlDialog)\ub4f1\uc5d0\uc11c HTML\uc744 \ub85c\ub4dc\ud558\uc5ec \uc2e4\ud589\ud558\uac8c \ub429\ub2c8\ub2e4. \ud639\uc2dc \uc774\ub7f0 \uc0dd\uac01\uc744 \ud574\ubcf4\uc2e0\uc801 \uc788\ub294\uc9c0\uc694? \uae30\uc874 HTML \uc18c\uc2a4\uc5d0 \ub3d9\uc801\uc73c\ub85c JScript\ub97c \ucd94\uac00\ud558\uace0, \uadf8 \ud568\uc218\ub97c \ud638\ucd9c\ubc1b\uace0 \uc2f6\ub2e4... \ub2e8, \ucd94\uac00\ud560 JScript \uc18c\uc2a4\ub294 C++\uc5d0\uc11c \uba85\uc2dc\uc801\uc73c\ub85c \uc815\uc758\ud55c\ub2e4. \uc989, \ub3d9\uc77c\ud55c URL\uc5d0 \ub300\ud574 \uae30\uc874\uc758 \uc77c\ubc18 \uc6f9 \ube0c\ub77c\uc6b0\uc800\uc640 \uc870\uae08 \ub2e4\ub978 \uc6f9(\uc989, \ubb50.. \ud654\uba74 \uc0c1\ub2e8\uc5d0 \uac15\uc81c\uc801\uc778 \ubc84\ud2bc \ucd94\uacfc\uc640 \uadf8 \ucc98\ub9ac\ub4f1\ub4f1...)\uc744 \ud45c\ud604\ud558\uace0\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":12,"url":"https:\/\/anyons.net\/?p=12","url_meta":{"origin":1799,"position":2},"title":"select \uc2dc\uc5d0 \uc138\ub85c\ud589 \ucd9c\ub825\uc744 \uac00\ub85c\ud589 \ucd9c\ub825\uc73c\ub85c \ubcc0\ud658","author":"anydragon","date":"2009\ub144 09\uc6d4 14\uc77c","format":false,"excerpt":"\ucd9c\ucc98 : http:\/\/bomb.egloos.com\/1073673 SELECT MAX(DECODE(A, '1', B) as COL1, MAX(DECODE(A, '2', B) as COL2, MAX(DECODE(A, '3', B) as COL3 FROM ( SELECT A, B FROM [table] )","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1235,"url":"https:\/\/anyons.net\/?p=1235","url_meta":{"origin":1799,"position":3},"title":"MySQL \ud29c\ub2dd (from \ub098\ud504\ub2e4)","author":"anydragon","date":"2017\ub144 01\uc6d4 18\uc77c","format":false,"excerpt":"\uba3c\uc800 Subscription\uc744 \ubc1b\uc544\ub77c \uae30\uc220\uc9c0\uc6d0 \uc5c5\uccb4\uc5d0\uac8c \uc758\uc9c0\ud574\ub77c HW \uc758 \uc911\uc694\uc131 mysql community < mysql enterprize \uc4f0\ub808\ub4dc\ud480\uc774 \uc788\uace0 \uc5c6\uace0 \ucc28\uc774 (12 core \uc774\uc0c1\uc5d0\uc11c \uc131\ub2a5 \ucc28\uc774) -> maria DB\ub294 \uc4f0\ub808\ub4dc\ud480\uc774 \uc874\uc7ac \uc2a4\ud1a0\ub9ac\uc9c0 \uc5d4\uc9c4\uc774 \ub530\ub85c \uc788\ub2e4. my.cnf \ub97c \uc798 \uc368\ub77c default\ub85c \uc788\ub294 \uac83\uc740 \ub0ae\uc740 \uc2dc\uc2a4\ud15c\uc5d0\uc11c \ub3cc\ub9ac\uac8c\ub054 \ub418\uc5b4 \uc788\ub294 \uac83\uc774\ub2e4. \uc131\ub2a5 \ud55c\uacc4\uac00 \uc788\ub2e4. BMT \uc218\uce58\ub294\u2026","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":183,"url":"https:\/\/anyons.net\/?p=183","url_meta":{"origin":1799,"position":4},"title":"System Power States","author":"anydragon","date":"2011\ub144 10\uc6d4 03\uc77c","format":false,"excerpt":"\ucd9c\ucc98 : http:\/\/www.jiniya.net\/wp\/archives\/4511 Power state ACPI state Description Working S0 The system is fully usable. Devices that are not in use can save power by entering a lower power state. Sleep S1 S2 S3 The system appears to be off. Power consumption is reduced to one of several levels, depending\u2026","rel":"","context":"&quot;Programming&quot;\uc5d0\uc11c","block_context":{"text":"Programming","link":"https:\/\/anyons.net\/?cat=96"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2796,"url":"https:\/\/anyons.net\/?p=2796","url_meta":{"origin":1799,"position":5},"title":"mac \uc5d0\uc11c dotnet core \uac1c\ubc1c\ud658\uacbd \ub9cc\ub4e4\uae30 &#8211; 1","author":"anydragon","date":"2022\ub144 08\uc6d4 20\uc77c","format":false,"excerpt":"\uc6b0\uc120\uc740 dotnet sdk\ub97c \uc124\uce58 \ud574\uc57c \ud55c\ub2e4. dotnet 5.0 \uae4c\uc9c0\ub294 brew\ub97c \ud1b5\ud574 \uc124\uce58\ud558\uae30\uac00 \ub9ce\uc774 \uc560\ub9e4 \ud588\uc9c0\ub9cc 6.0\ub300\ub85c \uac00\uba74\uc11c brew\ub97c \ud1b5\ud574 \uc124\uce58\uac00 \uac00\ub2a5\ud558\ub2e4. \uc77c\ub2e8 brew\ub97c \uc124\uce58\ud55c\ub2e4. \/bin\/bash -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/HEAD\/install.sh)\" brew\ub85c dotnet sdk \ub97c \uc124\uce58 \ud55c\ub2e4. brew install --cask dotnet-sdk \uadf8\ub9ac\uace0 vscode\ub97c \uc124\uce58\ud55c\ub2e4 brew install --cask visual-studio-code vscode\uc5d0\uc11c dotnet \uac1c\ubc1c\uc744 \ud558\uae30\u2026","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/1799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1799"}],"version-history":[{"count":0,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/1799\/revisions"}],"wp:attachment":[{"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1799"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1799"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}