摘要:
# 主題 3 編輯器(Vim) [編輯器 (Vim) · the missing semester of your cs education (missing-semester-cn.github.io)](https://missing-semester-cn.github.io/2020/edi 閱讀全文
摘要:
# Spring Cloud Alibaba Nacos-服務注冊與配置中心 官網:[https://github.com/alibaba/nacos](https://github.com/alibaba/nacos),[Nacos官方中文手冊](https://nacos.io/zh-cn/do 閱讀全文
摘要:
# SpringCloud Sleuth+Zipkin-鏈路追蹤 官網:[spring-cloud/spring-cloud-sleuth: Distributed tracing for spring cloud (github.com)](https://github.com/spring-cl 閱讀全文
摘要:
# SpringCloud Gateway-服務網關 ## 1.Gateway介紹 ### 1.1引出問題 **沒有使用網關服務時:** **使用網關服務后:** ### 1.2Gateway網絡拓撲圖 ,hash(哈希),list(列表),set(集合)及zset(sort 閱讀全文
摘要:
Redis入門 1.初始Redis 1.1認識NoSQL | | SQL(關系型數據庫) | NoSQL(非關系型數據庫) | | | | | | 數據結構 | 結構化(Structured) | 非結構化 | | 數據關聯 | 關聯的(Relational) | 無關聯的 | | 查詢方式 | S 閱讀全文
摘要:
項目介紹與環境搭建 1.項目學習前置知識 Java基礎知識 javaweb MySQL SpringBoot SSM(Spring,SpringMVC,MyBatis) Maven 2.學習收獲 了解企業項目開發的完整流程,增長開發經驗 了解需求分析的過程,提高分析和設計能力 對所學的技術進行靈活應 閱讀全文
摘要:
SpringCloud OpenFeign-服務調用 1.OpenFeign介紹 https://github.com/spring-cloud/spring-cloud-openfeign OpenFeign是一個聲明式WebService客戶端,使用OpenFeign讓編寫Web Service 閱讀全文
摘要:
SpringCloud Ribbon 1.Ribbon介紹 1.1Ribbon是什么? 官網地址:Netflix/ribbon: Ribbon(github.com) SpringCloud Ribbon 是基于 Netflix Ribbon 實現的一套客戶端負載均衡的工具 Ribbon 主要功能是 閱讀全文