Multiple annotations found at this line: - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:d ...
分类:
编程语言 时间:
2018-10-08 15:59:10
阅读次数:
447
1.安装java,假如没有安装,参考https://www.cnblogs.com/SakerLiu/p/9742259.html 2.安装maven 3.安装Spring CLI,从https://repo.spring.io/milestone/org/springframework/boot/ ...
分类:
编程语言 时间:
2018-10-04 17:27:19
阅读次数:
163
Broker:相当于一个ActiveMQ服务器实例 命令行启动参数示例如下: 1:activemq start :使用默认的activemq.xml来启动 2:activemq start xbean:file:../conf/activemq-2.xml :使用指定的配置文件来启动 3:如果不指定 ...
分类:
其他好文 时间:
2018-09-22 19:50:29
阅读次数:
192
报错的主要原因是因为,引用了spEL表达式,但是却没有引用相应的包 在bean.xml 中添加 xmlns:p="http://www.springframework.org/schema/p" <?xml version="1.0" encoding="UTF-8"?><beans xmlns=" ...
分类:
其他好文 时间:
2018-09-19 17:19:22
阅读次数:
201
web.xml配置文件的作用 引用自:https://www.cnblogs.com/yqskj/articles/2233061.html 每个javaEE工程中都有web.xml文件,那么它的作用是什么呢?它是每个web.xml工程都必须的吗? 一个web中可以没有web.xml文件,也就是说, ...
分类:
Web程序 时间:
2018-09-18 19:21:01
阅读次数:
205
AOPAOP(Aspect Oriented Programming),即面向切面编程,可以说是OOP(Object Oriented Programming,面向对象编程)的补充和完善。OOP引入封装、继承、多态等概念来建立一种对象层次结构,用于模拟公共行为的一个集合。不过OOP允许开发者定义纵向... ...
分类:
编程语言 时间:
2018-09-18 11:21:41
阅读次数:
168
安装 推荐一篇博客 https://blog.csdn.net/zhuzhezhuzhe1/article/details/80464291 项目结构 POM.XML 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http:// ...
分类:
编程语言 时间:
2018-09-17 16:12:53
阅读次数:
394
2018-09-15 元素 "tx:annotation-driven" 的前缀 "tx" 未绑定。 后来我加了 还是不生效,还要加 才生效。 ...
分类:
编程语言 时间:
2018-09-15 10:34:05
阅读次数:
144
1.在配置文件里配置Bean时,有时需要在Bean的配置里混入系统部署的细节信息(如:文件路径,数据源配置信息等)。而这些部署细节实际上需要和Bean配置相分离。 2.Spring提供了一个PropertyPlacehoiderConfigurer的BeanFactory后置处理器,这个处理器允许用 ...
分类:
其他好文 时间:
2018-09-10 21:19:59
阅读次数:
223
【 项目工程 】 【 Person.java 模型类 】 【 自定义的person.xsd文件 】 [ 说明 ] 1.定义targetNamespace="http://higgin.com/schema"中,targetNamespace表示目标命名空间,xmlns的值要和这个相同 2.xsd:e ...
分类:
编程语言 时间:
2018-09-09 18:05:22
阅读次数:
186