Introduction - If you have any usage issues, please Google them yourself
I) use Servlet Technology to overwrite user login
Based on the user login project in Experiment 3, use servlet to rewrite the login authentication function.
(II) using filter technology to solve Chinese code disorder
In the user login project, the user name may contain Chinese, and there will be code confusion in the server-side processing, which can be solved by using the filter technology.