SpringMVC-part04 data processing and jump

4. Data processing and jump In the previous section, we learned about controllers and Restful style operations Mad God says spring mvc03: RestFul and controller Now let's take a look at spring MVC parameter receiving processing and result jump processing! 4.1 result jump method 4.1.1ModelAndView Set the ModelAndView object and jump to the ...

Posted by Christoph09 on Sun, 05 Dec 2021 21:04:34 -0800

Fast JSON source code analysis -- deserialization

2021SC@SDUSC This article is sent synchronously in the personal blog, and the address is Redbit's personal journey outline Last Fast JSON source code analysis -- deserialization (6) The two parsearray APIs of fastjson are deeply compared, and the API design and internal logic architecture are analyzed through similarities and differ ...

Posted by weneedmoregold on Sun, 05 Dec 2021 19:22:58 -0800

Single point system -- token token parsing

Tokens are generated by JWT (Json Web Token - a json format). The default generation is in uuid format, but we need to override this method to generate JWT format. As a response token, it responds from the server to the client. After receiving the JWT token, the client saves it in the client (such as localStorage), and then carries the token to ...

Posted by rdawson on Fri, 03 Dec 2021 06:29:16 -0800

It smells good! SpringBoot quickly integrates the monitoring service of SpringBootAdmin console

SpringBootAdmin is a monitoring tool for UI beautifying and encapsulating the actor interface of Spring Boot. It can browse the basic information, detailed Health information, memory information, JVM information, garbage collection information, various configuration information (such as data source, cache list and hit rate) of all monitored Spr ...

Posted by d22552000 on Sun, 21 Nov 2021 02:26:44 -0800

2021-11-19 task: report query of mobile terminal

Previous bug resolution bug1 Previously, when setting the upload report, a field was missing to store the package id, because a member can reserve multiple packages. Now the problem has been solved Solution: in t_ In the report table (that is, in the database where the file name of the report is stored), a setmealId field is added to store t ...

Posted by kishore_marti on Thu, 18 Nov 2021 16:59:01 -0800

Introduction to ASP.NET Web API

With the increasing complexity of the project, the data interaction of various third-party systems is becoming more and more frequent. It is inevitable to use Web API interface. Here, Web API is a relatively broad concept. This article refers to Web API, especially ASP.NET Web API. With some simple examples, this paper briefly describes the bas ...

Posted by macpaul on Sun, 07 Nov 2021 11:09:11 -0800

Spring MVC basic usage

Spring MVC overview Spring MVC is a web framework based on MVC design concept officially provided by spring. (equivalent to Servlet) Spring MVC is a framework for MVC control based on Servlet encapsulation. Realize the data interaction between the front end and the server. Comparative advantages of Spring MVC and Servlet Strictly abid ...

Posted by ericcampbell30 on Mon, 01 Nov 2021 03:54:30 -0700

Introduction to spring security (based on crazy God)

Safety profile Security has always been a very important aspect in Web development. Although security is a non functional requirement of an application, it should be considered at the early stage of application development. If the security problem is only considered in the later stage of application development, it may fall into a dilemma: o ...

Posted by Firestorm3d on Wed, 13 Oct 2021 13:31:07 -0700

Close to Enterprise Programming! springboot project integration swagger

Preface Finally!! In this semester's course, start to touch on how to do effective team development!!!! Finally, I can face up to the problems that have been bothering me all the time. How to communicate among people with different roles in team work has always been a big problem!! Communication leads to redundant data, and the problem of ...

Posted by dayo on Tue, 12 Oct 2021 09:53:31 -0700

Learn SQLI-LABS records (11-20)

Learn SQLI-LABS records (11-20) Less 11 POST-Error Based-Single Quote-String When we enter a set of correct user names and passwords, such as admin:admin: The page displays login success. Since it is post injection, we should look for the injection point where we enter the user name and password. After we enter admin:admin \: It is found ...

Posted by squizz on Tue, 12 Oct 2021 00:43:48 -0700