{"id":675,"date":"2019-02-23T00:41:19","date_gmt":"2019-02-22T16:41:19","guid":{"rendered":"http:\/\/www.eait.co\/?p=675"},"modified":"2019-04-05T12:30:43","modified_gmt":"2019-04-05T04:30:43","slug":"java-%e5%86%99%e5%85%a5%e5%88%b0%e6%96%87%e4%bb%b6txt","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=675","title":{"rendered":"java\u2014\u2014\u5199\u5165\u5230\u6587\u4ef6txt"},"content":{"rendered":"<pre>package filetest;\r\nimport java.io.*;\r\npublic class writefile {\r\n\r\n    public static void main(String[] args) {\r\n        \/\/ TODO \u81ea\u52a8\u751f\u6210\u7684\u65b9\u6cd5\u5b58\u6839\r\n        PrintWriter out = null;\r\n        File f = new File(\"c:\\\\temp3.txt\");\r\n        try{\r\n            out = new PrintWriter(new FileWriter(f));\r\n        }\r\n        catch(IOException e){\r\n            e.printStackTrace();\r\n        }\r\n        \/\/\u7531FileWriter\u5b9e\u4f8b\u5316\uff0c\u5219\u5411\u6587\u4ef6\u4e2d\u8f93\u51fa\r\n        out.print(\"Hello World!\"+\"\\r\\n\");\r\n        out.close();\r\n\r\n    }\r\n\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>package filetest; import java.io.*; public class writef [&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-675","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\/675","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=675"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/675\/revisions"}],"predecessor-version":[{"id":676,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/675\/revisions\/676"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}