Form form submitted by Html appears Chinese scramble code in jsp

Form form submission has two methods: get and post. When submitting to jsp, the way to deal with Chinese scrambling is different. 1. Handling post method to submit Chinese scrambling code When submitting by post method, there is really no special method, just pay attention to the coding format of html pages and jsp pages. It can be G ...

Added by Cardale on Fri, 07 Jun 2019 22:22:33 +0300

[Refactoring] Spring Cloud OAuth No Token Call Source Encapsulation

background Refactoring - Improves the design of existing code so that software can be more easily understood and modified. Book back Source Parsing for Token Pass-through within Spring Security OAuth Micro-Service In this article, there is no token call process, the code is constantly improving and its refactoring process. The requirements are ...

Added by LaWr3nCe on Fri, 17 May 2019 10:57:55 +0300