{"id":2774,"date":"2022-07-21T01:51:25","date_gmt":"2022-07-20T16:51:25","guid":{"rendered":"http:\/\/anyons.net\/?p=2774"},"modified":"2022-07-21T01:51:33","modified_gmt":"2022-07-20T16:51:33","slug":"javascript-library-tagit-%ec%97%90%ec%84%9c-initialize-config","status":"publish","type":"post","link":"https:\/\/anyons.net\/?p=2774","title":{"rendered":"javascript library tagit \uc5d0\uc11c initialize config"},"content":{"rendered":"\n\n\n<h3>1. Load Script<\/h3>\n<pre class=\"lang:xhtml decode:true\">&lt;link href=\"css\/jquery.tagit.css\" rel=\"stylesheet\"&gt;\n&lt;script src=\"\/\/code.jquery.com\/jquery.min.js\"&gt;&lt;\/script&gt;\n&lt;script src=\"js\/tag-it.min.js\"&gt;&lt;\/script&gt;<\/pre>\n<h3>2. Basic HTML<\/h3>\n<pre class=\"lang:c# decode:true\">&lt;form&gt;\n  &lt;input name=\"tags\" id=\"demo-input\" value=\"Armenia, Germany\" disabled=\"true\"&gt;\n  &lt;ul id=\"demo-list\"&gt;&lt;\/ul&gt;\n  &lt;input type=\"submit\" value=\"Submit\"&gt;\n&lt;\/form&gt;<\/pre>\n<h3>3. Suggested values<\/h3>\n<pre class=\"lang:js decode:true\">var country_list = [\"Afghanistan\",\"Albania\",\"Algeria\"];<\/pre>\n<h3>4. Initialize<\/h3>\n<pre class=\"lang:js decode:true\">$('#demo-list').tagit({\n  availableTags: country_list,\n  \/\/ This will make Tag-it submit a single form value, as a comma-delimited field.\n  singleField: true,\n  singleFieldNode: $('#demo-input')\n});<\/pre>\n<h3>5. More configuration<\/h3>\n<pre class=\"lang:js decode:true\">$('#demo-list').tagit({\n  allowDuplicates: false,\n  caseSensitive: true,\n  fieldName: \"tags\",\n  placeholderText: null,\n  readOnly: false,\n  removeConfirmation: false,\n  tagLimit: null,\n  availableTags: [],\n  autocomplete: {},\n  showAutocompleteOnFocus: false,\n  allowSpaces: false,\n  singleField: false,\n  singleFieldDelimiter: \",\",\n  singleFieldNode: null,\n  animate: true,\n  tabIndex: null,\n});<\/pre>\n<p>\uae30\ubcf8 \uae30\ub2a5\uc740 space\ub97c \ub204\ub974\uba74 tag \ucc98\ub9ac\ub97c \ud55c\ub2e4. \ud558\uc9c0\ub9cc \ub09c tag \uc5d0 space\ub97c \ub123\uc744\uc218 \uc788\uace0 comma \ub97c \ucc98\ub9ac\ud558\uac8c \ud558\uace0 \uc2f6\uc5c8\ub2e4. \ub531\ud788 \ud658\uacbd\uc5d0 comma \uac00 \uc5c6\uc5b4\uc11c \ud639\uc2dc \ud558\ub294 \ub9c8\uc74c\uc5d0 allowSpaces: true \ub97c \ud588\ub354\ub2c8 \ub0b4 \uc0dd\uac01\ub300\ub85c \uc6c0\uc9c1\uc600\ub2e4.<\/p>\n<h3>6. Callback function<\/h3>\n<pre class=\"lang:js decode:true \">$('#demo-list').tagit({\n  beforeTagAdded: null,\n  afterTagAdded: null,\n  beforeTagRemoved: null,\n  afterTagRemoved: null,\n  onTagClicked: null,\n  onTagLimitExceeded: null,\n  onTagAdded: null,\n  onTagRemoved: null,\n});<\/pre>\n<p>\uc5ec\uae30\uae4c\uc9c0\ub294 \uc778\ud130\ub137\uc5d0\uc11c \ucc3e\uc744\uc218 \uc788\ub294 \uc77c\ubc18\uc801\uc778 \ub0b4\uc6a9\uc774\uace0 \uc2e4\uc81c\ub85c \ub0b4\uac00 \uc0ac\uc6a9\ud55c \ucf54\ub4dc\ub294 \uc544\ub798\uc640 \uac19\ub2e4.<\/p>\n<pre class=\"lang:js decode:true \">var sampleTags = ['c++', 'java', 'php', 'coldfusion', 'javascript', 'asp', 'ruby', 'python', 'c', 'scala', 'groovy', 'haskell', 'perl', 'erlang', 'apl', 'cobol', 'go', 'lua'];\n\n$('#tag').tagit({\n\tavailableTags: sampleTags,\n\tallowSpaces: true\n});<\/pre>\n<p>\u00a0<\/p>\n","protected":false},"excerpt":{"rendered":"<p> 1. Load Script &lt;link href=&#8221;css\/jquery.tagit.css&#8221; rel=&#8221;stylesheet&#8221;&gt; &lt;script src=&#8221;\/\/code.jquery.com\/jquery.min.js&#8221;&gt;&lt;\/script&gt; &lt;script src=&#8221;js\/tag-it.min.js&#8221;&gt;&lt;\/script&gt; 2. Basic HTML &lt;form&gt; &lt;input name=&#8221;tags&#8221; id=&#8221;demo-input&#8221; value=&#8221;Armenia, Germany&#8221; disabled=&#8221;true&#8221;&gt; &lt;ul id=&#8221;demo-list&#8221;&gt;&lt;\/ul&gt; &lt;input type=&#8221;submit&#8221; value=&#8221;Submit&#8221;&gt; &lt;\/form&gt; 3. Suggested values var country_list = [&#8220;Afghanistan&#8221;,&#8221;Albania&#8221;,&#8221;Algeria&#8221;]; 4. Initialize $(&#8216;#demo-list&#8217;).tagit({ availableTags: country_list, \/\/ This will make Tag-it submit a single form value, as a comma-delimited field. singleField: true, [&#8230;]<\/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":"","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":[94,96],"tags":[574,576,577,37,426,575,573,572,571],"class_list":["post-2774","post","type-post","status-publish","format-standard","hentry","category-configuration","category-programming","tag-comma","tag-config","tag-initialize","tag-javascript","tag-library","tag-samples","tag-space","tag-tag-it","tag-tagit","odd"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>javascript library tagit \uc5d0\uc11c initialize config - 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=2774\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"javascript library tagit \uc5d0\uc11c initialize config - anydragon\" \/>\n<meta property=\"og:description\" content=\"1. Load Script &lt;link href=&quot;css\/jquery.tagit.css&quot; rel=&quot;stylesheet&quot;&gt; &lt;script src=&quot;\/\/code.jquery.com\/jquery.min.js&quot;&gt;&lt;\/script&gt; &lt;script src=&quot;js\/tag-it.min.js&quot;&gt;&lt;\/script&gt; 2. Basic HTML &lt;form&gt; &lt;input name=&quot;tags&quot; id=&quot;demo-input&quot; value=&quot;Armenia, Germany&quot; disabled=&quot;true&quot;&gt; &lt;ul id=&quot;demo-list&quot;&gt;&lt;\/ul&gt; &lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt; &lt;\/form&gt; 3. Suggested values var country_list = [&quot;Afghanistan&quot;,&quot;Albania&quot;,&quot;Algeria&quot;]; 4. Initialize $(&#039;#demo-list&#039;).tagit({ availableTags: country_list, \/\/ This will make Tag-it submit a single form value, as a comma-delimited field. singleField: true, [...]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anyons.net\/?p=2774\" \/>\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=\"2022-07-20T16:51:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-07-20T16:51:33+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=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2774#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2774\"},\"author\":{\"name\":\"anydragon\",\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"headline\":\"javascript library tagit \uc5d0\uc11c initialize config\",\"datePublished\":\"2022-07-20T16:51:25+00:00\",\"dateModified\":\"2022-07-20T16:51:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2774\"},\"wordCount\":24,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#\\\/schema\\\/person\\\/e848d5666536ff82e9ee531c70249f2b\"},\"keywords\":[\"comma\",\"config\",\"initialize\",\"javascript\",\"Library\",\"samples\",\"space\",\"tag-it\",\"tagit\"],\"articleSection\":[\"Configuration\",\"Programming\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2774#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2774\",\"url\":\"https:\\\/\\\/anyons.net\\\/?p=2774\",\"name\":\"javascript library tagit \uc5d0\uc11c initialize config - anydragon\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/#website\"},\"datePublished\":\"2022-07-20T16:51:25+00:00\",\"dateModified\":\"2022-07-20T16:51:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2774#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/anyons.net\\\/?p=2774\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/anyons.net\\\/?p=2774#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/anyons.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"javascript library tagit \uc5d0\uc11c initialize config\"}]},{\"@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":"javascript library tagit \uc5d0\uc11c initialize config - 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=2774","og_locale":"ko_KR","og_type":"article","og_title":"javascript library tagit \uc5d0\uc11c initialize config - anydragon","og_description":"1. Load Script &lt;link href=\"css\/jquery.tagit.css\" rel=\"stylesheet\"&gt; &lt;script src=\"\/\/code.jquery.com\/jquery.min.js\"&gt;&lt;\/script&gt; &lt;script src=\"js\/tag-it.min.js\"&gt;&lt;\/script&gt; 2. Basic HTML &lt;form&gt; &lt;input name=\"tags\" id=\"demo-input\" value=\"Armenia, Germany\" disabled=\"true\"&gt; &lt;ul id=\"demo-list\"&gt;&lt;\/ul&gt; &lt;input type=\"submit\" value=\"Submit\"&gt; &lt;\/form&gt; 3. Suggested values var country_list = [\"Afghanistan\",\"Albania\",\"Algeria\"]; 4. Initialize $('#demo-list').tagit({ availableTags: country_list, \/\/ This will make Tag-it submit a single form value, as a comma-delimited field. singleField: true, [...]","og_url":"https:\/\/anyons.net\/?p=2774","og_site_name":"anydragon","article_publisher":"https:\/\/www.facebook.com\/anydragon","article_author":"https:\/\/www.facebook.com\/anydragon","article_published_time":"2022-07-20T16:51:25+00:00","article_modified_time":"2022-07-20T16:51:33+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":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/anyons.net\/?p=2774#article","isPartOf":{"@id":"https:\/\/anyons.net\/?p=2774"},"author":{"name":"anydragon","@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"headline":"javascript library tagit \uc5d0\uc11c initialize config","datePublished":"2022-07-20T16:51:25+00:00","dateModified":"2022-07-20T16:51:33+00:00","mainEntityOfPage":{"@id":"https:\/\/anyons.net\/?p=2774"},"wordCount":24,"commentCount":0,"publisher":{"@id":"https:\/\/anyons.net\/#\/schema\/person\/e848d5666536ff82e9ee531c70249f2b"},"keywords":["comma","config","initialize","javascript","Library","samples","space","tag-it","tagit"],"articleSection":["Configuration","Programming"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/anyons.net\/?p=2774#respond"]}]},{"@type":"WebPage","@id":"https:\/\/anyons.net\/?p=2774","url":"https:\/\/anyons.net\/?p=2774","name":"javascript library tagit \uc5d0\uc11c initialize config - anydragon","isPartOf":{"@id":"https:\/\/anyons.net\/#website"},"datePublished":"2022-07-20T16:51:25+00:00","dateModified":"2022-07-20T16:51:33+00:00","breadcrumb":{"@id":"https:\/\/anyons.net\/?p=2774#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anyons.net\/?p=2774"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/anyons.net\/?p=2774#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anyons.net\/"},{"@type":"ListItem","position":2,"name":"javascript library tagit \uc5d0\uc11c initialize config"}]},{"@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":2578,"url":"https:\/\/anyons.net\/?p=2578","url_meta":{"origin":2774,"position":0},"title":"Youtube\ub97c \ud398\uc774\uc9c0 \ub108\ube44\uc5d0 \ub9de\ucd9c\ub54c","author":"anydragon","date":"2022\ub144 06\uc6d4 15\uc77c","format":false,"excerpt":".css .player { margin-bottom: 20px; position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .player .youtube { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .html <label>Youtube<\/label> <div class=\"player\"> <div id=\"player[0]\" class=\"youtube\"><\/div> <\/div> .js <script> var player = new Array(); var id = YouTubeGetID($('#fd_strYoutubeUrl').val()); \/\/\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":16,"url":"https:\/\/anyons.net\/?p=16","url_meta":{"origin":2774,"position":1},"title":"\uc624\uc720\ucc98\ub7fc \ub354\ube14 \ud074\ub9ad\uc2dc\uc5d0 \ub9e8 \uc704\ub85c \uac00\uace0 \ub9e8 \uc544\ub798\ub85c \uac00\uace0 \uc2f6\uc73c\uba74","author":"anydragon","date":"2009\ub144 10\uc6d4 05\uc77c","format":false,"excerpt":"<script language=\"javascript\"> function totopbottom() { \/\/ if (document.body.scrollTop == 0) { \uc624\uc720\uc5d0\ub294 \uc774\ub807\uac8c \ub418\uc5b4 \uc788\uc9c0\ub9cc... if (document.documentElement.scrollTop == 0) { window.scrollTo(0,document.body.scrollHeight); } else { window.scrollTo(0,0); } } function topbottom() { document.body.ondblclick = totopbottom; } <\/script> \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":2313,"url":"https:\/\/anyons.net\/?p=2313","url_meta":{"origin":2774,"position":2},"title":"Ubuntu 20.04 \uc5d0 Bitcoin Core \uc124\uce58","author":"anydragon","date":"2021\ub144 04\uc6d4 05\uc77c","format":false,"excerpt":"# Install Dependencies # ----------------------------------------------------------------------------------------------------------- # Build requirements: sudo apt install git build-essential libtool autotools-dev autoconf automake pkg-config bsdmainutils python3 libssl-dev libssl-dev # Install required dependencies sudo apt install libevent-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev libboost-thread-dev # Install the BerkeleyDB from Ubuntu repositories: sudo apt install libdb-dev libdb++-dev libsqlite3-dev # Optional: upnpc\u2026","rel":"","context":"&quot;Command&quot;\uc5d0\uc11c","block_context":{"text":"Command","link":"https:\/\/anyons.net\/?cat=93"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1201,"url":"https:\/\/anyons.net\/?p=1201","url_meta":{"origin":2774,"position":3},"title":"sql \uc2a4\ud06c\ub9bd\ud2b8 \uc0dd\uc131\uc2dc\uc5d0 \uc635\uc158","author":"anydragon","date":"2016\ub144 07\uc6d4 27\uc77c","format":false,"excerpt":"","rel":"","context":"&quot;Configuration&quot;\uc5d0\uc11c","block_context":{"text":"Configuration","link":"https:\/\/anyons.net\/?cat=94"},"img":{"alt_text":"\u1109\u1173\u110f\u1173\u1105\u1175\u11ab\u1109\u1163\u11ba 2016-07-27 \u110b\u1169\u1112\u116e 3.22.20","src":"https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2016\/07\/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2016-07-27-%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE-3.22.20.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2016\/07\/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2016-07-27-%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE-3.22.20.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2016\/07\/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2016-07-27-%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE-3.22.20.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2016\/07\/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2016-07-27-%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE-3.22.20.png?resize=700%2C400 2x, https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2016\/07\/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2016-07-27-%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE-3.22.20.png?resize=1050%2C600 3x, https:\/\/i0.wp.com\/anyons.net\/wp-content\/uploads\/2016\/07\/%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA-2016-07-27-%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE-3.22.20.png?resize=1400%2C800 4x"},"classes":[]},{"id":2571,"url":"https:\/\/anyons.net\/?p=2571","url_meta":{"origin":2774,"position":4},"title":"\ud0a4\ud06c\ub860(KeyChron) \ud0a4\ubcf4\ub4dc\uc5d0\uc11c fn \ubc84\ud2bc \ub204\ub974\uba74 \ud55c\uc601(input source) \ubcc0\ud658\ub418\ub294 \uac83 Disable","author":"anydragon","date":"2022\ub144 06\uc6d4 14\uc77c","format":false,"excerpt":"\u00a0","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":2796,"url":"https:\/\/anyons.net\/?p=2796","url_meta":{"origin":2774,"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\/2774","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=2774"}],"version-history":[{"count":0,"href":"https:\/\/anyons.net\/index.php?rest_route=\/wp\/v2\/posts\/2774\/revisions"}],"wp:attachment":[{"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anyons.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}