摘要:
上简单的替换操作 sed -i 's/apple/mac/g' full-path-file 执行后报错,“sed: 1: command a expects \ followed by text” 由于mac系统与linux系统下sed用法的差异,下面给出两种解决方案 (差异可自己在两个系统用ma 阅读全文
摘要:
一、报错信息 Caused by: Column 'xxxx' in where clause is ambiguous 二、报错原因 表 person 和 表 class 都有字段 id 和 name ,所以要给它们增加别名来进行区分。 PersonVOMapper.java public int 阅读全文