码迷,mamicode.com
首页 >  
搜索关键字:xsd    ( 879个结果
elasticsearch之hello(spring data整合)
1.书写pom.xml文件 2.applicationContext.xml文件 Demo01.java ...
分类:编程语言   时间:2017-12-29 21:01:52    阅读次数:264
ehcache.xml 配置文件备忘录(不建议出现中文注释,此处备忘)
<ehcache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../config/ehcache.xsd" updateCheck="false"> <diskStore p ...
分类:系统相关   时间:2017-12-26 17:57:30    阅读次数:195
SSH快速整合
web.xml log4j.properties struts.xml applicationContext.xml jdbc.properties ...
分类:其他好文   时间:2017-12-25 00:58:29    阅读次数:107
Hive JDBC 连接hiveserver2
1.启动hiveserver2 2.代码如下: 3.pom文件如下 ...
分类:数据库   时间:2017-12-18 18:45:32    阅读次数:336
dubbo源码—dubbo自定义spring xml标签
dubbo为了和spring更好的集成,提供了一些xml配置标签,也就是自定义标签 spring自定义标签 spring自定义标签的方式如下: 1. 设计配置属性和JavaBean 2. 编写xsd文件,校验xml属性和便于编辑器提示 3. 编写NamespaceHandler和BeanDefini ...
分类:编程语言   时间:2017-12-18 01:19:34    阅读次数:151
redis的搭建和使用
1. Redis的安装 1.1. Redis的安装 Redis是c语言开发的。 安装redis需要c语言的编译环境。如果没有gcc需要在线安装。yum install gcc-c++ 安装步骤: 第一步:redis的源码包上传到linux系统。 第二步:解压缩redis。 第三步:编译。进入redi ...
分类:其他好文   时间:2017-12-17 16:51:06    阅读次数:243
Spring Cloud Config
一、Spring Cloud Config Server 新建一个Spring Boot工程,命名为configserver 1.pom.xml添加依赖 2.application.properties添加配置 3.启动类加注解@EnableConfigServer,开启Spring Cloud C ...
分类:编程语言   时间:2017-12-15 19:31:41    阅读次数:227
解决Cannot change version of project facet Dynamic web module to 3.0
在Project Facets里面修改Dynamic web module为3.0的时候就会出现Cannot change version of project facet Dynamic web module to 3.0 解决问题步骤如下: 1.修改web.xml为 注意web-app_3_0和 ...
分类:Web程序   时间:2017-12-09 15:55:01    阅读次数:202
Spring之注入复杂类型属性
注入类: beans.xml配置 测试代码: ...
分类:编程语言   时间:2017-12-09 15:47:11    阅读次数:186
ssm-异常:The prefix "aop" for element "aop:config" is not bound.
今天在搭建ssm环境时出现异常:The prefix "aop" for element "aop:config" is not bound. 原因:applicationContext.xml文件头没有添加==>xsi:schemaLocation="http://www.springframew ...
分类:其他好文   时间:2017-12-07 22:38:25    阅读次数:232
879条   上一页 1 ... 33 34 35 36 37 ... 88 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!