可以通过安装elasticsearch的ik分词器插件elasticsearch-analysis-ik来实现分词 1.下载? 官方网站 https://github.com/medcl/elasticsearch-analysis-ik, 告诉你,可以下载源码,然后自己去编译,这样比较麻烦,可以直 ...
分类:
其他好文 时间:
2020-01-02 15:49:02
阅读次数:
66
介绍本菜鸟怎么在Windows10系统上,登录Github,创建Repositories,上传代码。 step1:下载安装Git客户端 https://git scm.com/downloads/ 安装成功后电脑软件目录栏会出现 step2:新建Repositories 1、打开登录自己的githu ...
分类:
Web程序 时间:
2020-01-02 15:42:12
阅读次数:
156
MySQL5.7 参考 http://blog.csdn.net/u013205623/article/details/79171698 一、下载 https://dev.mysql.com/downloads/mysql/ 按照自己电脑位数下载相应安装包 二、安装 1. 解压到想要安装的目录 2. ...
分类:
数据库 时间:
2020-01-02 15:41:41
阅读次数:
104
手动下载windows下Python包https://www.lfd.uci.edu/~gohlke/pythonlibs/#pymssql 多环境时,指定环境的路径安装,whl放到Lib下的site-packages下,cmd到whl路径执行。 C:\Program Files (x86)\Mic ...
分类:
编程语言 时间:
2020-01-02 15:40:37
阅读次数:
228
1、把redis下面的redis.conf文件里面的 #requirepass foobared去掉注释,foobared改为自己的密码,我在这里改为 requirepass 123456 2、启动redis服务 ./redis-server redis.conf & 这里主要redis.conf的 ...
分类:
系统相关 时间:
2020-01-02 15:33:29
阅读次数:
128
参考例子: "C 中实现https的双向认证" "解决Error"基础连接已经关闭: 未能为SSL/TLS 安全通道建立信任关系" ...
From官方文档:https://kafka.apache.org/documentation/#majordesignelements 4. DESIGN 4.1 Motivation We designed Kafka to be able to act as a unified platfor ...
分类:
其他好文 时间:
2020-01-02 15:27:20
阅读次数:
112
vue-treeselect安装请看:https://www.cnblogs.com/reround/p/12118873.html <el-form-item label="菜单分配" prop="menuid"> <treeselect :multiple="true" //多选 :option ...
分类:
其他好文 时间:
2020-01-02 15:23:54
阅读次数:
1506
原文链接:https://www.cnblogs.com/yangsofter/p/Charts.html 1、【OxyPlot】 OxyPlot是一个支持.NET的跨平台绘图库。你可以在很多平台上使用它,如WPF, Windows 8, Windows Phone, Windows Phone S ...
分类:
Web程序 时间:
2020-01-02 14:18:03
阅读次数:
535
一、简介 Spring事务配置及相关说明详见:https://www.cnblogs.com/eric-fang/p/11052304.html。这里说明spring事务的几点注意: 1、默认只会检查回滚RuntimeException的异常。 2、@Transactional注解只能作用于publ ...
分类:
编程语言 时间:
2020-01-02 14:11:25
阅读次数:
98