{"id":240,"date":"2014-07-23T06:25:29","date_gmt":"2014-07-23T15:25:29","guid":{"rendered":"http:\/\/blog.box.kr\/?p=240"},"modified":"2014-07-23T06:25:29","modified_gmt":"2014-07-23T15:25:29","slug":"crash-report-and-qa-for-android","status":"publish","type":"post","link":"https:\/\/blog.box.kr\/?p=240","title":{"rendered":"Crash Report and QA For Android"},"content":{"rendered":"<p><a href=\"https:\/\/github.com\/urqa\">https:\/\/github.com\/urqa<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>https:\/\/github.com\/urqa<\/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":[15,7],"tags":[],"aioseo_notices":[],"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5q9Zn-3S","jetpack-related-posts":[{"id":351,"url":"https:\/\/blog.box.kr\/?p=351","url_meta":{"origin":240,"position":0},"title":"[JAVA] \uc790\ub9bf\uc218 \ub9cc\ud07c 0\uc73c\ub85c \ucc44\uc6b0\uae30..","date":"2014-08-18","format":false,"excerpt":"\uc608\ub97c \ub4e4\uc5b4.. 3\uc790\ub9ac\uc218\ub97c \ud45c\ud604\ud55c\ub2e4\uace0 \ud558\uba74, 001,002,010 \ubb50 \uc774\ub7f0\uc2dd\uc73c\ub85c \ud45c\ud604\ud558\uace0 \uc2f6\uc744\ub54c\uac00 \uc788\ub2e4. (\uc77c\ub828\ubc88\ud638\ub4f1\uc744 \ud45c\uc2dc\ud560\ub54c ) \uc544\ub798\uc640 \uac19\uc774 \ud558\uba74 \uc27d\uac8c \ud45c\ud604\ud560 \uc218 \uc788\ub2e4. int serial = 3; String suffix = String.format(\"%03d\", serial); System.out.println(suffix); \uacb0\uacfc\ub294 \"003\"","rel":"","context":"In &quot;JAVA&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":349,"url":"https:\/\/blog.box.kr\/?p=349","url_meta":{"origin":240,"position":1},"title":"\ud06c\ub86c\uc5d0\uc11c \ucc3d \ub2eb\uae30","date":"2014-08-17","format":false,"excerpt":"\ud06c\ub86c\uc5d0\uc11c\ub294 window.close(); \uac00 \uc548\uba39\ud799\ub2c8\ub2e4.. \u00a0 \uc544\ub798 \ucf54\ub4dc\ub294 IE , \ud06c\ub86c..\uba39\ud788\ub294\uac83 \ud655\uc778\ud588\uc2b5\ub2c8\ub2e4. \u00a0 \uc544\ub9c8 \ub2e4\ub978 \ube0c\ub77c\uc6b0\uc800\ub3c4 \ub418\uc9c0 \uc54a\ub098\uc2f6\uc2b5\ub2c8\ub2e4. \u00a0 ? 1 window.open('','_self').close();","rel":"","context":"In &quot;JAVA&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":244,"url":"https:\/\/blog.box.kr\/?p=244","url_meta":{"origin":240,"position":2},"title":"\ud29c\ud1a0\ub9ac\uc5bc: \uc2a4\uce7c\ub77c(Scala), akka \ub85c scalable \ud558\uace0, fault-tolerant \ud55c \ub124\ud2b8\uc6cc\ud06c \ucc44\ud305 \uc11c\ubc84\uc640 \ud074\ub77c\uc774\uc5b8\ud2b8 \ub9cc\ub4e4\uae30","date":"2014-07-23","format":false,"excerpt":"\ud29c\ud1a0\ub9ac\uc5bc: \uc2a4\uce7c\ub77c(Scala), akka \ub85c scalable \ud558\uace0, fault-tolerant \ud55c \ub124\ud2b8\uc6cc\ud06c \ucc44\ud305 \uc11c\ubc84\uc640 \ud074\ub77c\uc774\uc5b8\ud2b8 \ub9cc\ub4e4\uae30 SW\uac1c\ubc1c \u00a0http:\/\/doc.akka.io\/docs\/akka\/1.3.1\/scala\/tutorial-chat-ser..","rel":"","context":"In &quot;JAVA&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":156,"url":"https:\/\/blog.box.kr\/?p=156","url_meta":{"origin":240,"position":3},"title":"reading text file with utf-8 encoding using java","date":"2014-07-06","format":false,"excerpt":"CASE 1. PrintStream out =newPrintStream(System.out,true,\"UTF-8\"); out.println(str); CASE 2. import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.IOException;import java.io.InputStreamReader;import java.io.UnsupportedEncodingException;publicclass test {publicstaticvoid main(String[] args){try{File fileDir =newFile(\"PATH_TO_FILE\");BufferedReader in =newBufferedReader(newInputStreamReader(newFileInputStream(fileDir),\"UTF8\"));String str;while((str = in.readLine())!=null){System.out.println(str);} in.close();}catch(UnsupportedEncodingException e){System.out.println(e.getMessage());}catch(IOException e){System.out.println(e.getMessage());}catch(Exception e){System.out.println(e.getMessage());}} }","rel":"","context":"In &quot;JAVA&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":154,"url":"https:\/\/blog.box.kr\/?p=154","url_meta":{"origin":240,"position":4},"title":"Reading a UTF-8 Encoded File","date":"2014-07-06","format":false,"excerpt":"public static String parseTemplate(String templatePath) { File aFile = new File(templatePath); InputStreamReader reader = null; String template; StringBuffer temp = new StringBuffer(); int counter = 0; try { FileInputStream inStream = new FileInputStream(aFile); reader = new InputStreamReader(inStream, \"utf8\"); BufferedReader inBuf = new BufferedReader(reader); while ((template=inBuf.readLine()) != null) { if(counter ==\u2026","rel":"","context":"In &quot;JAVA&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":170,"url":"https:\/\/blog.box.kr\/?p=170","url_meta":{"origin":240,"position":5},"title":"[\uac1c\ubc1c\ud301] Spring + Quartz\uc5d0\uc11c \ud30c\ub77c\ubbf8\ud130\ub97c \uac00\uc838\uc624\ub294 \ubc29\ubc95","date":"2014-07-08","format":false,"excerpt":"\uc77c\uc804\uc5d0\u00a0\uc608\uc57d\uc791\uc5c5\uc744 \uc2e4\ud589\ud558\ub294 \uba87\uac00\uc9c0 \ubc29\ubc95\uc5d0 \ub300\ud574 \uc0b4\ud3b4\ubd24\ub294\ub370\uc5ec.. Spring + Quartz\ub97c \uc774\uc6a9\ud560\ub54c \uc0ac\uc6a9\uc790 \ud30c\ub77c\ubbf8\ud130\ub97c Job \uc124\uc815\ud30c\uc77c\uc5d0 \ub4f1\ub85d\ud558\uace0 \uc2e4\ud589\uc2dc \uc774\ub97c \uac00\uc838\uc62c \uc218 \uc788\uc2b5\ub2c8\ub2e4.. \uba3c\uc800 Job \uc124\uc815\ud30c\uc77c\uc5d0 \uc544\ub798\uc640 \uac19\uc774 \uc0ac\uc6a9\uc790 \ud30c\ub77c\ubbf8\ud130\ub97c \ucd94\uac00\ud558\uace0 <bean id=\"MyJob\" class=\"org.springframework.scheduling.quartz.JobDetailBean\"> <property name=\"jobClass\" value=\"net.openintegration.sample.scheduling.MySpringQuartzJob\" \/> <property name=\"jobDataAsMap\"> <map> \u00a0\u00a0\u00a0<entry key=\"timeout\" value=\"5\" \/> \u00a0\u00a0\u00a0<!--entry key=\"timeout\"><value>5<\/value><\/entry--> <\/map> <\/property> <\/bean> \uc544\ub798\uc640 \uac19\uc774 \ubd88\ub7ec\uc624\uba74\u2026","rel":"","context":"In &quot;JAVA&quot;","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/240"}],"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=240"}],"version-history":[{"count":0,"href":"https:\/\/blog.box.kr\/index.php?rest_route=\/wp\/v2\/posts\/240\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.box.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}