摘要:
在Java项目中,Mybatis采用配置文件方式进行数据库ORM映射时,偶尔就会出现这么一个异常: A query was run and no Result Maps were found for the Mapped Statement 'xingzhi.dao.music.ISong.GetS 阅读全文
摘要:
今天在编写java后台时,Eclipse一直出现这种警告提示: The static field ResponseBase<T>.UNSUCCESS should be accessed in a static way 如图: 从提示说明上来看,已经很明确的告诉了我们,静态字段应以静态方式引用。 关 阅读全文