Articles under the 'Back End' tag
Java flow limitation and common solutions
[Basic concepts of current limiting]
[Common algorithms for current limiting schemes]
[Commonly Used Flow Limiting Schemes]
[Consider flow-limiting design from the architectural dimension] 
...
More >>
2022-10-08
Back End
/
Java
/
OPS
/
Flow limitation
/
Common solutions
Introduction to JIT, a new feature of PHP 8
PHP8 alpha1, about JIT is everyone's main concern, how it really works, what to pay attention to, and what is the performance improvement in the end?
First, let's look at a graph:
The left diagram is a diagram of Opcache process before PHP8, and the right diagram is a diag
...
More >>
2022-09-07
Back End
/
PHP
/
JIT
Three cross-domain solutions HttpClient, annotations, gateways
Annotation: @CrossOrigin
Gateway Integration
Httpclient
Why is there a cross-domain problem
Because of the browser's same-origin policy, cross-domains are created. For example, an asynchronous request is sent to two different sources, such as two d
...
More >>
2022-08-30
HttpClient
/
Back End
/
Front End
/
Domain
/
Gateway Integration
Design patterns commonly used in work - Flyweight Pattern
In general, it is not easy to have a lot of scenarios using design patterns for business development. Here is a summary of the more frequent use of design patterns in business development. Of course the language is Java, based on the Spring Framework.
1. Flyweight PatternIf there are a large numbe
...
More >>
2022-08-22
Flyweight Pattern
/
Design pattern
/
Back End