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各组件版本关系 | Spring Cloud Alibaba Version | Sentinel Version | Nacos Version | RocketMQ Version | Dubbo Version | Seata Version | | | ...
分类:
编程语言 时间:
2020-05-08 09:33:23
阅读次数:
94
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
错误描述: 服务间调用的时候 总是不通 feign.RetryableException: connect timed out executing POST http://common-service/supplywater/deviceManage/keyUnitData 原因、; 以zookee ...
分类:
编程语言 时间:
2020-05-07 15:34:16
阅读次数:
76
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
Spring Cloud Stream介绍 Spring Cloud Stream,官方定义Spring Cloud Stream是一个构建消息驱动微服务的框架 应用程序通过 inputs 或者 outputs 来与 Spring Cloud Stream 中的binder对象交互,通过配置bind ...
分类:
编程语言 时间:
2020-05-07 00:25:01
阅读次数:
104
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 是用来做消息队列发送消息使用的。他隔离了各种消息队列的区别,使用统一的编程模型来发送消息。 目前支持: rabbitmq kafka rocketmq 启动rocketmq rocketmq 支持windows start mqn ...
分类:
编程语言 时间:
2020-05-06 18:05:55
阅读次数:
77
环境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