Separation of dynamic and static state by Nginx+Tomcat
Add group groupadd www Add user WWW: useradd - G www under www group Modify configuration file nginx.conf : user www ww...
JFinal unpacking evaluation, I'm serious this time
introduction I met JFinal unexpectedly when I was looking at the server container yesterday. Before, my impression of JF...
Servlet learning notes
Three configuration modes of Servlet Mode 1: precise configuration Must be in exact path, plus / SOS to access For exa...
Design Mode - MVC Mode
Above (Design Mode - Visitor Mode): https://blog.csdn.net/qq_16498553/article/details/106912484 Catalog background What ...
Java EE final project assignment management system
Java EE final project - activity management system Based on MyBatis+springboot+jsp 1, About MyBatis MyBatis benefits 2...
SpringMVC Chapter 3 (Request redirection and forwarding, exception handling, interceptor, SSM integration)
I am a sophomore major in Internet of Things Engineering, and a small wave in the Internet. Blogging is to record my lea...
From springboot to proficient in springboot file download
springboot file download catalog 1 IntroductionInitial experience of 2springboot3springboot integrated jsp4springboot attribute injection5 springboot...
Notes on writing ssm project
catalog matters needing attention: Output station scrambling a link submitted as post Form validation before submission...
SpringMVC Source Learning: Container Initialization + MVC Initialization + Request Distribution Processing + Parameter Resolution + Return Value Resolution + View Resolution
SpringMVC Source Learning: Container Initialization + MVC Initialization + Request Distribution Processing + Parameter R...
About why the Onsubmit method returns a false form and is still submitted
Today, when I was working on a project, I came across a strange phenomenon. The following HTML code looks normal and has...
Using jQuery to get the list collection stored in the session
I found a lot of information on the Internet that jQuery can't get session. If you have a better way, please leave a mes...
Python crawler crawling dynamic JS web page stock information
Preparatory work
In this case, we use two bas...
SSM Integration (spring+springMVC+mybatis)
SSM Integration What is SSM That is, technology that integrates the three frameworks of Spring, Spring MVC and Mybati...
Create and get cookie s
Create and get cookie s Producer: heart and soul Cookie: in the Internet, a cookie is a small piece of text information generated on a web server and ...
nginx+tomcat for dynamic-static separation+load balancing
1. Introduction to static-dynamic separation and load balancing Dynamic and Static Separation of Nginx+Tomcat:The so-called dynamic-static separation...
Spring MVC file upload
I. step summary Import jar package Configure web.xml Create configuration file mvc.xml in src directory Create the front page fileupload.jsp Create co...
webmagic crawler's handling of static page, dynamic page and js request mode crawling
webmagic crawls web data. For [page crawling content], see the previous blog post https://segmentfault.com/a/1190000020005655The official documents of...
Using cxf to write the next part of spring based Web Service
Copyright notice: This is the original article of the blogger. It can't be reproduced without the permission of the blogger. https://blog.csdn.n...
Support jsp+html jump in the whole contract of springboot 2.0
Spring boot project creation tutorial https://blog.csdn.net/q18771811872/article/details/88126835 springboot2.0 jump to html tutorial https://blog.csd...
The implementation of registration function in Java Web
Implementation of registration function Experimental steps 1. Create the database mydb with the character code of utf-8. 2. Create a tb_user table in...
web calculator based on Servlet+jsp
This time, in order to let us review the page Jump in the web, the boss gave us an unworthy task A big copy of the world's code depends on how yo...
Centos7 haproxy dynamic and static separation
Results achieved:When the client accesses haproxy, when the request is static file content, the request is transferred to static server, when the req...
Login page to save account password
Implementing "Remember Me" through Cookie 1. The landing page is as follows: The attribute name s corresponding to each field are as follow...