Useful Website Collection
this file notes all the useful website , once browser bookmarks dispatch, I can find back all the sites those I need.
linksβ
ssh: connect to host github.com port 22: Connection timed out
CLion MinGW Environment Configuration
Accelerate Spring Startup Speed
Overall Technical Architecture of Dubbo Mesh
multiple deployment modes (SDK, Sidecar, and Agent)
In
Java, if an abstract class or entity class not managed by a container is inherited by an entity class managed by a container, the abstract class will also be automatically managed by the container.
Docusaurus Setup (2) - Deploying to GitHub Pages
Pip Cannot Install Package After Opening Proxy
Deep Understanding of Apache Dubbo and Practical Combatβ
- Chapter 3 FailbackRegistry inherits from AbstractRegistry, overrides parent class methods such as register, subscribe, query, and notify, and adds a retry mechanism. In addition, it adds four unimplemented abstract template methods.
Although each registry center has its own concrete factory class, where is it judged which factory class implementation should be called? No explicit judgment is seen in the code.
The answer lies in the RegistryFactory interface, which has a Registry getRegistry(URL url) method, and this method has the @Adaptive(protocol) annotation.
Dubbo's good extensibility is inseparable from two aspects: one is that various design patterns are used appropriately for different scenarios in the entire framework, and the other is the loading mechanism introduced in this chapter.
- Attribution: Retain the original author's signature and code source information in the original and derivative code.
- Preserve License: Retain the Apache 2.0 license file in the original and derivative code.
- Attribution: Give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes. For commercial use, please contact the author.
- ShareAlike: If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.