JSP

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...
11:01 1 July 2020

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...
22:44 26 June 2020

My little goal

Made a project, maven+IDEA+MySQL Because of f...
2:24 26 June 2020

Servlet learning notes

Three configuration modes of Servlet Mode 1: precise configuration Must be in exact path, plus / SOS to access For exa...
22:34 24 June 2020

Design Mode - MVC Mode

Above (Design Mode - Visitor Mode): https://blog.csdn.net/qq_16498553/article/details/106912484 Catalog background What ...
12:11 23 June 2020

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...
6:42 18 June 2020

Introduction to Spring MVC

Introduction to Spring MVC It is better to ha...
3:45 17 June 2020

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...
21:41 15 June 2020

From springboot to proficient in springboot file download

springboot file download catalog 1 IntroductionInitial experience of 2springboot3springboot integrated jsp4springboot attribute injection5 springboot...
1:32 14 June 2020

Notes on writing ssm project

catalog matters needing attention: Output station scrambling a link submitted as post Form validation before submission...
1:44 15 May 2020

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...
1:20 10 May 2020

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...
12:50 9 May 2020

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...
9:41 5 May 2020

Python crawler crawling dynamic JS web page stock information

Preparatory work In this case, we use two bas...
10:30 11 February 2020

SSM Integration (spring+springMVC+mybatis)

SSM Integration What is SSM That is, technology that integrates the three frameworks of Spring, Spring MVC and Mybati...
22:29 10 February 2020

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 ...
4:14 31 December 2020

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...
22:28 22 December 2019

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...
0:39 4 December 2019

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...
16:43 3 December 2019

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...
12:38 3 December 2019

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...
8:58 3 December 2019

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...
4:47 3 December 2019

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...
3:30 3 December 2019

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...
0:13 3 December 2019

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...
20:46 8 July 2019