摘要:
1、a and b形式 直接使用追加形式,比如连续的eq 2、a or b形式 使用or()来连接两个操作,使用的是Join接口中的or,比如eq(Test::getA, 1).or().eq(Test::getB, 2) 3、a or (b and c)形式 使用or(Consumer<Wrapp 阅读全文
摘要:
写sql语句报错 提示为ERROR 1052 : Column 'eid' in field list is ambiguous 错误的sql="select cid,cname,eid,ename,count,endtime from card,users where card.eid=users 阅读全文
摘要:
又遇到错误,接二连三,有完没完 Access to XMLHttpRequest at 'http://localhost:8090/elder' from origin 'http://localhost:8080' has been blocked by CORS policy: No 'Acc 阅读全文