[dry goods, what happened to the senior Java Engineer dismissed by Tencent

END;; – generate 100w random data – it is expected to take half an hour or more. In fact, 1w messages can also be generated. The main reason is that more data can better reflect the importance of the index call create_test_data(100*10000); # Explain Explain Is to identify a SQL Whether to take the easiest way to index, we can ...

Added by sujithtomy on Tue, 07 Sep 2021 04:21:14 +0300

Spring cloud quick start, how do Java developers become architects step by step

Feign is a declarative and templated HTTP client developed by Netfix. It can help us call HTTP API more quickly. It supports its own annotations, Jax RS annotations and spring MVC annotations, and also integrates Ribbon and Eureka. By using feign, the Rest request can be hidden and disguised as a Controller similar to spring MVC. You don't have ...

Added by jayskates on Mon, 06 Sep 2021 05:22:46 +0300

[embedded experiment], Alibaba Java social recruitment interview

4, Experimental equipment and tools (including software debugging tools) 5, Experimental steps Experiment 1: transplant embedded database sqlite 1 ~ 5: install sqlite database 6: Use of database Method 1: command to manipulate the database Mode 2: program to manipulate the database Outside the experiment (you can see if you a ...

Added by crash4o4 on Sun, 05 Sep 2021 22:40:48 +0300

[spring cloud collection, Java interview questions for junior programmers of the company

2, How Eureka works 3, Eureka environment construction 1. Create a new moudle 2. Change pom 3. Write yml 4. Startup class 5. Test 4, payment8001 registered in Eureka 1.pom add dependency 2. Change yml 3. Annotate the startup class 4. Test 5, order80 register in Eureka The tests are as follows 1, What is Eureka? ============= E ...

Added by AudiS2 on Sun, 05 Sep 2021 20:31:06 +0300

Comprehensive analysis of advanced core knowledge in Java, nginx architecture diagram

<servlet-name>springmvc</servlet-name> <servlet-class>org.springframework.web.servlet.DispatcherServlet </servlet-class> <!-- If not set init-param Label, you must/WEB-INF/Create under xxx-servlet.xml File, where xxx yes servlet-name The name of the configuration in. --> <init-param> <param-name>co ...

Added by mistercoffee on Thu, 02 Sep 2021 23:37:18 +0300