Spring Cloud Config
summaryConfig server configuration and testConfig client configuration and testingDynamic refresh of Config client
summary
Configuration problems faced by distributed systems
What is it?
What can I do
Centrally manage profiles Different environments have different configurations, dynamic confi ...
Posted by Mr_jmm on Wed, 25 May 2022 03:22:01 +0300
Earlier we introduced the usage of two in-process caches, including the default ones used by Spring Boot ConcurrentMap cache as well as Cache framework EhCache . Although EhCache can be applied to many application scenarios, since EhCache is an in-process caching framework, in cluster mode, the caches between each application server are indepen ...
Posted by cdrees on Mon, 23 May 2022 00:05:55 +0300
Series articles
be based on. NetCore development blog project StarBlog - (1) why do you need to write your own blog?be based on. NetCore development blog project StarBlog - (2) environment preparation and creation projectbe based on. NetCore development blog project StarBlog - (3) model designbe based on. NetCore development blog project St ...
Posted by Z3RO21 on Tue, 17 May 2022 22:18:39 +0300
I. Introduction
Docker is great to use, especially when it comes to DevOps practices. However, when you pull mirrors in China or locally, you often encounter various "constipation" - either the mirror pull is slow, or the connection is intermittent, or the connection times out!
When our images are large (like someone dropped a Warcr ...
Posted by genom on Tue, 17 May 2022 13:01:00 +0300
Git common commands
New code base
git clone
Create a new Git repository in the current directory
$ git init
Create a new directory and initialize it as a Git repository
$ git init [project-name]
Download a project and its entire code history
$ git clone [url]
configure git config
Git's setting file is .gitconfig, which can be in t ...
Posted by mr_tron on Mon, 16 May 2022 23:48:59 +0300
Build a server free blog and document system based on VuePress and github
Recently, I want to do a project to introduce some of my projects and daily documents, so that the documents can have their own home, https://g.xgss.net After using gitbook, I saw vuepress again and felt it was very useful.
It can be used as blog system, document system ...
Posted by dave_55 on Sun, 15 May 2022 02:51:07 +0300
Dynamic programming of leetcode brush questions
The following are some questions about dynamic programming brushing questions summarized in July and August.
Substring and Subsequence Problems
First, substrings and subsequences
Substrings need to be continuous, subsequences need not be continuous, and dynamic programming can be used here.
Abcd-- ...
Posted by SundayDriver on Tue, 10 May 2022 07:44:36 +0300
Hongmeng kernel source code comments Chinese version [CSDN warehouse] | Gitee warehouse | Github warehouse | Coding warehouse] Add Chinese notes to the HarmonyOS source code line by line and elaborate the design details to help you quickly read the HarmonyOS kernel source code and master the operation mechanism of the whole Hongmeng kernel. The ...
Posted by dmccabe on Tue, 10 May 2022 03:42:04 +0300
Elastic's Medcl provides a way to search Pinyin search. Pinyin search is used in many application scenarios. For example, in Baidu search, we can use pinyin to appear Chinese characters:
For us Chinese, Pinyin search is also very direct. So how can we use pinyin to search in elastic search? The answer is that we use the elastic search analys ...
1: Background
1. Tell a story
During this period of time, the project was delayed and the overtime was severe. The blog stopped a little, but it still had to continue the technical output! The garden has been very lively recently. The boss of exquisite yard farmer shared three articles:
Why be careful with tasks Run [ https://www.cnblogs.co ...
Posted by Im Jake on Tue, 03 May 2022 22:10:17 +0300