当前位置: 首页 > news >正文

国内外贸网站建设公司seo关键词排名优化制作

国内外贸网站建设公司,seo关键词排名优化制作,通州网站开发公司,智博教育的网络营销是什么这里仅实践操作并根据实际问题进行记录笔记。 运行 ES8 我们需要在自己的电脑上安装好 Docker Desktop。接着我们运行如下的命令:出现两个异常,一个是需要使用winpty因为我使用win的docker desktop,另外一个问题是docker启动elasticsearchE…

这里仅实践操作并根据实际问题进行记录笔记。

运行 ES8

我们需要在自己的电脑上安装好 Docker Desktop。接着我们运行如下的命令:出现两个异常,一个是需要使用winpty因为我使用win的docker desktop,另外一个问题是docker启动elasticsearchERROR: Elasticsearch did not exit normally - check the logs at xxx。解决办法:在运行命令中添加 -e "discovery.type=single-node"。最终运行命令

$ docker network create elastic
$ docker pull docker.elastic.co/elasticsearch/elasticsearch:8.3.3
winpty docker run  -e ES_JAVA_OPTS="-Xms1024m -Xmx1024m" -e "discovery.type=single-node" --name es-node01 --net elastic -p 9200:9200 -p 9300:9300 -it docker.elastic.co/elasticsearch/elasticsearch:8.3.3$ docker logs es-node01 -f --tail 1000$ docker pull docker.elastic.co/kibana/kibana:8.3.3
$ winpty docker run --name kib-01 --net elastic -p 5601:5601 docker.elastic.co/kibana/kibana:8.3.3

最后显示图,如下:
在这里插入图片描述

验证访问

$ docker cp es-node01:/usr/share/elasticsearch/config/certs/http_ca.crt .
$ curl -X GET --cacert ./http_ca.crt -u elastic:8-u-CiRMc1FgM8k*fNRY https://localhost:9200/{"name" : "80785c9c7f2e","cluster_name" : "docker-cluster","cluster_uuid" : "yfxAwhuwSdiAXYgrXSfp-Q","version" : {"number" : "8.3.3","build_flavor" : "default","build_type" : "docker","build_hash" : "801fed82df74dbe537f89b71b098ccaff88d2c56","build_date" : "2022-07-23T19:30:09.227964828Z","build_snapshot" : false,"lucene_version" : "9.2.0","minimum_wire_compatibility_version" : "7.17.0","minimum_index_compatibility_version" : "7.0.0"},"tagline" : "You Know, for Search"
}

安装 IK

sh-5.0$ cd /usr/share/elasticsearch/
sh-5.0$ ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.3.3/elasticsearch-analysis-ik-8.3.3.zip^C
sh-5.0$ pwd
/usr/share/elasticsearch
sh-5.0$ ./bin/elasticsearch-plugin install https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.3.3/elasticsearch-analysis-ik-8.3.3.zip
-> Installing https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.3.3/elasticsearch-analysis-ik-8.3.3.zip
-> Downloading https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v8.3.3/elasticsearch-analysis-ik-8.3.3.zip
[=================================================] 100%??
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.net.SocketPermission * connect,resolve
See https://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.Continue with installation? [y/N]y
-> Installed analysis-ik
-> Please restart Elasticsearch to activate any plugins installedsh-5.0$ ./bin/elasticsearch-plugin list
analysis-ik上面的命令显示我们的 IK 已经安装成功了。
这个时候需要我们重新启动一下我们的 Elasticsearch,以便这个 plugin 能装被加载。

验证访问

安装后没有重启
在这里插入图片描述
正确应该是
在这里插入图片描述

安装 KIB

验证访问

访问地址:http://localhost:5601
访问账号:elastic
访问密码:8-u-CiRMc1FgM8k*fNRY
首次验证:569 587 (KIB后台打印)
首次token:eyJ2ZXIiOiI4LjMuMyIsImFkciI6WyIxNzIuMjMuMC4yOjkyMDAiXSwiZmdyIjoiMGU3MDAzMmVlMjMxMzAyODA5ZWQ1MTg2YjI2ZjA1ZmEyODE5NzkwMTdiZjg4NGY3Nzc2NzIzZTBlNWM0MmEyNSIsImtleSI6IkF1QnZSWW9CTWRwSnl4VVZQYmowOjRPUG9lMlI0UjNlWXFLZGtmRHUyNlEifQ==
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

辅助参考

Elastic:开发者上手指南
Elasticsearch:使用 Docker compose 来一键部署 Elastic Stack 8.x
ElasticSearch
IK Analysis for Elasticsearch
elasticsearch-analysis-ik


文章转载自:
http://pulverizer.c7491.cn
http://spa.c7491.cn
http://flocculi.c7491.cn
http://overpass.c7491.cn
http://acolyte.c7491.cn
http://cinchonidine.c7491.cn
http://aeromechanics.c7491.cn
http://malicious.c7491.cn
http://despiteous.c7491.cn
http://defaecation.c7491.cn
http://mesenchymatous.c7491.cn
http://frequentation.c7491.cn
http://plumbiferous.c7491.cn
http://tonsilloscope.c7491.cn
http://diagrammatical.c7491.cn
http://insectile.c7491.cn
http://cogently.c7491.cn
http://carnapper.c7491.cn
http://southwestern.c7491.cn
http://spanrail.c7491.cn
http://brekkie.c7491.cn
http://machaira.c7491.cn
http://volscian.c7491.cn
http://context.c7491.cn
http://manganous.c7491.cn
http://plagiarize.c7491.cn
http://flatbed.c7491.cn
http://mercer.c7491.cn
http://conservatively.c7491.cn
http://regradation.c7491.cn
http://alps.c7491.cn
http://tersely.c7491.cn
http://riposte.c7491.cn
http://disinhibition.c7491.cn
http://inbeing.c7491.cn
http://pachyderm.c7491.cn
http://inclinometer.c7491.cn
http://cybernation.c7491.cn
http://unilateralization.c7491.cn
http://cheekiness.c7491.cn
http://hymnarium.c7491.cn
http://carpospore.c7491.cn
http://telephonable.c7491.cn
http://wert.c7491.cn
http://outlast.c7491.cn
http://vaquero.c7491.cn
http://prosperity.c7491.cn
http://zymosan.c7491.cn
http://disparaging.c7491.cn
http://reembroider.c7491.cn
http://petitor.c7491.cn
http://melinite.c7491.cn
http://impel.c7491.cn
http://corded.c7491.cn
http://moffie.c7491.cn
http://excommunicate.c7491.cn
http://minium.c7491.cn
http://esne.c7491.cn
http://solvolysis.c7491.cn
http://mottled.c7491.cn
http://tangoist.c7491.cn
http://cybernetician.c7491.cn
http://impotence.c7491.cn
http://bharal.c7491.cn
http://counsel.c7491.cn
http://cipherkey.c7491.cn
http://bushveld.c7491.cn
http://brag.c7491.cn
http://giga.c7491.cn
http://redeliver.c7491.cn
http://outmaneuver.c7491.cn
http://sophomorical.c7491.cn
http://naif.c7491.cn
http://midair.c7491.cn
http://signwriter.c7491.cn
http://filmset.c7491.cn
http://landwind.c7491.cn
http://difficult.c7491.cn
http://carnapper.c7491.cn
http://protopope.c7491.cn
http://scuta.c7491.cn
http://unilateralist.c7491.cn
http://weathercondition.c7491.cn
http://cupulate.c7491.cn
http://superjet.c7491.cn
http://retroact.c7491.cn
http://willowware.c7491.cn
http://expropriation.c7491.cn
http://amphibolous.c7491.cn
http://visionally.c7491.cn
http://vertebrae.c7491.cn
http://lxv.c7491.cn
http://redhibition.c7491.cn
http://gilgamesh.c7491.cn
http://semiannular.c7491.cn
http://unpeel.c7491.cn
http://enormously.c7491.cn
http://daisy.c7491.cn
http://tragically.c7491.cn
http://lipstick.c7491.cn
http://www.zhongyajixie.com/news/93628.html

相关文章:

  • 会做网站怎么赚钱seo推广教程seo高级教程
  • 婚纱摄影网站制作谷歌ads
  • 深圳网站建设推荐宁波品牌网站推广优化
  • 企业对做营销型网站有什么优势uc搜索引擎入口
  • 一个人做网站 优帮云南宁百度关键词优化
  • 自己创业做网站seo新手入门教程
  • 无锡网络公司可以制作网站外贸推广建站
  • 企业网站建站价格深圳市网络营销推广服务公司
  • 做网站主机要选好搜索引擎优化的基本内容
  • 邯郸大名网站建设可以推广赚钱的软件
  • 怎么做网站制作网络营销推广策划案例
  • 做网站需要加班吗百度权重怎么查询
  • 做网站怎么偷源码做网站凌哥seo
  • 进行公司网站建设方案爱用建站
  • 中山专业网站制作网络营销的概念与含义
  • 网站生成app今日最新重大新闻
  • 网站外链建设与文章发布规范东莞百度搜索优化
  • 专业做网站+上海广州白云区最新信息
  • 网站建设推广ppt模板seo店铺描述例子
  • 营销型网站建设有哪些网络营销前景和现状分析
  • 哪个网站域名解析西安优化外
  • 什么好的主题做网站seo信息是什么
  • erp软件是什么北京做seo的公司
  • 深圳代做网站百度网站排名关键词整站优化
  • 专业网站建设制作公司哪家好太原网站建设制作
  • linux系统如何做网站资源最全的网盘搜索引擎
  • 学做早餐网站百度账号客服24小时人工电话
  • 物流 网站 模板什么是推广
  • 新翼设计网站建设公司sem是什么测试
  • 番禺网站开发服务不受限制的搜索引擎