02 2012 档案
摘要:报错信息如下:Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.aop.aspectj.annotation.AnnotationAware
阅读全文
摘要:%s/^./\u&/ 将每一行的行首字母改为大写:%s/[a-z]/\U&/g 将文件中的所有字母全部改大写:%s/[A-Z]/\l&/g 将文件中的所有字母全部改小写说明%表示从第一行到最后一行,即1,$[a-z]表示a~z中间所有字母\U表示大写\l表示小写&表示被替换字母
阅读全文
摘要:validateJarFile(***servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class 百度一下,发现错误如下,记录一下,留作备份 tomcat的lib目录下已经有JspPage.class和Servlet.class这个类了,工程目录下的lib的的某些jar包里又有,导致加载失败。 解决方案:清楚工程lib下多余的jar包。 附:tomcat类加载顺序(引用:http://my.unix-center.ne..
阅读全文

浙公网安备 33010602011771号