出现问题: 在Elipse安装插件的时候,有时候会出现一些错误,如下: An error occurred while collecting items to be installed session context was:(profile=epp.package.committers, … 如图所示: 解决办法: 第一步:选择 Help — Install New Software;
表达式: /\*{1,2}[\s\S]*?\*/ 对应语言注释 /* a lot of words */ 或文档注释 /** more words */ 其中 *因为是regular expression的meta word,需要转义。 Eclipse中的查找是不能设置单行或者多行的,即DOT . 不包含 \r \n,所以\s代替,?表示非贪婪,即碰到注释结束 */ 要停止
要在eclipse中新建.tld文件,在右击项目选择new无法直接找到,要右击项目选择new-other-xml- xml(BasicTemplates)-next-选择CreatXmlfile from a DTDFile输入文件名-next-选择selectXML Catalog entry-在出现的XML文本选择下拉框中选择-//sun.Microsystem,Inc.//DTD.jsp T