{"id":581,"date":"2019-02-16T21:33:01","date_gmt":"2019-02-16T13:33:01","guid":{"rendered":"http:\/\/www.eait.co\/?p=581"},"modified":"2019-04-05T12:31:46","modified_gmt":"2019-04-05T04:31:46","slug":"%ef%bc%9fjava-equals","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=581","title":{"rendered":"\uff1fjava\u2014\u2014equals"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class person_equals\r\n{\r\n    private String name;\r\n    private int age;\r\n    public person_equals(String name,int age)\r\n    {\r\n        this.name = name;\r\n        this.age = age;\r\n    }\r\n}\r\n\r\n\r\n\r\n\r\n<\/pre>\n<pre>\/**\r\n * Created by xabcd on 2019\/2\/16.\r\n *\/\r\npublic class test_equals1\r\n{\r\n    public static void main(String[] args) {\r\n        person_equals p1 = new person_equals(\"\u5f20\u4e09\", 25);\r\n        person_equals p2 = new person_equals(\"\u5f20\u4e09\", 25);\r\n        System.out.println(p1.equals(p2) ? \"\u662f\u540c\u4e00\u4e2a\u4eba\" : \"\u4e0d\u662f\u540c\u4e00\u4e2a\u4eba\");\r\n    }\r\n\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\n<span style=\"color: #ff0000;\">\u4e0d\u662f\u540c\u4e00\u4e2a\u4eba<\/span><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/16. *\/ public class pe [&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-581","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\/581","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=581"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/581\/revisions"}],"predecessor-version":[{"id":582,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/581\/revisions\/582"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=581"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=581"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}