Java project: tourism information website based on SSM -- computer graduation project
Operating environment:
Development tools: IDEA /Eclipse Database: mysql5 seven Application service: Tomcat7/Tomcat8 Using framework ssm
Project introduction
With the development of the times, tourism has become one of many leisure ways for people in their spare time. It is the only choice for many people to take their family to a beautiful p ...
Posted by tozanni on Thu, 06 Jan 2022 02:41:33 +0100
Mybatis learning notes: resultMap result mapping set and log
Learning content: resultMap result mapping set and log
1. resultMap result mapping set
Problem: find users by id When the column in the database is inconsistent with the attribute name in the entity class Columns in database: Attribute name in entity class: result:
Because sql statements select * from mybatis.user where id=#{id} is actual ...
Posted by keyoung on Thu, 06 Jan 2022 00:24:12 +0100
Stay up late at Christmas to sort out a set of SSM templates, so that you can quickly build an environment
🏇
Small
wood
come
Yes
\textcolor{Orange} {here comes Koki}
Here comes Koki 🍣
...
Posted by tambo on Wed, 05 Jan 2022 09:29:10 +0100
Interceptor for spring MVC
1, Introduction to interceptor
1. Interceptor definition
The Interceptor in spring MVC is similar to the Filter in Servlet. It is mainly used to intercept user requests and make corresponding processing. For example, the Interceptor can verify permissions and judge whether users log in
To use the interceptor in spring MVC, you need to de ...
Posted by everogrin on Tue, 04 Jan 2022 12:35:41 +0100
shiro's basic knowledge reserve -- authorization process
Authorization Basics
1. Concept
Authorization is access control, which controls who can access which resources. After identity authentication, the principal needs to allocate permissions to access system resources. Some resources cannot be accessed without permissions.
2. Key objects
Who performs How operation on what ":
Who: the subj ...
Posted by reto on Tue, 04 Jan 2022 04:05:53 +0100
javaSE basic collection (collection Collection)
Course notes Day14
Collection collectionList collectionSet set
Chapter 1 Collection
Section 01 basic theory
Origin of collection
What are the characteristics of arrays?
1. Any data type (basic data type or reference data type) can be stored
2. The length of the array is fixed and cannot be changed
Among the above features, we know that ...
Posted by exhaler on Tue, 04 Jan 2022 02:23:34 +0100
[JavaSE] ArrayList and sequence table
1 Introduction to ArrayList
In the collection framework, ArrayList is a common class that implements the List interface. The specific framework diagram is as follows:
[description]
ArrayList implements the RandomAccess interface, indicating that ArrayList supports random accessArrayList implements the Cloneable interface, which indi ...
Posted by mtombs on Tue, 04 Jan 2022 01:45:19 +0100
Erudite Valley: [case] simulated landlords licensing game
1. Demand
Use a set object to store a deck of playing cards, disrupt the order of all playing cards, and then distribute them to three players and cards represented by the set, and print the set contents of players and cards.
2. Steps
Buy a deck of playing cards and combine the colors and numbers to generate all ordinary cards. Manually add ...
Posted by dhimok on Mon, 03 Jan 2022 07:15:12 +0100
Rocky Linux 8 install wechat idea goland
Background;
Another experience of abandoning windows The main reason is that the host is old and used for another host. I installed rocky linux directly. Personally, it's ubuntu appropriate. But I am a standard centos user. Just in time for the curtain call of centos. By the way, experience rocky linux, the father of centos! The process of ins ...
Posted by cnl83 on Mon, 03 Jan 2022 03:56:50 +0100
Plug in mechanism of mybatis
In this article, let's talk about the plug-in mechanism of mybatis, which is based on myabtis 3.4 Version 6.
Knowledge points
What is a plug-inHow to customize plug-insPlug in implementation principle
What is a plug-in
I believe you must have used many plug-ins, such as eclipse Plug-in, idea plug-in, chrome browser plug-in, etc. in short ...
Posted by Confusion101 on Mon, 03 Jan 2022 00:04:12 +0100