码迷,mamicode.com
首页 >  
搜索关键字:cloud transformation    ( 6296个结果
springcloud 集成Sentinel 1.8持久化到nacos
1、客户端pom引入 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId> <version>2.2.4.RELEASE</ve ...
分类:编程语言   时间:2021-01-21 10:31:19    阅读次数:0
【转】理解Serverless
理解Serverless No silver bullet. - The Mythical Man-Month 许多年前,我们开发的软件还是C/S(客户端/服务器)和MVC(模型-试图-控制器)的形式,再后来有了SOA,最近几年又出现了微服务架构,更新一点的有Cloud Native(云原生)应用, ...
分类:其他好文   时间:2021-01-19 12:18:15    阅读次数:0
Cloud & KVM
CLOUD 一、云计算 什么是云计算 基于互联网的相关服务的增加、使用和交付模式 这种模式提供可用的、便捷的、按需的网络访问,进入可配置的计算资源共享池 这些资源能够被快速提供,只需要投入很少的管理工作,或与服务供应商进行很少的交互 通常涉及通过互联网来提供动态易扩展且经常是虚拟化的资源 国际知名云 ...
分类:其他好文   时间:2021-01-18 11:00:14    阅读次数:0
【Azure Developer】使用Postman获取Azure AD中注册应用程序的授权Token,及为Azure REST API设置Authorization
Azure Active Directory (Azure AD) is Microsoft’s cloud-based identity and access management service, which helps your employees sign in and access res ...
分类:Windows程序   时间:2021-01-15 12:02:00    阅读次数:0
condarc内容
.condarc内容 channels: - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/ - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge - ...
分类:其他好文   时间:2021-01-14 10:38:30    阅读次数:0
SpringCloud 和 SpringBoot 和Spring Cloud alibaba 版本冲突 导致 服务发现 服务注册 服务调用时报错
一丶错误一 一丶错误信息 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memberController': Unsatisfied dependenc ...
分类:编程语言   时间:2021-01-13 11:12:42    阅读次数:0
No Feign Client for loadBalancing defined. Did you forget to include spring-cloud-starter-loadbalancer
1,错误信息 org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'memberController': Unsatisfied dependency expr ...
分类:数据库   时间:2021-01-13 11:09:07    阅读次数:0
Spring Cloud微服务实战 打造企业级优惠券系统 2-5 Redis特性以及问题规避(概念)(面试)
0 课程地址 https://coding.imooc.com/lesson/380.html#mid=28221 1 个人收获 2 课程内容 2.1 Redis速度快的原因: 1.完全基于内存操作(快于硬盘操作)2.数据结构简单3.单线程,避免了上下文状态切换没有上锁而影响性能4.多路I0复用模型 ...
分类:编程语言   时间:2021-01-12 11:18:10    阅读次数:0
# 使用Spring cloud Ribbon异常:java.lang.IllegalStateException: No instances available for XXX
java.lang.IllegalStateException: No instances available for XXX ##问题描述: 是这样的,我在学习Ribbon时,总是报这个异常,但是注册中心里明明有这个实例。填上去却总是报错。 根据这篇文章https://blog.csdn.net/ ...
分类:编程语言   时间:2021-01-12 11:04:20    阅读次数:0
0127. Word Ladder (H)
Word Ladder (H) 题目 Given two words beginWord and endWord, and a dictionary wordList, return the length of the shortest transformation sequence from be ...
分类:其他好文   时间:2021-01-12 10:54:49    阅读次数:0
6296条   上一页 1 ... 12 13 14 15 16 ... 630 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!