Tag:Download Area
-
Redis Series Textbook (I) – Windows tutorial
Step 1: about JDK version Step 2: what is redis Step 3: redis official website Step 4: download and unzip Step 1: About JDK version At least use jdk8. Please download jdk8 or higher: Download and configure JDK environment Step 2: what is redis Redis is an open-source log and key value database written in […]
-
Redis Series Textbook (VI) – client
Step 1: redisclient Step 2: Download and run Step 3: Login Step 4: select database Step 1: redisclient In addition to using redis cli Exe can not only observe the data in the server, but also use a graphical interface tool called redisclient Step 2: Download and run The package is placed in the download […]
-
Mybatis series (24) – related concepts – simple mybatis integration c3p0 database connection pool
This knowledge point demonstrates that simple mybatis integration of c3p0 database connection pool is not the integration method of SSM Step 1: run first, see the effect, and then learn Step 2: imitation and troubleshooting Step 3: download the jar package Step 4: import the project Step 5: create a new class c3p0datasourcefactory Step 6: […]
-
SSM series teaching materials (1) – detailed steps of integration of Spring + spring MVC + mybatis framework
This example demonstrates the steps of integrating SSM one by one from 0. To learn this knowledge, you need to have the foundation of spring, spring MVC, and mybatis. If you don’t have these basics, please master the basics and then learn. Don’t skip learning. If you are too quick, you will not be able […]