摘要:
运行javaWeb项目时出现如下异常:The JSP specification requires that an attribute name is preceded by whitespace经检查发现是jsp中用到的中,由于用了压缩,属性之间没有空格,如下:<c:forEach items="... 阅读全文
posted @ 2015-05-07 16:23
小鲜肉成长记
阅读(326)
评论(0)
推荐(0)
摘要:
nested exception is java.lang.OutOfMemoryError: PermGen space设置内存步骤:1.点击工具栏的debug图标(绿色小虫子)的下拉列表;2.选择Debug Configurations-->Arguments-->VM arguments输入... 阅读全文
posted @ 2015-05-07 16:07
小鲜肉成长记
阅读(109)
评论(0)
推荐(0)