上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 48 下一页
摘要: 解决方案: 删除所有<s:element ref="s:schema"/>标签 说明书改为本地文件 阅读全文
posted @ 2019-06-27 22:55 清晨的第一抹阳光 阅读(364) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/zhang_jiayuan/article/details/88945734 阅读全文
posted @ 2019-06-27 14:11 清晨的第一抹阳光 阅读(167) 评论(0) 推荐(0)
摘要: 搭建环境:linux是centos7.4(请注意centos7以下版本的防火墙跟centos7以上的不同,使用redis客户端连接redis时会有区别,建议使用centos7以上版本) 一、下载redis客户端 官方下载地址:https://github.com/uglide/RedisDeskto 阅读全文
posted @ 2019-06-27 11:31 清晨的第一抹阳光 阅读(5361) 评论(0) 推荐(0)
摘要: 下载地址:https://search.maven.org/search?q=com.github.magese 分词器配置: 参考:https://www.cnblogs.com/mengjinluohua/p/8439546.html https://www.cnblogs.com/zhangw 阅读全文
posted @ 2019-06-26 15:02 清晨的第一抹阳光 阅读(128) 评论(0) 推荐(0)
摘要: 1、Solr和Lucene区别: 2、Solr的下载与安装 3、 4、 5、 6、Solr基础 7、 8、Solr索引操作 9、 10、 阅读全文
posted @ 2019-06-26 14:58 清晨的第一抹阳光 阅读(108) 评论(0) 推荐(0)
摘要: 提示缺少配置文件:Error CREATEing SolrCore 'new_core': Unable to create core [new_core] Caused by: Can't find resource 'solrconfig.xml' in classpath or '/usr/l 阅读全文
posted @ 2019-06-25 22:26 清晨的第一抹阳光 阅读(3044) 评论(0) 推荐(0)
摘要: 将tgz文件解压到指定目录 tar在linux上是常用的打包、压缩、加压缩工具,他的参数很多,折里仅仅列举常用的压缩与解压缩参数 参数: -c :create 建立压缩档案的参数; -x : 解压缩压缩档案的参数; -z : 是否需要用gzip压缩; -v: 压缩的过程中显示档案; -f: 置顶文档 阅读全文
posted @ 2019-06-25 18:44 清晨的第一抹阳光 阅读(3010) 评论(0) 推荐(0)
摘要: 用于描述方法 【掌握】 修饰符,一般省略 public 公共方法 * 任意 返回值,不能省略 void 返回没有值 String 返回值字符串 * 任意 包,[省略] com.gyf.crm 固定包 com.gyf.crm.*.service crm包下面子包任意 (例如:com.gyf.crm.s 阅读全文
posted @ 2019-06-23 08:57 清晨的第一抹阳光 阅读(685) 评论(1) 推荐(0)
摘要: 项目开发过程中,我们一般希望在修改完代码之后不重启项目即可提现出修改的结果,那么热部署项目就显得十分必要了。在idea中将项目热部署至tomcat中的方法如下: 首先打开tomcat配置界面,在server中 将 "On Update action"、"On frame deactivation" 阅读全文
posted @ 2019-06-21 11:40 清晨的第一抹阳光 阅读(5539) 评论(0) 推荐(0)
摘要: 打开到tomcat安装目录下的conf/文件夹 修改logging.properties文件, 找到 java.util.logging.ConsoleHandler.encoding = utf-8 更改为 java.util.logging.ConsoleHandler.encoding = G 阅读全文
posted @ 2019-06-21 11:39 清晨的第一抹阳光 阅读(579) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 48 下一页