Dubbo-SPI and Adaptive Extension Principles, 74 sets of advanced Java interviews

The class parameter here is the interface type of the extension point, and each loader needs to bind an extension point type. The loader is then fetched from the cache first, and a loader is initialized and cached before being fetched. When initializing a private constructor, we need to be aware of the objectFactory variable, which is probably ...

Added by Pr0digy on Wed, 05 Jan 2022 04:18:41 +0200

java web part, springcloud interview question 2021

What are the built-in objects of jsp? What are the functions? What are the methods? How to use JavaBean s in JSP? Common instructions for JSP Four ranges of jsp? jsp scope from large to small What are the functions of filters? Filter usage? (uniformly encode the requests of the client and authenticate the client) How to realize the requ ...

Added by Seona on Wed, 05 Jan 2022 04:09:10 +0200

Java file cutting and splicing, java development interview skills

Convert the path to a file object, and then calculate how many blocks will be divided: File file = filePath.toFile(); int howManyParts = (int) Math.ceil(file.length() / (double)filePieceSize); Initialize the input / output stream, output error information, and return false,Get current directory: DataInputStream fileReader = n ...

Added by kamasheto on Tue, 04 Jan 2022 20:52:32 +0200

How to implement full link call log tracking in SpringBoot? This method is called elegance

A previous article briefly introduced MDC. This time, we will have an in-depth understanding of MDC in combination with specific cases and specific problems in production. Introduction to MDC 1. Introduction: MDC (Mapped Diagnostic Context) is a function provided by log4j, logback and log4j2 to facilitate logging under multi-threaded conditi ...

Added by JD-AM on Tue, 04 Jan 2022 15:38:43 +0200

Tired of C + +, Dr. CS&ML rewrites Python extensions with Rust and summarizes nine rules

Selected from medium com By Carl M. Kadie Machine heart compilation Editors: Du Wei, Chen Ping Just give it a try. Python is one of the most popular programming languages for data scientists. It integrates high-quality analysis libraries, including NumPy, SciPy, natural language toolkit, etc. many of these libraries are implemented in C an ...

Added by hyp0r on Tue, 04 Jan 2022 15:08:16 +0200

Teach you how to use vercel service to deploy front-end projects and serverless api for free

1, Introduce vercelVercel is a site hosting platform that provides CDN acceleration. Similar platforms include Netlify and Github Pages. In contrast, vercel has faster access speed in China and provides Production environment and development environment. It is very useful for project development and supports continuous integration. One push or ...

Added by mfos on Tue, 04 Jan 2022 13:06:17 +0200

Deploying Spring Native based microservices using Knative

In this article, you will learn how to run Spring Boot microservices, which communicate with each other on Knative. I also showed you how to use GraalVM to prepare a native image of a Spring Boot application. We will then run it on Kubernetes using the Skaffold and jibsave plug-ins. On Knative, you can run any type of application, not just fun ...

Added by PHPAnx on Tue, 04 Jan 2022 12:25:48 +0200

Use Python and selenium to automatically simulate and log in to 12306 official website

preface: In recent years, the anti crawling of 12306 has become more and more serious. From obtaining tk parameters a year ago to now, JS, CSS and other encryption methods have been added! At present, most people use selenium to log in, and this article is no exception. Environmental Science: Windows **  python 3.6.5** modular: seleniu ...

Added by hongco on Tue, 04 Jan 2022 09:26:24 +0200

Learn Python web crawler in five minutes

But anyway, crawler technology is innocent, and it is still worth our developers to learn about it. Before learning, we still need to understand the relevant concepts. What is a reptile Web crawler: also known as web spider, web robot, is a program or script that automatically grabs World Wide Web information according to certain rules. The ...

Added by CyberShot on Tue, 04 Jan 2022 02:39:52 +0200

MySQL scheduled backup database

Click on "end of life", pay attention to the official account. Daily technical dry goods, delivered at the first time!   In the process of operating data, it may lead to data errors and even database collapse, and effective scheduled backup can well protect the database. This article mainly describes several methods for MySQL schedule ...

Added by jimjack145 on Tue, 04 Jan 2022 00:59:56 +0200