一、前言 为什么要在elasticsearch中要使用ik这样的中文分词呢,那是因为es提供的分词是英文分词,对于中文的分词就做的非常不好了,因此我们需要一个中文分词器来用于搜索和使用。 二、IK分词器的安装和使用 2.1、安装ik 我们可以从官方github上下载该插件,我们下载对应于我们使用的e ...
分类:
其他好文 时间:
2019-08-21 00:03:11
阅读次数:
114
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv ...
分类:
其他好文 时间:
2019-08-20 16:45:48
阅读次数:
78
今天在为新的业务线搭架数据库后,在启动的时候报错 root@qsbilldatahis-db01:/usr/local/mysql/bin# ./mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket ...
分类:
数据库 时间:
2019-08-19 19:24:05
阅读次数:
101
原文地址:https://www.cnblogs.com/Braveliu/p/5081084.html 【1】set命令简介 set,设置。 【2】set命令使用 1. 打印系统环境变量。set命令可以打印系统所有的环境变量信息。 应用示例:新建文本文件,命名为set_sys,修改文件类型为bat ...
分类:
其他好文 时间:
2019-08-18 23:45:52
阅读次数:
88
默认的 Toggle explore side bar 快捷键为 Ctrl + B, 但是这和 Vim 的快捷键冲突,解决方法: File > Preferences > Keyboard Shortcuts, 输入 ctrl + m,选中默认匹配项,右键单击选择 Remove Keybinding ...
分类:
其他好文 时间:
2019-08-18 15:52:54
阅读次数:
62
转自:https://www.cnblogs.com/Leo_wl/p/3335877.html 老板由于事务繁忙无法经常亲临教研室,于是让我搞个监控系统,让他在办公室就能看到教研室来了多少人。o(>﹏<)o||| 最初我的想法是直接去网上下个软件,可是找来找去不是有毒就是收费,无奈技术不到家无法破 ...
分类:
编程语言 时间:
2019-08-18 15:18:30
阅读次数:
141
1027 Colors in Mars (20 分) 1027 Colors in Mars (20 分) 1027 Colors in Mars (20 分) People in Mars represent the colors in their computers in a similar w ...
分类:
其他好文 时间:
2019-08-18 15:17:44
阅读次数:
91
https://www.jianshu.com/p/7a6708cde333 安装:yarn add redux react-redux --save redux分为三个部分组成action reducer store action可以触发reducer中的state 在改变共享状态的文件处使用 c ...
分类:
其他好文 时间:
2019-08-17 22:22:26
阅读次数:
104
方法一: 常规的WPF操作: 后台代码: 方法二: 后台直接写: ...
HIVE基本操作: 本地运行 set hive.exec.mode.local.auto=true; 创建表: hive> CREATE TABLE pokes (foo INT, bar STRING); Creates a table called pokes with two columns, ...
分类:
其他好文 时间:
2019-08-15 13:05:17
阅读次数:
80