{"id":533,"date":"2019-02-16T11:20:22","date_gmt":"2019-02-16T03:20:22","guid":{"rendered":"http:\/\/www.eait.co\/?p=533"},"modified":"2019-04-05T12:32:21","modified_gmt":"2019-04-05T04:32:21","slug":"%ef%bc%9fjava-%e6%97%a0%e6%b3%95%e4%bb%8e%e9%9d%99%e6%80%81%e4%b8%8a%e4%b8%8b%e6%96%87%e4%b8%ad%e5%bc%95%e7%94%a8%e9%9d%9e%e9%9d%99%e6%80%81%e5%8f%98%e9%87%8f","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=533","title":{"rendered":"\uff1fjava\u2014\u2014\u65e0\u6cd5\u4ece\u9759\u6001\u4e0a\u4e0b\u6587\u4e2d\u5f15\u7528\u975e\u9759\u6001\u53d8\u91cf"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class total_jiekou\r\n{\r\n    interface A\r\n    {\r\n        int i = 10;\r\n        public void sayI();\r\n    }\r\n    interface E\r\n    {\r\n        int x = 40;\r\n        public void sayE();\r\n    }\r\n    interface B extends A,E{\r\n        int j = 20;\r\n        public void sayJ();\r\n    }\r\n    class C implements B {\r\n        public void sayI()\r\n\r\n        {\r\n            System.out.println(\"i=\" + i);\r\n        }\r\n\r\n        public void sayJ()\r\n\r\n        {\r\n            System.out.println(\"j=\" + j);\r\n        }\r\n\r\n        public void sayE()\r\n\r\n        {\r\n            System.out.println(\"e=\" + x);\r\n        }\r\n    }\r\n    public static void main(String[] args)\r\n    {\r\n        C c = new C();\/\/<span style=\"color: #ff0000;\">\u7ea2\u8272\u5f02\u5e38<\/span>\r\n        c.sayI();\r\n        c.sayJ();\r\n    }\r\n\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/16. *\/ public class to [&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-533","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\/533","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=533"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/533\/revisions"}],"predecessor-version":[{"id":534,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/533\/revisions\/534"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=533"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=533"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=533"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}