Mermaid drawing tutorial
References
Example of mermiad drawing
Flowchart flowchart syntax description
Sequence diagrams syntax description
Class diagrams - class diagrams syntax description
Syntax description of State diagrams
Entity Relationship Diagrams syntax description
User Journey Diagram - syntax description of User Journey Diagram
Gantt chart Gantt ...
Posted by nati on Sun, 08 May 2022 15:11:21 +0300
Jenkins deploys SpringBoot application to remote server
Jenkins deploys SpringBoot application to remote server
Using SpringBoot and SpringCloud to write background services also introduces the popular concept of micro services, and there are many modules. Jenkins is used as a continuous integration tool to facilitate early testing and later online deployment and update.
structure
Server structur ...
Posted by redtux on Sun, 08 May 2022 12:17:25 +0300
Git submit push error: HTTP 413 curl 22 The requested URL returned error 413 solution (super detailed steps)
Git submit push error: HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large solution (super detailed steps)
preface
Error reported when submitting code push: HTTP 413 curl 22 The requested URL returned error: 413 Request Entity Too Large
The reason is that the uploaded file is too large, so the following error ...
Posted by ghurtado on Thu, 28 Apr 2022 02:58:00 +0300
Tips for using pyjuter
This paper includes the following contents
Shortcut keyMagic commandextendTheme settingMake slidesGadgetsOther skillsSupplement: use sublime shortcut + custom shortcut
Based on Windows 10 operating system.
Shortcut key
Shortcut key rule
The shortcut keys for text operations are Ctrl, shift, alt, etc., such as Ctrl + C/V/X/Z/AThe shortcut ...
Posted by Stuph on Wed, 20 Apr 2022 23:17:27 +0300
Installation and use of Docker
Ubuntu18.04 system docker installation and use
Docker installation, basic tutorial and command learning web pages: https://geek-docs.com/docker
Docker introduction
It consists of three parts: container (Image) and repository (Doctor).
Docker's image can be simply compared to the system disk used to install the system for the computer ...
Posted by liquid79 on Sun, 03 Apr 2022 22:19:19 +0300
Hadoop uses idea to debug code remotely
I preface
Last night, I encountered a wonderful problem. The DataNode started and reported an error The error information prompt is ambiguous, and there is no way to locate the cause Method: start remote debugging
Note: the code for remote debugging must be consistent with the code of the local idea
II Server side configuration
2.1 ...
Posted by hiberphoptik on Sat, 26 Mar 2022 23:59:35 +0300