摘要:
学习地址:https://www.bilibili.com/video/BV18E411x7eT?p=36 源码分享:https://github.com/mobiwusihuan288/SpringCloud2020 Ribbon 介绍 官方地址:https://github.com/Netfli 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV18E411x7eT?p=31 源码分享:https://github.com/mobiwusihuan288/SpringCloud2020 Cousul简介 官网:https://www.consul.io/intro/ 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV18E411x7eT?p=28 源码分享:https://github.com/mobiwusihuan288/SpringCloud2020 环境准备 zookeeper版本:3.4.9 下载地址:http://archi 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV18E411x7eT?p=15 源码分享:https://github.com/mobiwusihuan288/SpringCloud2020 Eureka基础知识 服务治理 Spring Cloud封装了Netflix公司 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV18E411x7eT 源码分享:https://github.com/mobiwusihuan288/SpringCloud2020 环境准备 SpringCloud和Springboot之间的依赖关系:https://st 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV1PJ411n7xZ?p=169 GC分类与性能指标 垃圾回收器概述 垃圾收集器没有在规范中进行过多的规定,可以由不同的厂商、不同版本的JVM来实现。 由于JDK的版本处于高速迭代过程中,因此Java发展至今己经衍生了众多的 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV1Kb411W75N?p=450 字符串相关类 String的特性 String类:代表字符串。Java 程序中的所有字符串字面值(如 "abc" )都作为此类的实例实现。 String是一个final类,代表不可变的字符序 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV1PJ411n7xZ?p=154 System.gc()的理解 在默认情况下,通过system.gc()或者Runtime.getRuntime().gc()的调用,会显式触发Full GC,同时对老年代和新生代进行回收,尝 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV1G4411c7N4?p=29 介绍 所谓类的单例设计模式,就是采取一定的方法保证在整个的软件系统中,对某个类只能存在一个对象实例,并且该类只提供一个取得其对象实例的方法(静态方法)。 比如代表JVM运行环境的Runtime 阅读全文
摘要:
学习地址:https://www.bilibili.com/video/BV1np4y1C7Yf?p=61 开通云存储OSS 地址:https://www.aliyun.com/ 开发文档 地址:https://help.aliyun.com/document_detail/31947.html 创 阅读全文