Mybatis plus from entry to mastery (all)

preface When learning mybatis plus Need to master some knowledge points Zero foundation of java from entry to mastery (all) 200000 word summary of javaSE from entry to mastery (I)200000 word summary of javaSE from entry to mastery (2)200000 word summary of javaSE from entry to mastery (3) as well as Spring framework from introduction to ...

Posted by evan12 on Thu, 18 Nov 2021 02:11:59 -0800

Using Fastjson to inject Spring memory horse, it's so beautiful ~!

This article is for reference only.1 FoundationIn fact, there are many ways to inject java memory horse. During my study, I started to study and write a memory horse for spring mvc applications.Generally speaking, the implementation of java Memory horse injection without file landing usually takes advantage of the deserialization vulnerability, ...

Posted by patryn on Wed, 17 Nov 2021 23:42:31 -0800

What is a servlet? The power node servlet tutorial takes you to a quick introduction to actual combat

A component specification (server-side Java application) developed by sun company to expand the functions of web server. It is independent of platform and protocol, and can generate dynamic web pages. It acts as an intermediate layer between client requests (web browsers or other HTTP clients) and server responses (databases or applications on ...

Posted by jkraft10 on Wed, 17 Nov 2021 23:23:57 -0800

Common HTML tags and resume making in Java EE

1, Foreword 1. HTML code is composed of various tags. 2. HTML code infrastructure <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document& ...

Posted by lmninfo on Wed, 17 Nov 2021 20:41:13 -0800

Overall scheme of dispatching center [internal customized transformation based on XXL job]

Overall scheme of dispatching center XXL job transformation target Our dispatching center is generally built in the spring environment. The native support scheme of XXXL job requires @ xxxjob ("xxx") annotation. However, our self-developed scheduling center supports scheduling by configuring beans and bean methods (methods can ...

Posted by uktrips007 on Wed, 17 Nov 2021 18:00:04 -0800

Spring Boot auto configuration source code analysis

catalogue ย  preface Source version @What did SpringBootApplication do? @What did EnableAutoConfiguration do? summary preface Why is Spring Boot so popular? Because it's convenient, it's out of the box, but have you ever thought about why it's so convenient? The traditional SSM architecture configuration file needs to be written for at ...

Posted by hobojjr on Wed, 17 Nov 2021 17:51:14 -0800

Springboot sharding JDBC integrated environment preparation

Only when you know your age and try your best to do well what you can do at this age can you have the freedom of the next age 1, Overview ย  Shardingsphere Jdbc is positioned as a lightweight Java framework and provides additional services in the Jdbc layer of Java. It uses the client to connect directly to the database and provid ...

Posted by victor on Wed, 17 Nov 2021 17:43:43 -0800

70000 words, a summary of basic Java knowledge

catalogue โœจ Write in front โœจ Initial knowledge of Java and development environment installation ๐Ÿ™Œ Java Language Overview ๐ŸŽ† What is the Java language ๐ŸŽ† Master Java ๐ŸŽ† Why Java ๐Ÿ™Œ Is Java the best language ๐Ÿ™Œ Installation of development environment ๐ŸŽ† JDK installation ๐ŸŽ† Installation of IEDA โœจ Data types and operators ๐Ÿ™Œ Variabl ...

Posted by Braimaster on Wed, 17 Nov 2021 16:41:08 -0800

==The difference between and equals

We use string comparison to demonstrate the difference between = = and equals: First, clarify three points: 1. = = compares whether two references point to the same object. 2. The equals method of String class in Java has been rewritten. It compares whether the contents of two strings are equal. The 3.equals method is as like ...

Posted by sgalatas on Wed, 17 Nov 2021 16:19:53 -0800

IOC and DI in Spring ("easiest to understand Spring learning")

๐Ÿ‡ wow Click Click : \textcolor{blue} {wow, Kaka:} Wow, Kaka: stay ...

Posted by WDPEjoe on Wed, 17 Nov 2021 15:41:52 -0800