{"id":19,"date":"2017-09-08T19:01:53","date_gmt":"2017-09-08T10:01:53","guid":{"rendered":"http:\/\/batmask.co.kr\/?p=19"},"modified":"2017-09-08T19:01:53","modified_gmt":"2017-09-08T10:01:53","slug":"code-highlighter-%ed%94%8c%eb%9f%ac%ea%b7%b8%ec%9d%b8-%ed%85%8c%ec%8a%a4%ed%8a%b8","status":"publish","type":"post","link":"http:\/\/batmask.net\/index.php\/2017\/09\/08\/19\/","title":{"rendered":"code highlighter \ud50c\ub7ec\uadf8\uc778 \ud14c\uc2a4\ud2b8"},"content":{"rendered":"<p>\uc798 \ubcf4\uc774\ub098? \uc774\uac70\uc800\uac70 \uc2dc\ub3c4\ud574\ubd24\ub294\ub370, \ub2e4 \uc2e4\ud328\ud558\uace0 \uacb0\uad6d crayon \uc124\uce58\ud588\ub2e4.<\/p>\n<pre class=\"lang:java decode:true\" title=\"\ucf54\ub4dc \ud14c\uc2a4\ud2b8 \">  class LooperThread extends Thread {\n      public Handler mHandler;\n\n      public void run() {\n          Looper.prepare();\n\n          mHandler = new Handler() {\n              public void handleMessage(Message msg) {\n                  \/\/ process incoming messages here\n              }\n          };\n\n          Looper.loop();\n      }\n  }<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\uc798 \ubcf4\uc774\ub098? \uc774\uac70\uc800\uac70 \uc2dc\ub3c4\ud574\ubd24\ub294\ub370, \ub2e4 \uc2e4\ud328\ud558\uace0 \uacb0\uad6d crayon \uc124\uce58\ud588\ub2e4. class LooperThread extends Thread { public Handler mHandler; public void run() { Looper.prepare(); mHandler = new Handler() { public void handleMessage(Message msg) { \/\/ process incoming messages here } }; Looper.loop(); } } &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-19","post","type-post","status-publish","format-standard","hentry","category-etc"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/posts\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":0,"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/posts\/19\/revisions"}],"wp:attachment":[{"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/media?parent=19"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/categories?post=19"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/batmask.net\/index.php\/wp-json\/wp\/v2\/tags?post=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}