from wordcloud import WordCloud import matplotlib.pyplot as plt import jieba import numpy as np from PIL import Image # 生成词云 def create_word_cloud(fil ...
分类:
其他好文 时间:
2020-06-29 19:58:44
阅读次数:
62
腾讯TRTC文档: https://cloud.tencent.com/document/product/647 https://cloud.tencent.com/developer/article/1539376 https://www.qcloudtrtc.com/webrtc-samples ...
分类:
其他好文 时间:
2020-06-29 15:39:55
阅读次数:
67
入门阅读材料: 1. microservices(翻译) 原文 2. service mesh的历史和市场格局 3. Istio介绍安装和配置 servicemesher社区 4. spring boot 基础学习示例 5. spring cloud微服务架构学习示例 ...
分类:
其他好文 时间:
2020-06-29 11:19:52
阅读次数:
62
CVPR2020:训练多视图三维点云配准 Learning Multiview 3D Point Cloud Registration 源代码和预训练模型:https://github.com/zgojcic/3D_multiview_reg 论文地址: https://openaccess.the ...
分类:
其他好文 时间:
2020-06-29 09:31:56
阅读次数:
235
在学习Spring Cloud之前先思考下面两个问题? 1、Spring Cloud是什么? 2、怎么用Spring Cloud? 接下来带着这两个问题来学习Spring Cloud。 Spring Cloud是什么 ? Spring Cloud是一款基于Spring Boot实现的微服务架构开发工 ...
分类:
编程语言 时间:
2020-06-29 00:50:58
阅读次数:
67
”Fog Computing defines and extends from the cloud computing to provide a seamless end-to-end customer experience. Fog Computing work best in the areas ...
分类:
其他好文 时间:
2020-06-28 20:14:18
阅读次数:
86
一、sentinel是什么sentinel的官方名称叫分布式系统的流量防卫兵。Sentinel以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度保护服务的稳定性。在SpringCloud项目中最开始我们使用的是Hystrix,目前已停止更新了。现在SpringCloud官方推荐的是rensilience4j。当然还有我们今天学习的sentinel。Sentinel具有以下特征:丰富的应用
分类:
编程语言 时间:
2020-06-28 18:38:14
阅读次数:
55
问题:执行 db.auth(‘username’, ‘password’),monoDB 认证失败,出现 SASL SCRAM-SHA-1 authentication failed for nls-cloud on admin from client 172.19.0.1:14500 ; User ...
分类:
数据库 时间:
2020-06-28 15:29:47
阅读次数:
180
一、sentinel是什么 sentinel的官方名称叫分布式系统的流量防卫兵。Sentinel 以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度保护服务的稳定性。在Spring Cloud项目中最开始我们使用的是Hystrix,目前已停止更新了。现在Spring Cloud官方推荐的是 ...
分类:
编程语言 时间:
2020-06-28 15:02:32
阅读次数:
61
Running LLAP as a YARN Service 因为 Apache Slider 已经不维护了,下面介绍 不使用 Slider 的 LLAP使用方式。 参考: https://blog.cloudera.com/apache-hive-llap-as-a-yarn-service/ 将 ...
分类:
其他好文 时间:
2020-06-28 12:39:20
阅读次数:
108