{"id":85,"date":"2014-06-12T23:18:19","date_gmt":"2014-06-13T08:18:19","guid":{"rendered":"http:\/\/blog.box.kr\/?p=85"},"modified":"2014-06-12T23:18:19","modified_gmt":"2014-06-13T08:18:19","slug":"%ec%88%ab%ec%9e%90%ec%97%90-%ec%84%b8%ec%9e%90%eb%a6%ac%eb%a7%88%eb%8b%a4-%ec%bb%b4%eb%a7%88%ec%b0%8d%ea%b8%b0","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=85","title":{"rendered":"\uc22b\uc790\uc5d0 \uc138\uc790\ub9ac\ub9c8\ub2e4 \ucef4\ub9c8\ucc0d\uae30"},"content":{"rendered":"<h3 class=\"posttitle\"><a title=\"\uc22b\uc790\uc5d0 \uc138\uc790\ub9ac\ub9c8\ub2e4 \ucef4\ub9c8\ucc0d\uae30\" name=\"9123327\"><\/a>\uc22b\uc790\uc5d0 \uc138\uc790\ub9ac\ub9c8\ub2e4 \ucef4\ub9c8\ucc0d\uae30<\/h3>\n<p class=\"postadmin\">\n<div class=\"content\">1. \ud568\uc218 \uc120\uc5b8\ubd80\ubd84\n<div>\n<p>function setComma(str) {<br \/>\nvar temp_str = String(str);\n<\/div>\n<div>\n<p>for(var i = 0 , retValue = String() , stop = temp_str.length; i &lt; stop ; i++) retValue = ((i%3) == 0) &amp;&amp; i != 0 ? temp_str.charAt((stop &#8211; i) -1) + &#8220;,&#8221; + retValue : temp_str.charAt((stop &#8211; i) -1) + retValue;\n<\/p><\/div>\n<div>\n<p>return retValue;<br \/>\n}\n<\/div>\n<div>\n<p>2. \ud568\uc218 \ud638\ucd9c\ubd80\ubd84<br \/>\n&lt;script type=&#8221;text\/javascript&#8221;&gt;<br \/>\ndocument.write(setComma($!projectBean.projectAmt));<br \/>\n&lt; \/script&gt;\uc6d0\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\uc22b\uc790\uc5d0 \uc138\uc790\ub9ac\ub9c8\ub2e4 \ucef4\ub9c8\ucc0d\uae30 1. \ud568\uc218 \uc120\uc5b8\ubd80\ubd84 function setComma(str) { var temp_str = String(str); for(var i = 0 , retValue = String() , stop = temp_str.length; i &lt; stop ; i++) retValue = ((i%3) == 0) &amp;&amp; i != 0 ? temp_str.charAt((stop &#8211; i) -1) + &#8220;,&#8221; + retValue : temp_str.charAt((stop &#8211; i) -1) + retValue; return retValue; } 2. \ud568\uc218 \ud638\ucd9c\ubd80\ubd84 &lt;script type=&#8221;text\/javascript&#8221;&gt; document.write(setComma($!projectBean.projectAmt)); &lt; \/script&gt;\uc6d0<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"ngg_post_thumbnail":0,"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[16],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-1n","jetpack-related-posts":[{"id":1257,"url":"https:\/\/blog.box.kr\/?p=1257","url_meta":{"origin":85,"position":0},"title":"BLE \uc0ac\uc6a9\ud558\uae30","date":"2021-05-18","format":false,"excerpt":"\ub77c\uc774\ube0c\ub7ec\ub9ac \ucd94\uac00 \ubc0f SCAN \uae30\ub2a5 \uad6c\ud604flutter_ble_libhttps:\/\/pub.dev\/packages\/flutter_ble_libpermission_handlerhttps:\/\/pub.dev\/packages\/permission_handler\ud504\ub85c\uc81d\ud2b8\uc5d0 \uc548\ub4dc\ub85c\uc774\ub4dc SDK \ubc84\uc804\uc774 \ub0ae\uac8c \uc124\uc815\ub418\uc5b4 \uc544\ub798\uc640 \uac19\uc740 \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud560 \uc218\uc774\ub2e4 ble_example\\android\\app\\src\\debug\\AndroidManifest.xml Error: uses-sdk:minSdkVersion 16 cannot be smaller than version 18 declared in library [:flutter_ble_lib] E:\\study\\flutter\\ble_example\\build\\flutter_ble_lib\\intermediates\\library_manifest\\debug\\AndroidManifest.xml as the library might be using APIs not available in 16 Suggestion: use a compatible library with a minSdk\u2026","rel":"","context":"In &quot;flutter&quot;","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/blog.box.kr\/wp-content\/uploads\/2021\/05\/image.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":230,"url":"https:\/\/blog.box.kr\/?p=230","url_meta":{"origin":85,"position":1},"title":"std::string \ub2e4\ub8e8\uae30.. ( \ucc3e\uae30, \uacf5\ubc31\uc81c\uac70 \ub4f1\ub4f1)","date":"2014-07-23","format":false,"excerpt":"\ubb38\uc790\uc5f4 string #include \"StdAfx.h\" #include \"StringTest.h\" #include <algorithm> \/\/transform \uc0ac\uc6a9 #include <functional> \/\/bind1st using std::string; \/\/ \uc774\ub807\uac8c \uc9c0\uc815\ud574\uc900\ub2e4. StringTest::StringTest() { log(\"StringTest \uc0dd\uc131\uc790 \ud638\ucd9c\"); } StringTest::~StringTest(void) { log(\"StringTest \uc18c\uba78\uc790 \ud638\ucd9c\"); } void StringTest::test() { log(\"============ string class ==========\"); \/\/ \uc0dd\uc131\uc790 \u00a0 std::string s0; \/\/ \ube44\uc5b4\uc788\ub294 string std::string s1(\"012345\",3); \/\/ \uacb0\uacfc: 012\u2026","rel":"","context":"In &quot;C\/C++&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":364,"url":"https:\/\/blog.box.kr\/?p=364","url_meta":{"origin":85,"position":2},"title":"[\ud38c]\uac1d\uccb4\uc9c0\ud5a5+\ud568\uc218\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4 Scala","date":"2014-09-15","format":false,"excerpt":"\uac1d\uccb4\uc9c0\ud5a5+\ud568\uc218\ud615 \ud504\ub85c\uadf8\ub798\ubc0d \uc5b8\uc5b4 Scala \uc2a4\uce7c\ub77c(Scala)\ub294 \uac1d\uccb4\uc9c0\ud5a5 \uc5b8\uc5b4\uc774\uba74\uc11c \ub3d9\uc2dc\uc5d0 \ud568\uc218 \uc5b8\uc5b4\uc774\ub2e4. \uc2a4\uce7c\ub77c\ub294 \uc790\ubc14\uc640 \ub9c8\ucc2c\uac00\uc9c0\ub85c \uc790\ubc14\uac00\uc0c1\uba38\uc2e0(JVM) \uc704\uc5d0\uc11c \uc2e4\ud589\ub418\uba70 \uae30\uc874 \uc790\ubc14 \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uadf8\ub300\ub85c \uc0ac\uc6a9\ud560 \uc218 \uc788\ub2e4. \ubc18\ub300\ub85c \uc790\ubc14\ub85c \uc791\uc131\ub41c \ud504\ub85c\uadf8\ub7a8\uc5d0\uc11c \uc2a4\uce7c\ub77c\ub85c \uc791\uc131\ub41c \ub77c\uc774\ube0c\ub7ec\ub9ac\ub97c \uc0ac\uc6a9\ud560 \uc218\ub3c4 \uc788\ub2e4. \ub2e4\ub978 JVML(JVM \uc5b8\uc5b4)\uc778 JRuby, Jython\uacfc \ub9c8\ucc2c\uac00\uc9c0\ub85c \uc2a4\uce7c\ub77c\ub294 \uc790\ubc14\uc758 \ud55c\uacc4\ub97c \uadf9\ubcf5\ud558\uae30 \uc704\ud574 \ucd9c\ud604\ud588\ub2e4. \ud2b9\ud788, \uc774\ubbf8 \uc124\uacc4\ub41c \ucef4\ud3ec\ub10c\ud2b8 \ub2e8\uc704\uc758\u2026","rel":"","context":"In &quot;\ucc38\uace0\ub97c \uc704\ud55c \uc800\uc7a5\ubb3c&quot;","img":{"alt_text":"","src":"http:\/\/cfs14.tistory.com\/image\/18\/tistory\/2008\/12\/01\/00\/11\/4932ad2c8146f","width":350,"height":200},"classes":[]},{"id":1266,"url":"https:\/\/blog.box.kr\/?p=1266","url_meta":{"origin":85,"position":3},"title":"QR \ucf54\ub4dc \uc2a4\uce94(QR Code Scan) \ucd08\uac04\ub2e8 \uc608\uc81c(Simple example)","date":"2021-05-18","format":false,"excerpt":"https:\/\/pub.dev\/packages \uc5d0\uc11c qrscan \uac80\uc0c9 AndroidManifest.xml \ud37c\ubbf8\uc158 \ucd94\uac00 \uc704\uce58 : project\/android\/app\/src\/main\/AndroidManifext.xml \uc548\ub4dc\ub85c\uc774\ub4dc\uc758 \uce74\uba54\ub77c\uc640 \uc800\uc7a5\uc18c \uc81c\uc5b4\ub97c \uc704\ud55c \ud37c\ubbf8\uc158\uc744 \ucd94\uac00\ud574 \uc900\ub2e4. \uc2e4\uc81c \uc6b0\ub9ac\uac00 \ud14c\uc2a4\ud2b8\ud558\ub294 \ucf54\ub4dc\uc5d0\ub294 \uad73\uc774 \uc800\uc7a5\uc18c \uad00\ub828\uc740 \ud544\uc694 \uc5c6\uc9c0\ub9cc qrscan \ud328\ud0a4\uc9c0 \ub0b4\uc5d0\uc11c \ubaa8\ub450 \uc0ac\uc6a9\ud558\ub2c8 \uc5b4\uca54 \uc218 \uc5c6\ub2e4. <uses-permission android:name=\"android.permission.CAMERA\" \/> <uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"\/> <uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"\/> import 'dart:async'; import 'package:flutter\/material.dart'; import 'package:qrscan\/qrscan.dart' as scanner;\u2026","rel":"","context":"In &quot;flutter&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":99,"url":"https:\/\/blog.box.kr\/?p=99","url_meta":{"origin":85,"position":4},"title":"\ud3fc\uc5d0 \uba87\uc790\uae4c\uc9c0 \uc785\ub825\uac00\ub2a5\ud55c\uc9c0 \ud45c\uc2dc","date":"2014-06-12","format":false,"excerpt":"\ud3fc\uc5d0 \uba87\uc790\uae4c\uc9c0 \uc785\ub825\uac00\ub2a5\ud55c\uc9c0 \ud45c\uc2dc <head> < script type=\"text\/javascript\"> <!-- function getObject(obj) { var theObj; if(document.all) { if(typeof obj==\"string\") { return document.all(obj); } else { return obj.style; } } if(document.getElementById) { if(typeof obj==\"string\") { return document.getElementById(obj); } else { return obj.style; } } return null; } \/\/Contador de caracteres. function Contar(entrada,salida,texto,caracteres)\u2026","rel":"","context":"In &quot;javascript&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":855,"url":"https:\/\/blog.box.kr\/?p=855","url_meta":{"origin":85,"position":5},"title":"[scrap][AngularJS] AngularJS \uc640 RequireJS \ub97c \ud65c\uc6a9\ud55c \ub300\uaddc\ubaa8 \uc6f9 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uac1c\ubc1c","date":"2015-05-20","format":false,"excerpt":"http:\/\/programmingsummaries.tistory.com\/m\/post\/229 \u00a0 AngularJS \uae30\ubc18 \uc6f9 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158, \uc5b4\ub514\uc11c\ubd80\ud130 \uc2dc\uc791\ud574\uc57c \ud560\uae4c? AngularJS\ub97c \uae30\ubc18\uc73c\ub85c \uc6f9 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uac1c\ubc1c\ud560 \ub54c, AngularJS \uc0ac\uc774\ud2b8\uc5d0\uc11c \uc81c\uacf5\ud574\uc8fc\ub294 \ubb38\uc11c\ub4e4\uc740 \ud2b9\uc815 API \ud65c\uc6a9 \ubc29\ubc95\uc744 \uc774\ud574\ud558\uac70\ub098 \ub2e8\uc21c\ud55c \uc218\uc900\uc73c\ub85c \uc2dc\uc791\ud558\uae30\uc5d0\ub294 \uc801\ud569\ud558\uc9c0\ub9cc \uc5b4\ub5bb\uac8c \uc218\ubc31\uc5d0\uc11c \uc218\ucc9c\uc904\uc5d0 \uc774\ub974\ub294 \ucf54\ub4dc\ub85c \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \uad6c\uc131\ud558\uace0 \ubc1c\uc804\uc2dc\ucf1c\uc57c\ud558\ub294\uc9c0\uc5d0 \ub300\ud574\uc11c\ub294 \uba85\ud655\ud55c \uac00\uc774\ub4dc\ub77c\uc778\uc744 \uc81c\uacf5\ud574\uc8fc\uace0 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. AngularJS\ub97c \uae30\ubc18\uc73c\ub85c \uc218\ucc28\ub840\uc758 \ud06c\uace0 \uc791\uc740 \uac1c\ubc1c\uc744 \uc9c4\ud589\ud558\uba70 \uc5bb\uc740\u2026","rel":"","context":"In &quot;\uae30\uc220&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/85"}],"collection":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=85"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/85\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=85"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=85"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}