{"id":580,"date":"2022-09-29T21:49:15","date_gmt":"2022-09-29T13:49:15","guid":{"rendered":"https:\/\/qaqaq.top\/?p=580"},"modified":"2022-11-27T12:39:59","modified_gmt":"2022-11-27T04:39:59","slug":"%e9%9d%a2%e5%90%91%e5%af%b9%e8%b1%a1%e4%b8%8a-%e7%90%86%e8%a7%a3%e6%96%b9%e6%b3%95%e7%9a%84%e9%87%8d%e8%bd%bd%e3%80%81%e6%96%b9%e6%b3%95%e9%87%8d%e8%bd%bd%e7%9a%84%e7%bb%86%e8%8a%82%e8%af%b4","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=580","title":{"rendered":"\u9762\u5411\u5bf9\u8c61(\u4e0a)-\u7406\u89e3\u65b9\u6cd5\u7684\u91cd\u8f7d\u3001\u65b9\u6cd5\u91cd\u8f7d\u7684\u7ec6\u8282\u8bf4\u660e"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>package top.qaqaq.java.P205;\r\n\/*\r\n * \u65b9\u6cd5\u7684\u91cd\u8f7d\uff08overload\uff09loading...\r\n * \r\n * 1. \u5b9a\u4e49\uff1a\u5728\u540c\u4e00\u4e2a\u7c7b\u4e2d\uff0c\u5141\u8bb8\u5b58\u5728\u4e00\u4e2a\u4ee5\u4e0a\u7684\u540c\u540d\u65b9\u6cd5\uff0c\u53ea\u8981\u5b83\u4eec\u7684\u53c2\u6570\u4e2a\u6570\u6216\u8005\u53c2\u6570\u7c7b\u578b\u4e0d\u540c\u5373\u53ef\u3002\r\n * \r\n * \t\t\"\u4e24\u540c\u4e00\u4e0d\u540c\"\uff1a\u540c\u4e00\u4e2a\u7c7b\u3001\u76f8\u540c\u65b9\u6cd5\u540d\r\n * \t\t\t\t\t\u53c2\u6570\u5217\u8868\u4e0d\u540c\uff1a\u53c2\u6570\u4e2a\u6570\u4e0d\u540c\uff0c\u53c2\u6570\u7c7b\u578b\u4e0d\u540c\r\n * 2. \u4e3e\u4f8b\uff1a\r\n * \t\tArrays\u7c7b\u4e2d\u91cd\u8f7d\u7684sort\uff08\uff09\/ binarySearch\uff08\uff09\r\n * \r\n * 3. \u5224\u65ad\u662f\u5426\u662f\u91cd\u8f7d\uff1a\r\n * \t\t\u8ddf\u65b9\u6cd5\u7684\u6743\u9650\u4fee\u9970\u7b26\u3001\u8fd4\u56de\u503c\u7c7b\u578b\u3001\u5f62\u53c2\u53d8\u91cf\u540d\u3001\u65b9\u6cd5\u4f53\u90fd\u6ca1\u6709\u5173\u7cfb\uff01\r\n * \r\n * 4. \u5728\u901a\u8fc7\u5bf9\u8c61\u8c03\u7528\u65b9\u6cd5\u65f6\uff0c\u5982\u4f55\u786e\u5b9a\u67d0\u4e00\u4e2a\u6307\u5b9a\u7684\u65b9\u6cd5\uff1a\r\n * \t\t\u65b9\u6cd5\u540d\t---> \u53c2\u6570\u5217\u8868\r\n * \r\n *\/\r\npublic class OverLoadTest {\r\n\tpublic static void main(String&#91;] args) {\r\n\t\t\r\n\t\tOverLoadTest test = new OverLoadTest();\r\n\t\ttest.getSum(1,2);\r\n\t}\r\n\t\r\n\t\/\/\u5982\u4e0b\u76844\u4e2a\u65b9\u6cd5\u6784\u6210\u4e86\u91cd\u8f7d\r\n\tpublic void getSum(int i, int j) {\r\n\t\tSystem.out.println(\"1\");\r\n\t}\r\n\t\r\n\tpublic void getSum(double d1, double d2) {\r\n\t\tSystem.out.println(\"2\");\r\n\t}\r\n\t\r\n\tpublic void getSum(String s, int i) {\r\n\t\tSystem.out.println(\"3\");\r\n\t}\r\n\t\r\n\tpublic void getSum(int i, String s) {\r\n\t\tSystem.out.println(\"4\");\r\n\t}\r\n\t\r\n\/\/\tpublic int getSum(int i, int j) {\r\n\/\/\t\treturn 0;\r\n\/\/\t}\r\n\t\r\n\/\/\tpublic void getSum(int m, int n) {\r\n\/\/\t\t\r\n\/\/\t}\r\n\t\r\n\/\/\tprivate void getSum(int i, int j) {\r\n\/\/\t\t\r\n\/\/\t}\r\n\r\n}\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[46],"class_list":["post-580","post","type-post","status-publish","format-standard","hentry","category-java-code","tag-java"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/580"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=580"}],"version-history":[{"count":1,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/580\/revisions"}],"predecessor-version":[{"id":581,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/580\/revisions\/581"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=580"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=580"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}