Tag:Flow chart
-
Time:2021-4-10
Author: Hello GitHub dried fish Creativity is a pronoun of programmer’s identity. The same software has different ways to play. For example, you can operate a SQL database like git, and dot is such a database. For example, you can only write text, and flow chart fun helps you turn text into flow chart. Another […]
-
Time:2021-4-9
There are many blogs about bean’s life cycle on the Internet, but many of them are based on older versions. Recently, the whole process has been drawn as a flow chart. Later, use the flow chart, description and code to illustrate the process of the whole declaration cycle. Note that because there are a lot […]
-
Time:2021-3-14
I hope you can enjoy it preface There are three typesFactory modelIn addition to factory mode, there are other modes of interview, which I will talk about this timeAdapter mode,Decoration modeIt’s still the old rule. Put it in theIt’s in. JavaCopy and serve Adapter mode Adapter modes are divided intoClass Adapter andobject adapter . The […]
-
Time:2021-2-22
Write on the front Recently, when I look at the spring source code and see the source code for spring to solve the problem of circular dependency, I have to say that the source code is too bad. For top-level project source code like spring, there is such XXX code. I have nodded my head […]
-
Time:2021-2-18
Life is too short to do something that no one wants. This article has been publishedhttps://www.yourbatman.cnIncluded, including spring technology stack, mybatis, JVM, middleware and other small and beautifulspecial columnFor free learning. Pay attention to the official account.Bat’s Utopia】Break them one by one, master them in depth, and refuse to taste them. preface Hello everyone, I’m […]
-
Time:2021-2-4
The form of flow chart in markdown is code block, and the code block language is marked as Mermaid. The main content is roughly divided into: direction, node, the connection between nodes, the following will focus on these three points to sort out. Mermaid supports flow chart, Gantt chart and sequence chart, but after this […]
-
Time:2021-1-11
We have made a general analysisDubbo registry and service registration source process Now let’s analyze itService IntroductionThe process of 1、 Overall architecture diagram 2、 Service reference sequence diagram 3Consumption flow chart As shown in the figure above, service consumption and service registration are also divided into two steps. 1. Convert […]
-
Time:2020-11-12
In the last illustration of Vue responsive principle, we understand the rendering process of Vue through nine flow charts. I believe you have a certain understanding of the whole rendering process of Vue. In this article, we focus on the principle module of Vue asynchronous update. This paper mainly analyzes the process of Vue from […]
-
Time:2020-10-17
In front-end development,vscodeIs the most commonly used editor, andvscodeThere are a variety of practical plug-ins, some can help us improve efficiency, some can make our work process more happy. Today, let’s introduce these plug-ins~ Enhancement class plug-in Code artifact – power mode First of all, the first plug-in is introducedPower ModeIt can make your programming […]
-
Time:2020-10-16
Log system elfk preface According to the company’s existing business flow and technology stack, we decided to choose the log system solution as follows: elasticsearch (ES) + logstash (LO) + filebeat (FI) + kibana (KI). Es chooses to use the ES provided by aliyun, Lo & fi chooses to deploy itself, and Ki is sent […]
-
Time:2020-10-16
TCP proxy server Develop a simple version of TCP proxy server. The following is the flow chart of TCP proxy server: advantage: Expansibility Error trapping Operation of breaking current and limiting current load balancing Disadvantages: No log operation Compatibility, lack of compatibility with redis, etcd and other services
-
Time:2020-9-15
This article is included in personal blog: www.chengxy-nds.top Technical data sharing and progress Programmer is a brick, where need where move The internal OA system of the company needs to be upgraded recently. I was seconded because of the shortage of manpower. However, I haven’t done this function yet. I’m still a little curious about […]