今天复习一下Spring和Hibernate的整合,遇到了一个问题,报错信息如下: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:来自类路径资源的XML文档中的第1行是无效的;嵌套异常 org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 1 in XML document from c…
using System; using System.Text; using System.Text.RegularExpressions; using System.Net; using System.IO; using System.IO.Compression; namespace HuaTong.General.Utility { /// <summary> /// html内容处理 /// </summary> public static class HtmlHelper…