TypeScript enums (hyper-verbose)

The Enum type is used in scenarios where the values are limited to a certain range, for example, there can only be seven days in a week, and the colors are limited to red, green, and blue, etc. TS enumeration is inspired by C# Simple example Enumerations are defined using the enum keyword: enum Days […]

Hyper Verbose JavaScript

Directory 1. Introduction to javaScript 2. Use of JavaScript 3. Variables Four, relational comparison operation 5. Logical operations 5. Array 6. Function 1. How to define the function 2. The scope of the function 3. Variable declaration ahead of time 4. this keyword Seven, custom objects 1. Object object 2. Custom objects 3. Anonymous functions […]

[Solved] docker-compose up timed out error when starting the container service: ERROR: An HTTP request took too long to complete. Retry with –verbose

https://www.jianshu.com/p/002c917d667a Question: ? I am using docker to run a medium-sized project, including docker for more than 40 microservices and related databases. Since there are too many services started at the same time by docker-compose up, and the 60s time exceeded the HTTP request limit, all of them have not been successfully started, so a […]