摘要:
•区分成员变量和局部变量 public class Person { String name; int age; public void set(String name,int age) { this.name = name; this.age = age; } } 形参与成员名字重名,用 this 阅读全文
摘要:
•参考链接 【mysql Windows (x86, 64-bit), ZIP 安装步骤】 【详细完整MySQL8.0.23安装教程】 【MYSQL安装出现问题(The service already exists)】 【在MySQL登录时出现Access denied for user ‘root 阅读全文