会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BaldHead`s Blog
BaldHead's Blog
管理
上一页
1
2
3
4
5
6
下一页
2020年4月14日
Centos7安装erlang以及RabbitMQ Centos启动rabbitmq
摘要: 本文使用版本: rabbitmq-server-3.8.3-1.el7.noarch.rpm Centos7 erlang 22.3.1 在线安装 yum install esl-erlang_22.3-1~centos~7_amd64.rpm yum install esl-erlang-comp
阅读全文
posted @ 2020-04-14 15:56 BaldHead
阅读(1629)
评论(0)
推荐(0)
2020年4月12日
页面静态化--Thymeleaf
摘要: 1.Thymeleaf简介 官方网站:https://www.thymeleaf.org/index.html Thymeleaf 是用来开发Web和独立环境项目的现代服务器端Java模板引擎。 Thymeleaf的主要目标是为您的开发工作流程带来优雅的 自然模板 HTML。可以在直接浏览器中正确显
阅读全文
posted @ 2020-04-12 22:50 BaldHead
阅读(766)
评论(0)
推荐(0)
2020年4月7日
最完整的springboot2.2.x.RELEASE整合springDataElasticsearch 7.6.2
摘要: 本文使用内容 springBoot2.2.5.RELEASE版本 Elasticsearch7.6.2 linux版本的 SpringDataElasticSearch与Springboot版本对应 一、操作准备 1、导入依赖 此处版本 2.2.5.RELEASE <parent> <groupId
阅读全文
posted @ 2020-04-07 11:42 BaldHead
阅读(7429)
评论(12)
推荐(1)
2020年4月6日
elasticsearch安装ik分词器
摘要: 安装ik分词器 最新版本:7.6.2 安装 解压到Elasticsearch目录的plugins目录中: 使用unzip命令解压: unzip elasticsearch-analysis-ik-7.6.2.zip -d ik-analyzer 然后重启elasticsearch: 测试 先不管语法
阅读全文
posted @ 2020-04-06 15:17 BaldHead
阅读(622)
评论(0)
推荐(0)
kibana7.x安装配置操作elasticsearch
摘要: 什么是Kibana? Kibana是一个基于Node.js的Elasticsearch索引库数据统计工具,可以利用Elasticsearch的聚合功能,生成各种图表,如柱形图,线状图,饼图等。 而且还提供了操作Elasticsearch索引数据的控制台,并且提供了一定的API提示,非常有利于我们学习
阅读全文
posted @ 2020-04-06 15:13 BaldHead
阅读(2751)
评论(2)
推荐(1)
使用kibana操作elasticsearch7.x 教程
摘要: 由于elasticsearch7.x取消了type(类型的概念)对应数据库表的概念 kibana的配置以及安装地址:https://www.cnblogs.com/TJ21/p/12642219.html 添加一个索引 PUT 索引名 { "settings": { "number_of_shard
阅读全文
posted @ 2020-04-06 15:00 BaldHead
阅读(5754)
评论(0)
推荐(1)
2020年4月5日
elasticsearch异常问题 discovery.seed_hosts, discovery.seed_providers, cluster.initial_master_nodes] must be configured
摘要: 本文使用环境 centos7.x elasticsearch7.6.2 JDK1.8 错误:文件权限不足 [1]: max file descriptors [4096] for elasticsearch process likely too low, increase to at least [
阅读全文
posted @ 2020-04-05 18:07 BaldHead
阅读(8898)
评论(0)
推荐(1)
elasticsearch在linux上的安装,Centos7.X elasticsearch 7.6.2安装
摘要: 本文环境:Elasticsearch7.6.2目前最先版本 centos7.X JDK1.8 elasticsearch介绍 官网:https://www.elastic.co/cn/products/elasticsearch 如上所述,Elasticsearch具备以下特点: 分布式,无需人工搭
阅读全文
posted @ 2020-04-05 18:00 BaldHead
阅读(2905)
评论(5)
推荐(1)
展示html/javascript/css------Live-Server服务器
摘要: Live-server简介 这是一款带有热加载功能的小型开发服务器。用它来展示你的HTML / JavaScript / CSS,但不能用于部署最终的网站。 官网地址:https://www.npmjs.com/package/live-server 使用 官网介绍了不同的安装方式 Npm Way(
阅读全文
posted @ 2020-04-05 00:27 BaldHead
阅读(524)
评论(0)
推荐(0)
2020年4月3日
商品spu 和 sku的关系
摘要: 总结一下在目前的电商系统中的商品涉及的属性spu,sku。搞清楚两者之间的关系对表的设计非常重要 spu Standard Product Unit (标准产品单位) ,一组具有共同属性的商品集 SKU Stock Keeping Unit(库存量单位),SPU商品集因具体特性不同而细分的每个商品
阅读全文
posted @ 2020-04-03 16:10 BaldHead
阅读(1299)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告