南瓜慢说官网 敢一行,则予知。脚踏实地,知行合一。

归档

2021 年 07 月

ITResources收集一些有用的IT相关的资源,如网站、电子书、手册、软件、教程、面试指南等。很多对我还是很有用的,也希望能帮助到大家吧。以下两个地址可以访问:LarryDpk/ITResources GitHubIT资源收集整理 南瓜慢说开源框架和库Awesome JavaAwesome Ja

2021 年 06 月

1 Why we need partitioningTable Partitioning can resolve some performance issue caused by big tables, such as query latency. If the size of one table
1 What Is Pub/SubGCP(Google Cloud Platform) Pub/Sub is an asynchronous messaging service that decouples the producers and consumers, just like the Kaf
GCP的Pubsub是一种异步消息传递服务,可将生产事件的服务与处理事件的服务隔离开。消息队列的作用就不多作介绍了,与Kafka、RabbitMQ等差不多。使用Pubsub一个重要原因是不用自己去管理整个中间件的运维,将专业的事交给专业的团队去做。这样,其实也是一种节约成本的方式。
1 IntroIt's very easy to integrate the Spring Cloud Stream with Kafka, let's Go!2 Install KafkaWe installed the standalone Kafka, please download the
What's the issue?After upgraded my IDEA, I can't import the libs as I did not click the Trust Project button.The Inteillj IDEA try to keep you safe, i
问题新版本的Intellij Idea有Project Security的概念,每次导入一个项目的时候,要判断是否是可信任的项目,如果是就要选择信任。无法是一个没有被信任的项目,就会无法正常跑一些命令,如maven:这会导致无法正常导入依赖的jar包:解决方法把项目的路径加入到可信任的路径中去,配置
1 Why we need moduleTerraform Module helps us manage the resources in the right way, just like the Method in Java. Generally, the module contains the