摘要: 因为我把id注解在getter方法上,把一对多注解在属性上,结果导致这个错误 最后发现,@注释的位置:要么都注解在属性名上,要么都注解在 getter方法上!! 阅读全文
posted @ 2018-04-27 17:21 东山磐石西山流云 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 使用方法: var nowTime=new Date().format('yyyy-MM-dd hh:mm:ss'); alert(nowTime); 阅读全文
posted @ 2018-04-27 11:19 东山磐石西山流云 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 要这样写: <textarea id="planContent" ><c:out value="${planContent }"/></textarea> 注意textarea不要换行不能写成如下格式 <textarea id="planContent" > <c:out value="${plan 阅读全文
posted @ 2018-04-27 09:38 东山磐石西山流云 阅读(243) 评论(0) 推荐(0) 编辑