ibatis查询CHAR类型的字段

CHAR的定义是,即使数据库中实际存储的数据长度达不到字段定义的长度,也会用空格补齐

开发 

ibatis:There is no statement named insertComment in this SqlMap

在ibatis的sqlmap配置文件中配置了一个存储过程,存储过程的参数用了一个parameterMap来定义。但是调试时报错“There is no statement named insertComment in this SqlMap”。

开发 

ConcurrentModificationException

若干年以后,我又犯了这个错误。

开发 

servlet生命周期中一个愚蠢的错误

直到现在,我仍然对这个错误记忆犹新。

开发