GoogTech / sms

:school: :mortar_board: 一个未使用框架的学生信息管理系统 : 项目概述全面,代码注释详细,逻辑结构清晰,非常适合作为初学 Java web 的同学的第一个练手项目啦 ~
https://yubuntu0109.github.io/
MIT License
112 stars 28 forks source link

bug : it's will failed to login when the user name is chinese ! #7

Open GoogTech opened 3 years ago

GoogTech commented 3 years ago

https://github.com/YUbuntu0109/sms/blob/97f7b13c5d38b9cbe3d925bcd9bf9ec42dc97429/student_information_management_system/src/pers/huangyuhui/sms/servlet/LoginServlet.java#L64-L66

This project isn't maintained so please add new user info into the database when you want to login . . .

GuiterBoy commented 3 years ago

https://github.com/YUbuntu0109/sms/blob/97f7b13c5d38b9cbe3d925bcd9bf9ec42dc97429/student_information_management_system/src/pers/huangyuhui/sms/servlet/LoginServlet.java#L64-L66

This project isn't maintained so please add new user info into the database when you want to login . . .

✔ The Solution : Please change the character encoding of database to utf-8 or others which support chinese. . .