- 浏览: 2654 次
- 性别:
- 来自: 上海
最新评论
文章列表
=======MyEclipse中发布项目到tomcat的对应路径配置:======
右击项目->properties->MyEclipse->Deployment Assembly 在这里配置,左边为项目的源路劲,右边为发布到tomcat对应的路径,缺少什么就在这里添加配置。
解析方法一
DocumentBuilder dombuilder=domfac.newDocumentBuilder();
InputStream is=new FileInputStream(ElongHotelsFacadeImpl.class.getResource("/") + "/com/elong/message/Geo_cn.xml");
Document doc=dombuilder.parse(is);
解析方法二
AnalyticElongHotelXml analyticElongHote ...