SSM - down (pull hook education background management system - front end)
Phase VI module V
Task 1 front end development of curriculum and advertising module
1.Vue review
1.1 project structure description
We use scaffolding to quickly build the Vue project
|--- edu-boss entry name
|--- node_modules Directory where dependent packages are stored
|--- public Static resource management directory
|--- src ...
Posted by rahnel on Tue, 14 Dec 2021 22:31:23 +0100
Servlet learning phase II
HttpServletRequest class
What is the role of the HttpServletRequest class
Every time a Request enters the Tomcat server, the Tomcat server parses and encapsulates the requested HTTP protocol information into the Request object. Then it is passed to the service methods (doGet and doPost) for us to use. We can get the information of all request ...
Posted by railanc4309 on Thu, 09 Dec 2021 17:37:00 +0100
Detailed explanation of integrating SpringSecurity with SpringBoot based on madness learning [~]
Spring security
Official documents: Official documents
jurisdiction:
Functional authorityAccess rightsMenu permissions
We used interceptors and filters to implement these permissions, and used a lot of native code.
Now you can use the security framework
The core of security framework is to assign permissions to roles, not to corresponding ...
Posted by Bill_Draving on Mon, 29 Nov 2021 14:25:51 +0100
The basic concept, command, reverse proxy, load balancing, dynamic and static separation and high availability of Nginx sunflower dictionary
1, Basic concepts
1. What is Nginx
Nginx is a high-performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP proxy server. Its characteristic is that it occupies less memory. The concurrency ability is strong, and its concurrency ability is indeed better in the same type of web server.
http server A Web server is a program t ...
Posted by hthighway on Tue, 23 Nov 2021 17:09:48 +0100
Initial SpringBoot, development community home page
1.1 Course Introduction
Course objectives:
The premise of in-depth understanding of the framework is to apply it. Flexible.
Project introduction: discussion function of Niuke network and discussion community.
Java Web focuses on the server side, not the front-end page. The front end is familiar with Html common tags, CSS and JS
...
Posted by beedie on Fri, 19 Nov 2021 17:54:36 +0100
Solution of output garbled code in IntelliJ IDEA
Recently, tomcat suddenly output garbled code on the console. All kinds of garbled code problems were solved by consulting a lot of data
IDEA console output garbled code
Problem 1: the tomcat console in idea outputs garbled code
Run the local tomcat\bin\start.bat file, and the page displays normally
Display garbled code in idea
Ad ...
Posted by ctjansen on Mon, 08 Nov 2021 12:28:30 +0100
JWT based token authentication - API Gateway - alicloud
Alibaba cloud API gateway implements a set of mechanism for authorizing access to users' APIs based on user system on the basis of structured token such as Json Web Token (JWT), which meets the needs of users' personalized security settings.
Alibaba cloud API gateway implements a set of mechanism for authorizing access to users' APIs based o ...
Posted by zplits on Thu, 04 Nov 2021 13:17:06 +0100
Hegongda Luqiang java Experiment 4 database version
Experiment 4 Java Web Programming
1, Experimental purpose
1. Master the installation and configuration of Tomcat, a Java Web server.
2. Learn simple HTML form design and form submission.
3. Master the use of request object and session object in JSP.
2, Experimental content
1. Download and install Tomcat8 and configure it. Start the Tomcat ...
Posted by bandit on Tue, 02 Nov 2021 06:21:35 +0100
Introduction to Mybatis from novice village to fighting low-level wild monsters
Course objectives
Build MyBatis development environmentComplete the operations of adding, deleting, modifying and querying a single table based on annotationsComplete the operations of adding, deleting, modifying and querying multiple tables based on annotationsComplete the operations of adding, deleting, modifying and querying a single table ...
Posted by Ne0_Dev on Thu, 28 Oct 2021 15:00:34 +0200
Introduction to Servlet foundation - Introduction to session Technology
Introduction to Servlet foundation - Introduction to session Technology
1. Introduction to conversation Technology
1.1 overview of conversation Technology
1.1.1 what is conversation
Session means that a user opens a browser and accesses a website. As long as the browser is not closed, no matter how many hyperlinks the user cl ...
Posted by Ron Woolley on Wed, 27 Oct 2021 17:22:13 +0200