zhanglei-workspace / shopping-management-system

该项目为多个小项目的集合(持续更新中...)。内容类似淘宝、京东等网购管理系统以及图书管理、超市管理等系统。目的在于便于Java初级爱好者在学习完某一部分Java知识后有一个合适的项目锻炼、运用所学知识,完善知识体系。适用人群:Java基础到入门的爱好者。
4.94k stars 2.25k forks source link

fuzzy query and fuzzy matching of user's input selection #37

Open 1183710110SYW opened 3 years ago

1183710110SYW commented 3 years ago

I changed the relevant objects entered by the user to fuzzy query in the corresponding query method, but did not modify the method requiring accurate query, and made fuzzy matching according to the choice entered by the user after the completion of the operation to enhance its robustness