{"id":29,"date":"2004-10-24T16:35:21","date_gmt":"2004-10-24T16:35:21","guid":{"rendered":"http:\/\/hyunsu.com\/wordpress\/?p=29"},"modified":"2004-10-24T16:35:21","modified_gmt":"2004-10-24T16:35:21","slug":"%ec%a3%bc%eb%a7%90%ec%97%90-%ed%8c%8c%ec%9d%b4%ec%8d%ac-%ea%b3%b5%eb%b6%80%ed%95%98%ea%b3%a0-%eb%a7%8c%eb%93%a4%ec%96%b4-%eb%b3%b8-%ed%94%84%eb%a1%9c%ea%b7%b8%eb%9e%a8","status":"publish","type":"post","link":"https:\/\/hyunsu.com\/wordpress\/?p=29","title":{"rendered":"\uc8fc\ub9d0\uc5d0 \ud30c\uc774\uc36c \uacf5\ubd80\ud558\uace0 \ub9cc\ub4e4\uc5b4 \ubcf8 \ud504\ub85c\uadf8\ub7a8"},"content":{"rendered":"<p>\uc5b4\uc81c \uc0c8\ubcbd\ubd80\ud130 \uc9c0\uae08\uae4c\uc9c0 \ub9cc \ud558\ub8e8\ub3d9\uc548 \ud30c\uc774\uc36c\uc744 \uacf5\ubd80\ud574\ubd24\uc74c. \uc7ac\ubbf8\uac00 \ubd99\uc73c\uba74 \uc88b\uc73c\ub828\ub9cc&#8230;<br \/>\n\uc5b4\uca0c\ub4e0 \uacf5\ubd80\ub97c \ud588\uc73c\ub2c8 \ubb54\uac00 \ub9cc\ub4e4\uc5b4\ubcf4\uc790\ub294 \uc0dd\uac01\uc5d0, \ub85c\ucee4\uc911\uace0\uc7a5\ud130\uc5d0 X-700 mps \uce74\uba54\ub77c\uac00 \ub5b4\ub294\uc9c0 \uacc4\uc18d \uac10\uc2dc\ud558\uace0 \uc788\ub2e4\uac00 \ubb3c\uac74\uc774 \ub728\uba74 \uc790\ub3d9\uc73c\ub85c \uadf8 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud558\ub294 \uc6f9\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5c8\uc9c0. (\ud558\uc5ec\uac04\uc5d0 \uc774\ub7f0\uac70 \ub9cc\ub4e4 \uc0dd\uac01\uc774\ub098 \ud558\uace0 \u3161\u3161;;)<br \/>\n\uc774\uac70 \uc608\uc804\uc5d0 \ub0b4\uac00 \ubbf8\ub180\ud0c0\uc7a5\ud130\uc5d0\uc11c @-7 \uc0b4\ub824\uace0 \uc7a5\ud130\uac10\uc2dc\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 s\ud55c\ud14c \ub9cc\ub4e4\uc5b4\ub2ec\ub77c\uace0 \ud574\uc11c php\ub85c \ub9cc\ub4e4\uc5b4\uc900\uc801\uc774 \uc788\ub294\ub370 \ub0b4\uac00 python\uc73c\ub85c \ud3ec\ud305\ud588\uc74c.<\/p>\n<p>http:\/\/hyunsu.com\/code\/700mps.cgi<\/p>\n<p>\uc7a5\ud130\uc5d0 \ubb3c\uac74\uc774 \uc5c6\uc73c\uba74 30\ucd08\ub9c8\ub2e4 \ub9ac\ud50c\ub808\uc26c\ud558\uba74\uc11c \uacc4\uc18d \uac10\uc2dc\ud568.<\/p>\n<p>\uc774\uc81c \uc790\uc57c\uc9c0.<\/p>\n<p>\n<b>code :<\/b><\/p>\n<div style='padding:10;background-color:#F0F0F0;'>\n[CODE]<br \/>\n#! \/usr\/bin\/env python2<\/p>\n<p>print &quot;Content-Type: text\/html&quot;<\/p>\n<p>import urllib, re<\/p>\n<p>url = &#8216;http:\/\/www.rokkorclub.net\/bbs\/zboard.php?id=market&#8217;<br \/>\npage =  urllib.urlopen(url)<br \/>\np = re.compile(&#8216;.*[xX]-700.*[mM][pP][sS].*&#8217;)<br \/>\nresult = None<br \/>\nfor i in page.readlines():<br \/>\n    if p.match(i): result = 1<\/p>\n<p>if result:<br \/>\n    print<br \/>\n    print &quot;&lt;META http-equiv=&#8217;refresh&#8217; content=&#8217;0; url=%s&#8217;&gt;&quot; % url<\/p>\n<p>else:<br \/>\n    print &quot;&quot;&quot;<br \/>\n    &lt;html&gt;<br \/>\n    &lt;head&gt;<br \/>\n    &lt;title&gt;X-700 mps&lt;\/title&gt;<br \/>\n    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text\/html; charset=euc-kr&quot;&gt;<br \/>\n    &lt;META HTTP-EQUIV=&quot;Refresh&quot; CONTENT=&quot;30;&quot;&gt;<br \/>\n    &lt;body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;&gt;<br \/>\n        \uc544\uc9c1 \uc548\ub5b4\ub2e4.<br \/>\n    &lt;\/body&gt;<br \/>\n    &lt;\/html&gt;<br \/>\n    &quot;&quot;&quot;[\/CODE]<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\uc5b4\uc81c \uc0c8\ubcbd\ubd80\ud130 \uc9c0\uae08\uae4c\uc9c0 \ub9cc \ud558\ub8e8\ub3d9\uc548 \ud30c\uc774\uc36c\uc744 \uacf5\ubd80\ud574\ubd24\uc74c. \uc7ac\ubbf8\uac00 \ubd99\uc73c\uba74 \uc88b\uc73c\ub828\ub9cc&#8230; \uc5b4\uca0c\ub4e0 \uacf5\ubd80\ub97c \ud588\uc73c\ub2c8 \ubb54\uac00 \ub9cc\ub4e4\uc5b4\ubcf4\uc790\ub294 \uc0dd\uac01\uc5d0, \ub85c\ucee4\uc911\uace0\uc7a5\ud130\uc5d0 X-700 mps \uce74\uba54\ub77c\uac00 \ub5b4\ub294\uc9c0 \uacc4\uc18d \uac10\uc2dc\ud558\uace0 \uc788\ub2e4\uac00 \ubb3c\uac74\uc774 \ub728\uba74 \uc790\ub3d9\uc73c\ub85c \uadf8 \ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud558\ub294 \uc6f9\uc5b4\ud50c\ub9ac\ucf00\uc774\uc158\uc744 \ub9cc\ub4e4\uc5c8\uc9c0. (\ud558\uc5ec\uac04\uc5d0 \uc774\ub7f0\uac70 \ub9cc\ub4e4 \uc0dd\uac01\uc774\ub098 \ud558\uace0 \u3161\u3161;;) \uc774\uac70 \uc608\uc804\uc5d0 \ub0b4\uac00 \ubbf8\ub180\ud0c0\uc7a5\ud130\uc5d0\uc11c @-7 \uc0b4\ub824\uace0 \uc7a5\ud130\uac10\uc2dc\ud558\ub294 \ud504\ub85c\uadf8\ub7a8\uc744 s\ud55c\ud14c \ub9cc\ub4e4\uc5b4\ub2ec\ub77c\uace0 \ud574\uc11c php\ub85c \ub9cc\ub4e4\uc5b4\uc900\uc801\uc774 \uc788\ub294\ub370 \ub0b4\uac00 python\uc73c\ub85c \ud3ec\ud305\ud588\uc74c. [&hellip;]<\/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-29","post","type-post","status-publish","format-standard","hentry","category-3"],"_links":{"self":[{"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=29"}],"version-history":[{"count":0,"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/29\/revisions"}],"wp:attachment":[{"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=29"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=29"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hyunsu.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}