Author homepage: Source Space Station 2022
Introduction: High-quality creators in the Java field, Java projects, learning materials, technical mutual assistance
Get the source code at the end of the article
Project Introduction
The administrator role includes the following functions: Administrator login, administrator user management, a ...
1. Aspect oriented programming AOP
AOP (aspect oriented programming), aspect oriented programming.
Facet: the common, general and repeated functions are called facets. Facet oriented programming is to extract the facets, develop them separately, and weave them into the methods to be called through dynamic agents.
2. "Evolution" of ...
Posted by nlhowell on Thu, 26 May 2022 00:40:17 +0300
1. What is the Spring framework
It is a container that integrates other frameworks. Its core is IOC and AOP. Spring framework consists of more than 20 modules, which provides excellent solutions in many fields.
2. Features of Spring
1) Lightweight
It is composed of more than 20 modules. Each jar package is very small, less than 1M, and the ...
Posted by F1Fan on Wed, 25 May 2022 21:29:24 +0300
Get the source code at the end
Development language: Java
Development tool: IDEA/ Eclipse
Database: mysql5 seven
Application service: Tomcat7/Tomcat8
use framessm+vue
JDK version: jdk1.0 eight
Preface introduction
System management will also carry out overall intelligent operation through computers. There are many management and ...
Posted by Daveyz83 on Sun, 22 May 2022 02:18:24 +0300
Advertising management module and user management module of the project
In the last blog (Chapter 70 blog), we completed the course management module, and then we completed the advertising management module and user management module
Advertising management module:
Realize the following functions:
Advertising space list query
Add ad space ...
Posted by amrigo on Thu, 19 May 2022 22:51:48 +0300
preface
As a senior back-end coder, he has to deal with the database every day. Hibernate, a highly encapsulated persistence framework, was first used. Since I came into contact with Mybatis, I have been impressed by its flexibility. I can write SQL myself. Although it is lightweight, although the sparrow is small, it has all kinds of internal ...
Integrated thinking
Step 1: build an integrated environment Step 2: build a Spring development environment Step 3: integrate Spring MVC with Spring Step 4: integrate Mybatis with Spring We first configure each framework to ensure that each framework can be executed separately, and then carry out the integration operation.
Integrated environme ...
Posted by eyegraphix on Tue, 10 May 2022 12:13:18 +0300
IoC -- tell spring about the class and let spring create objects of related classes when you need them
Chinese Name: control inversion
English Name: (Inversion of Control)
What IoC does: the programmer originally took the initiative to instantiate the object through new and handed it over to Spring
In control inversion, control refers to ...
Posted by naboth_abaho on Thu, 05 May 2022 16:22:45 +0300
Introduction to MyBatis
1, MyBatis history
The MyBatis framework encapsulates JDBC for connecting to the database, but it is faster and more efficient than the original JDBC!
MyBatis was originally an open source project ibatis of Apache. In June 2010, the project was migrated from Apache Software Foundation to Google Code. With the developm ...
Posted by coolbeansdude51 on Thu, 05 May 2022 10:17:52 +0300