码迷,mamicode.com
首页 >  
搜索关键字:beans    ( 2634个结果
json 入门(1)
1.JSONObject介绍 JSONObject-lib包是一个beans,collections,maps,Java arrays和xml和JSON互相转换的包。 2.下载jar包 http://files.cnblogs.com/java-pan/lib.rar 提供了除JSONObject的 ...
分类:Web程序   时间:2016-07-13 15:44:42    阅读次数:233
关于springMVC的一些xml配置
①springMVC必备jar包: commons-logging-1.1.3.jar spring-aop-4.0.0.RELEASE.jar spring-beans-4.0.0.RELEASE.jar spring-context-4.0.0.RELEASE.jar spring-core-4 ...
分类:编程语言   时间:2016-07-12 19:10:55    阅读次数:185
下面的错误
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of autowired dependencies failed; nest ...
分类:其他好文   时间:2016-07-12 00:00:40    阅读次数:187
activemq分析(一)启动流程
activemq启动是非常简单的。如1.从二进制发布包启动OnWindows:cd[activemq_install_dir] bin\activemqstart2.从源码方式启动Mainclass:org.apache.activemq.console.Mainarguments:startxbean:activemq2.xml其中activemq2.xml内容一个最简单的配置文件<beans xmlns="http://..
分类:其他好文   时间:2016-07-11 01:25:34    阅读次数:182
xml 文件的schema引用
疑问: 在spring的xml文件的引用头里,包含许多schemaLocation引用,例如: <beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.springframework.org/sch ...
分类:其他好文   时间:2016-07-09 17:41:45    阅读次数:205
使用AOP框架所需引入的Jar包
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.o ...
分类:编程语言   时间:2016-07-07 09:55:47    阅读次数:135
linux搜索jar内容
linux搜索 spring-beans-2.5.6.jar 内容 1、jar tvf spring-beans-2.5.6.jar -c 创建新的归档文件 -t 列出归档目录 -x 解压缩已归档的指定(或所有)文件 -u 更新现有的归档文件 -v 在标准输出中生成详细输出 -f 指定归档文件名 - ...
分类:编程语言   时间:2016-07-06 23:04:49    阅读次数:244
Spring学习笔记AOP(二)
鲁春利的工作笔记,好记性不如烂笔头要进行AOP编程,首先我们要在spring的配置文件中引入aop命名空间:引入后AOP命名空间并启动对@AspectJ注解的支持(spring-context-aop-annotation.xml):<beansxmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://..
分类:编程语言   时间:2016-07-06 18:37:07    阅读次数:206
使用jeesite org.springframework.beans.NotReadablePropertyException: Invalid property 'tfxqCmsAccount.id' of bean class
一对多 对子表添加时在form表单 path="tfxqCmsAccount.id"页面报错,对比了下其他可行的,发现其自动生成的子类少了个构造方法 加上 public TfxqCmsMessage(TfxqCmsAccount tfxqCmsAccount){ this.tfxqCmsAccoun ...
分类:编程语言   时间:2016-07-06 18:09:23    阅读次数:920
spring in action 3学习(一)装配bean
从事java开发工作已有1年多,期间学了很多,各项技术学的很快,但,忘得更快。如今工作、生活各项都相对稳定,想好好巩固下基础,在此申请了博客园,打算留下学习的足迹。留背将来复习或回味。 (一)声明一个简单bean (二)创建spring配置 beans.xml spring-idol.xml 测试代 ...
分类:编程语言   时间:2016-07-03 23:01:19    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!