{"id":575,"date":"2019-02-16T20:32:43","date_gmt":"2019-02-16T12:32:43","guid":{"rendered":"http:\/\/www.eait.co\/?p=575"},"modified":"2019-04-05T12:31:46","modified_gmt":"2019-04-05T04:31:46","slug":"java%e7%bb%83%e4%b9%a0%ef%bc%9a%e6%89%be%e6%9c%80%e5%a4%a7%e7%9a%84%e6%95%b0","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=575","title":{"rendered":"java\u7ec3\u4e60\uff1a\u627e\u6700\u5927\u7684\u6570"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class java_largest\r\n{\r\n    public static void main(String args[])\r\n    {\r\n        int arr[] = {23,56,88,92,45,12,11,15};\r\n        int max = largest(arr);\r\n        System.out.println(\"\u6700\u5927\u7684\u6570\u5b57\u662f\"+max);\r\n    }\r\n    public static int largest(int arr[])\r\n    {\r\n        int tem=0;\r\n        for (int i = 0;i&lt;arr.length;i++){\r\n            if (arr[i]&gt;tem){\r\n                tem = arr[i];\r\n            }\r\n\r\n        }\r\n        return tem;\r\n    }\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/16. *\/ public class ja [&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-575","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\/575","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=575"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/575\/revisions"}],"predecessor-version":[{"id":576,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/575\/revisions\/576"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=575"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=575"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}