public class TestXML { public static void main(String[] args) throws SAXException, IOException { //Dom方式解析XML DocumentBuilderFactory dbf = DocumentBui Read More
posted @ 2016-10-09 20:21 虫儿ls Views(131) Comments(0) Diggs(0) Edit
尝试方案: 1 在Spring的配置文件springmvc.xml中,增加扫描项base-package="zxs.ssm.util",增加你需要使用service的类所在的包 <context:component-scan base-package="zxs.ssm.controller,zxs. Read More
posted @ 2016-10-09 14:10 虫儿ls Views(1436) Comments(0) Diggs(0) Edit
(未解决) 暂时使用办法:改用返回Map<String,String>形式的返回值,在ajax中获取json形式的数据。 (未解决) 暂时使用办法:改用返回Map<String,String>形式的返回值,在ajax中获取json形式的数据。 (未解决) 暂时使用办法:改用返回Map<String, Read More
posted @ 2016-10-09 14:08 虫儿ls Views(99) Comments(0) Diggs(0) Edit