摘要:
package com.company;class Base{ public String name="A"; public int age=100; public void say(){ System.out.println("Base say"); } public void Info(){ S 阅读全文
摘要:
一、windows安装mysql5.7数据库密码管理员身份打开cmd,输入mysql -u root -p回车会直接进入如下: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 18 阅读全文