SSM
2. The first Mybatis program Idea: build environment import Mybatis write code test 2.1 building database 2.2 create a new maven project 2.3 import core configuration file mybatis-config.xml
Posted by Tonata on Sat, 15 May 2021 07:55:03 +0930
_This paper analyses the coupling problem between the program and the factory mode decoupling, and emphasizes the distinction between single object and multiple object. Program Coupling Problem and Factory Mode Decoupling 1. Coupling of Procedures Coupling: Dependencies between programs includeUTF-8...
Posted by martincrumlish on Tue, 01 Jun 2021 01:50:11 +0930
Spring04 review aop: Aspect oriented programming(oop Supplement to): During the running of the program, the business method is enhanced without destroying the source code, so that developers only focus on the business part Common scenes: Print log Test program run time Control transaction ... IUTF-8...
Posted by mmtalon on Fri, 04 Jun 2021 08:25:41 +0930
SSM integrated development SSM : SpringMVC + Spring + MyBatis Spring MVC: view layer and interface layer, which are responsible for receiving requests and displaying processing results. Spring: business layer, management of Service, Dao, tool class objects. MyBatis: persistence layer, access toUTF-8...
Posted by kpulatsu on Sat, 05 Jun 2021 06:29:37 +0930
Redis 1. Understand NoSql 1.1 What is Nosql NoSQL, refers generally to non-relational databases.With the rise of Internet web2.0 websites, traditional relational databases have been unable to handle web2.0 websites, especially Web 2.0 pure dynamic websites of super-large-scale and highly concurUTF-8...
Posted by scottybwoy on Sat, 19 Jun 2021 01:49:56 +0930
preface: Learning framework a better path to read the source code, this paper introduces the SqlSessionFactory and SqlSession, you can understand the SqlSessionFactory interface and SqlSession interface and the two implementation classes, to see the source code, understand the implementation prUTF-8...
Posted by Donovan on Sat, 19 Jun 2021 05:09:24 +0930
1. Delayed Loading in Mybatis Purpose: Do not waste memory spaceMain Configuration How to configure Start steps in main profile 2. Caching in Mybatis Basic concepts of caching 2.1 Level 1 Cache 2.2 Triggering empty primary cache 2.3 Level 2 Cache (required to be turned on step by step) Step 1:UTF-8...
Posted by gwh on Mon, 21 Jun 2021 01:34:06 +0930
SpringMVC - Methods / parameters Directions: Spring MVC - Introduction 1 @RequestMapping annotation 1.1 where @ requestmapping appears @The request mapping annotation defines the mapping rules of the processor for requests. The annotation can be defined on a class or method, but the meaning is UTF-8...
Posted by jmaccs64 on Thu, 01 Jul 2021 06:39:31 +0930
catalogue 1, Scope of Bean 1. Singleton Bean declaration 2. Multi instance Bean declaration 2, The life cycle of Bean 1. bean initialization and destruction 2. bean postprocessor Hello, I'm little ape! A super bug program ape! When using Spring for IOC configuration, the configuration and use oUTF-8...
Posted by xcandiottix on Wed, 14 Jul 2021 09:14:13 +0930
6. Dependent Injection 6.1. Constructor Injection I've said that before 6.2. Set injection [Key] Dependent Injection: Set Injection! Dependency: bean objects are created by containers Injection: All properties in the bean object, injected by the container! [Environment Building] 1. Complex TypeUTF-8...
Posted by sarika on Wed, 21 Jul 2021 08:00:24 +0930