- 浏览: 10128 次
- 性别:
- 来自: 北京
最新评论
-
smesoft:
我的也是这样的问题,更换了jar包。bonecp-0.6.7. ...
怪问题啊,请高手解决 -
zhoujianghua:
这也没法看啊。。。。。。。
org.springframework.beans.factory.BeanCreationNotAllowedException: 急!!!
文章列表
JS正则:手机号码中间四位用星号代替。热度 1已有 280 次阅读2013-5-6 11:54 |个人分类:JS案例
<DIV><STRONG><FONT color=#008000>JS 代码:</FONT></STRONG></DIV>
<DIV>var tel = "13410883344";<BR>var reg = /(\d{3})\d{4}(\d{4})/;<BR>document.write("用星号替换后的手机号码为:"+tel.re ...
[代码] [Java]代码
view sourceprint?
01 package service;
02
03
04
05
06 import java.util.regex.Matcher;
07
08 import java.util.regex.Pattern;
09
10
11
12
13 public class CodeChange {
14
15
16
17
18 /*
19
20 * 把中文字符串转换为十 ...
使用 CXF 做 webservice 简单例子 Apache CXF 是一个开放源代码框架,提供了用于方便地构建和开发 Web 服务的可靠基础架构。它允许创建高性能和可扩展的服务,您可以将这样的服务部署在 Tomcat 和基于 Spring 的轻量级容器中,以及 ...
[2011-01-10 14:19:53176] [WARN ] [org.springframework.beans.factory.support.DisposableBeanAdapter:214] - Invocation of destro
y method 'shutdown' failed on bean with name 'cxf'
org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'org.apache.cxf.buslifecycl ...
我用的是tomcat5.X,jdk5.0,spring2.5,cxf2.3,用dbcp时没问题,但是换bonecp连接池就报如下错误:
[2010-12-28 11:05:18250] [WARN ] [org.springframework.beans.factory.support.DisposableBeanAdapter:214] - Invocation of destroy method 'shutdown' failed on bean with name 'cxf'
org.springframework.beans.factory.CannotLoadBeanClassExce ...