摘要: http://www.cnblogs.com/obpm/archive/2010/08/28/1811065.html 阅读全文
posted @ 2015-10-29 17:28 艾弗森巴乔 阅读(152) 评论(0) 推荐(0)
摘要: 一、 Spring中Bean的相互引用在Spring框架中,可以通过ref来互相引用相同或不同xml配置文件中定义的Bean。1. 引用不同xml配置文件中的bean如果你想引用不同xml配置文件中的bean,可以使用’ref’标签,结合’bean’属性。格式:在下边的例子中,bean’ Outpu... 阅读全文
posted @ 2015-10-29 15:41 艾弗森巴乔 阅读(127) 评论(0) 推荐(0)
摘要: 1.Unknown initial character set index '192' received from server. Initial client character set can be forced via the 'characterEncoding' property.Exce... 阅读全文
posted @ 2015-10-29 15:33 艾弗森巴乔 阅读(184) 评论(0) 推荐(0)
摘要: 页面上代码如下var json = '{JAN:\'1\'}';$.ajax({url : 'rest/users',type : 'POST',data:json,contentType:'application/json',//这段代码不能省略。必须的。dataType : 'json',suc... 阅读全文
posted @ 2015-10-29 15:32 艾弗森巴乔 阅读(102) 评论(0) 推荐(0)