摘要:
一、报错信息 Caused by: Column 'xxxx' in where clause is ambiguous 二、报错原因 表 person 和 表 class 都有字段 id 和 name ,所以要给它们增加别名来进行区分。 PersonVOMapper.java public int 阅读全文
摘要:
public boolean checkConnection() throws JSchException { try { JSch jsch = new JSch(); Session session = sch.getSession(username, host); session.setPor 阅读全文