代码改变世界

随笔分类 -  bug

tomcat 下post参数为空

2018-04-08 16:00 by 如是我所闻, 739 阅读, 收藏,
摘要: 参考博客:https://blog.csdn.net/javabean96/article/details/54601136 问题:ajax在post方式下发送到后台的参数全部为null. 解决:tocat路径/conf/server.xml中,把maxPostSize="0"的配置去掉 原因:to 阅读全文

JAXB 遇到的问题

2017-10-12 09:29 by 如是我所闻, 553 阅读, 收藏,
摘要: 抛出错误信息:1 counts of IllegalAnnotationExceptions Class has two properties of the same name "test" 如果类上有@XmlAccessorType(XmlAccessType.FIELD)注解,@XmlEleme 阅读全文