{"id":684,"date":"2019-02-23T18:33:33","date_gmt":"2019-02-23T10:33:33","guid":{"rendered":"http:\/\/www.eait.co\/?p=684"},"modified":"2019-04-05T12:30:42","modified_gmt":"2019-04-05T04:30:42","slug":"java-%e8%be%93%e5%87%ba%e5%88%b0%e6%96%87%e4%bb%b6","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=684","title":{"rendered":"java\u2014\u2014\u8f93\u51fa\u5230\u6587\u4ef6"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/23.\r\n *\/\r\nimport java.io.*;\r\npublic class EcodingDemo {\r\n    public static void main(String args[])\r\n        throws Exception\r\n    {\r\n        \/\/\u5728\u8fd9\u91cc\u5c06\u5b57\u7b26\u4e32\u901a\u8fc7getBytes()\u65b9\u6cd5\uff0c\u7f16\u7801\u6210GB2312\r\n        byte b[] = \"\u5927\u5bb6\u4e00\u8d77\u6765\u5b66Java\u8bed\u8a00\".getBytes(\"GB2312\");\r\n        OutputStream out = new FileOutputStream(new File(\"c:\\\\ecoding.txt\"));\r\n        out.write(b);\r\n        out.close();\r\n        System.out.println(\"\u8fd0\u884cOK\");\r\n    }\r\n}\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\n\u521b\u5efa\u4e00\u4e2a\u6587\u4ef6\u5e76\u653e\u5165\u90a3\u53e5\u8bdd<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/23. *\/ import java.io. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,24],"tags":[],"class_list":["post-684","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=684"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/684\/revisions"}],"predecessor-version":[{"id":685,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/684\/revisions\/685"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}