码迷,mamicode.com
首页 >  
搜索关键字:cloud foundry    ( 5849个结果
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
【SpringCloud】Spring Cloud Stream 消息驱动(二十三)
Spring Cloud Stream介绍 Spring Cloud Stream,官方定义Spring Cloud Stream是一个构建消息驱动微服务的框架 应用程序通过 inputs 或者 outputs 来与 Spring Cloud Stream 中的binder对象交互,通过配置bind ...
分类:编程语言   时间:2020-05-07 00:25:01    阅读次数:104
jieba库的分词和词云
1.分词 #DreaminRedMansions.py import jieba #调用jieba库 txt = open("D:\Download\lianxii\passageone.txt","r",encoding="UTF-8").read() #打开txt文件阅读 words = jie ...
分类:其他好文   时间:2020-05-06 19:52:48    阅读次数:55
腾讯云短信申请与使用
创建应用 记录SDK AppID 申请签名 用个人网站需ICP备案,可以申请公众号,用个人公众号申请 记录ID 和内容 申请模板 记录ID和模板名称和内容变量 申请腾讯云调用api secretkey和secretId 查看帮助文档 https://cloud.tencent.com/documen ...
分类:其他好文   时间:2020-05-06 19:25:00    阅读次数:280
使用 spring stream 发送消息
为什么使用spring stream ? spring stream 是用来做消息队列发送消息使用的。他隔离了各种消息队列的区别,使用统一的编程模型来发送消息。 目前支持: rabbitmq kafka rocketmq 启动rocketmq rocketmq 支持windows start mqn ...
分类:编程语言   时间:2020-05-06 18:05:55    阅读次数:77
pytorch安装
环境anaconda (1)配置镜像(直接在官网下载较慢) conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ conda config --add channels htt ...
分类:其他好文   时间:2020-05-06 17:53:41    阅读次数:119
5849条   上一页 1 ... 64 65 66 67 68 ... 585 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!