摘要:
昨天更换电脑后导入项目一直报错Client does not support authentication protocol requested by server; 该问题困扰了我整整两天,我将我新电脑的环境配置全部设置与旧电脑一致,但却发现问题依旧存在,后来我将lib中的jar包更换为对于我my 阅读全文
摘要:
在sql语句之中,查询根据场景要求不同有两种方式,精准查询与模糊查询: 精确查询语法:select * from student where name="zhangsan"; 模糊查询语法:select * from student where name like "%*san%"; 而在java开 阅读全文