What happened to my style, didn't you when you were a child?
๐
Small
wood
come
Yes
\textcolor{Orange} {here comes Koki}
Here comes Koki ๐ฃ
...
Posted on Fri, 03 Dec 2021 20:27:33 -0500 by DavidGS
Once you and I couldn't stand it. Now I just want to annotate and configure
๐
Small
wood
come
Yes
\textcolor{Orange} {here comes Koki}
Here comes Koki ๐ฃ
...
Posted on Tue, 30 Nov 2021 22:07:45 -0500 by landung
SSM Framework Integration
SSM Framework Integration
Spring MVC is responsible for implementing MVC design patterns
MyBatis is responsible for the data persistence layer
Spring is responsible for managing the creation and dependency injection of related objects used by Spring MVC and MyBatis
SSM Framework Integration, actually Spring and MyBatis Integration, beca ...
Posted on Tue, 30 Nov 2021 14:39:51 -0500 by notsleepy
ssm integration configuration, understanding of the role of each layer of ssm, interpretation of configuration files of each layer of ssm, web program startup and web.xml understanding
Tomcat server load order
Tomcat startup
When tomcat starts, it will load the web.xml file. When loading the web.xml file, it will read many configuration parameters together, such as,, etc. there are two kinds of servlet loading, one is to load when accessing, and the other is to load when the server starts (only need to be set to 1).
Lo ...
Posted on Mon, 29 Nov 2021 11:20:22 -0500 by doberman
Complete project learning-10 project release is to complete the deployment in linux system
1. Deploy JDK
1.1 upload JDK
1.2 decompress the compressed package
tar -xvf jdk-8u51-linux-x64.tar.gz
1.3 deleting installation files
[root@localhost src]# rm -f jdk-8u51-linux-x64.tar.gz
1.4 modify JDK name
mv jdk1.8.0_51 jdk1.8
1.5 check whether JDK is valid
1.6 JDK environment variable configuration
Command:
vim ...
Posted on Thu, 18 Nov 2021 06:04:51 -0500 by AwptiK
No, you can't do this. It's the end ------ sql and cache
๐
wow
Click
Click
:
\textcolor{blue} {wow, Kaka:}
Wow, Kaka:
ancient
...
Posted on Fri, 12 Nov 2021 18:02:37 -0500 by sw0o0sh
SSM integration / spring boot integration mybatis
1. Mybatis hump mapping
1.1 case demonstration
Problem Description: there are many scenarios where hump rules are used in work. However, if each attribute needs to be encapsulated manually, it is cumbersome. Therefore, the framework should provide the function of automatic mapping
1.2 description of hump rules
Official website descript ...
Posted on Tue, 02 Nov 2021 08:28:59 -0400 by rednaxel
Learning notes on principles of spring -- AOP (aspect oriented programming) [Full]
1,AOP
1.1 what is AOP
AOP (Aspect Oriented Programming) means: Aspect Oriented Programming, which realizes the unified maintenance of program functions through precompiled mode and runtime dynamic agent. AOP is the continuation of OOP, a hot spot in software development, an important content in Spring framework, and a derivative paradigm of fun ...
Posted on Mon, 01 Nov 2021 01:31:02 -0400 by darlingm
Spring --- learning notes of IOC (inversion of control) principle [all]
1. IoC how objects are created
Creating objects using parameterless construction
If you want to create with a parametric construct:
Subscript assignment constructor ARG
<!--Have reference-->
<bean id="User" class="com.reliable.pojo.User" >
<constructor-arg index="0" value="Reliable poplar"></constructor-arg>
&l ...
Posted on Sun, 31 Oct 2021 11:01:27 -0400 by YourNameHere
IoC and DI of Spring
Spring
Spring is a lightweight open source framework for layered Java SE/EE application full stack, with IOC (flip control) and AOP (aspect oriented programming) as the kernel It provides many enterprise application technologies such as presentation layer spring MVC, persistence layer spring JDBC template and business layer transaction managem ...
Posted on Wed, 27 Oct 2021 10:35:46 -0400 by polson