摘要:
昨晚在转换编码的时候,有一个页面需要在head中申明utf-8的编码,但是这与程序中的一处header产生了冲突。google了一下,找到几种解决方法,翻译整理一下:If you got this message: "Warning: Cannot modify header information - headers already sent by ...."如果在执行php程序时看到这条警告:"Warning: Cannot modify header information - headers already sent by ...."Few no 阅读全文
摘要:
"Exception: org.apache.ibatis.builder.xml.IncompleteStatementException: Could not find result map....."在使用mybatis 3 和spring 3整合的时候,往往粗心的人会在过程中出现以上错误。--------------------------原因是: ***-mapper.xml文件中的resultMap字段后面的值找不到解决:1、确保mybatis.xml和***-resultmap.xml文件在classpath中的相对位置正确,并配置正确2、***-mapper 阅读全文