05 2022 档案
摘要:redis安装 1.复制文件到 /soft gcc-c++_all 是C语言编译器 2.解压两个包 [root@localhost soft]# tar -xvf redis-4.0.0.tar.gz -C /usr/local [root@localhost soft]# tar -xvf gcc
阅读全文
摘要:继承 子类继承父类,就可以具有父类的属性和方法,还可以在子类中定义自己特有的属性和方法。 **优点:**提高复用性、扩展性、维护性 语法: public class Person{ } public class Student extends Person{ public Student(){//子
阅读全文
浙公网安备 33010602011771号