码迷,mamicode.com
首页 >  
搜索关键字:cloudstack cloud    ( 5959个结果
Spring cloud系列教程第二篇:支付项目父工程图文搭建
Spring cloud系列教程第二篇:支付项目父工程图文搭建 在讲解spring cloud相关的技术的时候,咱们就模拟订单支付这个流程来讲讲 在这个支付模块微服务搭建过程中,上面的这些技术,都会融入进来。老的会讲解(因为老的技术还有很多公司会使用到,谁也不知道下一个公司会用新的还是旧的,所以咱们 ...
分类:编程语言   时间:2020-05-10 11:24:29    阅读次数:62
spring Cloud Alibaba 简介
spring Cloud Alibaba 简介 Github: https://github.com/alibaba/spring-cloud-alibaba/blob/master/README-zh.md Spring Cloud Alibaba为分布式应用程序开发提供了一站式解决方案。它包含开 ...
分类:编程语言   时间:2020-05-10 10:22:37    阅读次数:74
APScheduler定时任务
参考 https://www.cnblogs.com/huchong/p/9088611.html https://cloud.tencent.com/developer/article/1172218 https://www.cnblogs.com/huchong/p/9088611.html 目 ...
分类:其他好文   时间:2020-05-08 20:10:01    阅读次数:120
笑话:大厂都在用的任务调度框架我能不知道吗???
前言 我之前的工作中一直在用 Elastic Job 来做任务调度。这也是大家为什么能在我的书籍《Spring Cloud 微服务 入门 实战与进阶》中看到 Elastic Job 的章节。 从 2017 的 2.1.5 版本之后 Elastic Job 没再更新过。我们在做技术选型的时候,对框架的 ...
分类:其他好文   时间:2020-05-08 13:16:18    阅读次数:77
前端福利,用 JS 就能实现抖音养号等诸多功能
我是风筝,公众号「古时的风筝」,一个不只有技术的技术公众号,一个在程序圈混迹多年,主业 Java,另外 Python、React 也玩儿的 6 的斜杠开发者。 Spring Cloud 系列文章已经完成,可以到 "我的github" 上查看系列完整内容。也可以在公众号内回复「pdf」获取我精心制作的 ...
分类:Web程序   时间:2020-05-08 11:23:43    阅读次数:205
centos7 安装 redis 6.0
1.安装前最好确认自己的 gcc 有咩有 版本是多少 gcc -v , 没有的话就安装 https://cloud.189.cn/t/mEreYbbuUjIr 这是下载链接 https://www.cnblogs.com/xiyushimei/p/8550930.html 这是安装教程 2. 这是r ...
分类:其他好文   时间:2020-05-08 09:57:32    阅读次数:384
Spring Cloud Alibaba系列(一)nacos作为服务注册中心
Spring Cloud Alibaba各组件版本关系 | Spring Cloud Alibaba Version | Sentinel Version | Nacos Version | RocketMQ Version | Dubbo Version | Seata Version | | | ...
分类:编程语言   时间:2020-05-08 09:33:23    阅读次数:94
SAP Cloud for Customer里一个Promise的实际应用场合
There are lots of "tutorials" about promise in the internet. Recently I am studying the frontend code of SAP Cloud for Customer and I come across a re ...
分类:其他好文   时间:2020-05-07 22:58:06    阅读次数:71
以zookeeper为注册中心搭建spring cloud环境bug
错误描述: 服务间调用的时候 总是不通 feign.RetryableException: connect timed out executing POST http://common-service/supplywater/deviceManage/keyUnitData 原因、; 以zookee ...
分类:编程语言   时间:2020-05-07 15:34:16    阅读次数:76
springcloud项目启动gateway报错org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found
spring-cloud-starter-gateway依赖与mvc是不兼容的,如果要引用spring-boot-starter-web需要把mvc排除 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri ...
分类:编程语言   时间:2020-05-07 13:56:50    阅读次数:142
5959条   上一页 1 ... 63 64 65 66 67 ... 596 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!