Elasticsearch8.0基本使用https://www.elastic.co/guide/en/elasticsearch/refe
es安装esver=8.0.0 # 设置系统内存 sudo sysctl -w vm.max_map_count=262144 # docker pull elasticsearch:$esver docker run --name es --net elastic -p 9200:9200 -p 9300:9300 -it docker.elastic.co/elasticsearch/elasticsearch:8.0.0 es就启动了 访问https://ip:9200就能看到,
yarn// 查询源 yarn config get registry // 更换国内源 yarn config set registry https://registry.npm.taobao.org/ // 恢复官方源 yarn config set registry https://registry.yarnpkg.com // 删除注册表 yarn config delete registry npm 注意 npm 更换国内镜像源之后,将无法再使用 npm search 命令,需要恢复为
前言railway是一个免费的PaaS平台https://railway.app,每月有5美元免费额度,如果添加支付方式则有5美元免费额度 生
市面上有很多博客的生成框架,hugo, wordpress, hexo 我选择hugo有以下几点 我是gopher hugo生成网站快 配置简单 官方网站https://gohu
前言市面上有许许多多的静态网站部署,vercel,netify,aws,azure,github pages··· 我经过多方考虑,最终选择了a