上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 38 下一页
  2017年6月7日
摘要: 阅读全文
posted @ 2017-06-07 00:04 尴尬而不失礼貌的微笑 阅读(135) 评论(0) 推荐(0) 编辑
  2017年6月6日
摘要: portal测试时候发生空指针异常,因为page为int,基础类型。空值传给基础类型,会报错。则添加默认值就可以了。 或者在search(queryString,page)page改为(integer) page 阅读全文
posted @ 2017-06-06 23:53 尴尬而不失礼貌的微笑 阅读(253) 评论(0) 推荐(0) 编辑
  2017年6月4日
摘要: 也可以在tomcat中修改,但是每次配置tomcat中都得修改。容易忘记,还是图片这个方法最好,推荐 阅读全文
posted @ 2017-06-04 23:18 尴尬而不失礼貌的微笑 阅读(135) 评论(0) 推荐(0) 编辑
摘要: <!-- 扫描包,加载service实现类 --> <context:component-scan base-package="com.taotao.search.service"> //排除controller即可 <context:exclude-filter type="annotation" 阅读全文
posted @ 2017-06-04 23:09 尴尬而不失礼貌的微笑 阅读(5287) 评论(0) 推荐(0) 编辑
摘要: 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListenerorg.springframework 阅读全文
posted @ 2017-06-04 22:34 尴尬而不失礼貌的微笑 阅读(814) 评论(0) 推荐(0) 编辑
  2017年6月3日
摘要: 阅读全文
posted @ 2017-06-03 23:44 尴尬而不失礼貌的微笑 阅读(224) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-06-03 23:04 尴尬而不失礼貌的微笑 阅读(2) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-06-03 22:32 尴尬而不失礼貌的微笑 阅读(1) 评论(0) 推荐(0) 编辑
  2017年6月2日
摘要: 环境介绍 solr 6.5 tomcat8 jdk1.8 win7系统 一、下载solr安装包 下载地址:http://www.apache.org/dyn/closer.lua/lucene/solr/6.5.0 二、安装solr 以win7为例 1、将下载下来的solr-6.5.0.zip解压 阅读全文
posted @ 2017-06-02 01:21 尴尬而不失礼貌的微笑 阅读(539) 评论(0) 推荐(0) 编辑
  2017年5月31日
摘要: 摘要: Solr6的新特性包括增强的edismax,对SQL更好的支持——并行SQL、JDBC驱动、更多的SQL语法支持等,并且在Solr6发布以后,Solr5还在持续更新,对于想尝鲜Solr6的用户来说,与之前版本有什么不同,让我们一起来探究一下。 Solr6用默认的Jetty启动 需要的软件支持 阅读全文
posted @ 2017-05-31 15:57 尴尬而不失礼貌的微笑 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 38 下一页