jsp与jspx文件

摘要: jspx文件jspx:以xml语法来书写jsp的文件,自定义的映射类型, jspx = jsp + XMLA JSP document is a JSP page written in XML syntax as opposed to the standard syntax described.Because it is written in XML syntax, a JSP document is also an XML document and therefore gives you all the benefits offered by the XML standard. jspx文件 阅读全文
posted @ 2012-10-24 14:03 专注2018 阅读(3851) 评论(0) 推荐(0)

MyEclipse6.5使用设置技巧及快捷键

摘要: 1. Eclipse本身很快的,但是加上了myeclipse后,就狂占内存,而且速度狂慢,那如何让Eclipse拖着myeclipse狂飚呢?这里提供一个: 技巧:取消自动validation validation有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下,速度立马提升好几个档次! 取消方法: windows-->perferences-->myeclipse-->validation 除开Manual下面的复选框全部选中之外,其他全部不选 手工验证方法: 在要验证的文件上,单击鼠标右键-->myecl 阅读全文
posted @ 2012-10-24 10:12 专注2018 阅读(1145) 评论(0) 推荐(0)