{"id":419,"date":"2019-02-13T23:27:07","date_gmt":"2019-02-13T15:27:07","guid":{"rendered":"http:\/\/www.eait.co\/?p=419"},"modified":"2019-04-05T12:32:53","modified_gmt":"2019-04-05T04:32:53","slug":"java%e6%95%b0%e7%bb%84%e6%8e%92%e5%ba%8f","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=419","title":{"rendered":"java\u6570\u7ec4\u6392\u5e8f"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/13.\r\n *\/\r\nimport java.util.*;\r\npublic class java_sort {\r\n    public static void main(String args[])\r\n    {\r\n        int a[]={4,32,45,32,65,32,2};\r\n        System.out.print(\"\u6570\u7ec4\u6392\u5e8f\u524d\u4e3a\uff1a\");\r\n        for(int i=0;i&lt;a.length;i++)\r\n            System.out.println(a[i]);\r\n        Arrays.sort(a);\r\n        System.out.print(\"\u6570\u7ec4\u6392\u5e8f\u540e\u4e3a\uff1a\");\r\n        for(int i=0;i&lt;a.length;i++)\r\n            System.out.println(a[i]);\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\n\u6570\u7ec4\u6392\u5e8f\u524d\u4e3a\uff1a4\r\n32\r\n45\r\n32\r\n65\r\n32\r\n2\r\n\u6570\u7ec4\u6392\u5e8f\u540e\u4e3a\uff1a2\r\n4\r\n32\r\n32\r\n32\r\n45\r\n65<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/13. *\/ import java.uti [&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-419","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\/419","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=419"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/419\/revisions"}],"predecessor-version":[{"id":420,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/419\/revisions\/420"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=419"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=419"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=419"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}