wget https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.4.2/elasticsearch-analysis-ik-7.4.2.zip 参考docker分类中的安装es,有plugins的映射关系; ...
分类:
其他好文 时间:
2021-05-24 06:15:13
阅读次数:
0
比特币BTC源码 :https://github.com/bitcoin 以太坊ETH源码 :https://github.com/ethereum 以太经典ETC源码 :https://github.com/ethereumproject 小蚁NEO源码 :https://github.com/n ...
分类:
其他好文 时间:
2021-05-24 05:53:26
阅读次数:
0
🌲 配置别名可以方便书写代码引用路径,让代码更整洁。 🌲 官方文档可参考https://nervjs.github.io/taro/docs/config-detail#alias 一、在config/index.js下配置alias const config = { ……… alias: { ...
分类:
微信 时间:
2021-05-24 05:49:55
阅读次数:
0
原文: https://tom.preston-werner.com/2011/03/29/ten-lessons-from-githubs-first-year.html Start Early When Chris and I started working on GitHub in late ...
分类:
其他好文 时间:
2021-05-24 05:42:57
阅读次数:
0
最近工作上有个要求,要用Entity Framework 对Json类型文件操作,来自动更改配置项,但是之前都是用EF来映射的数据库,还没有对文件做过映射,又重新去读了MSDN的文档才知道,原来也是有相关的资料的; 下面是用法,文档链接在最后; Entity Framework 6 C#引用Nuge ...
分类:
数据库 时间:
2021-05-24 05:25:39
阅读次数:
0
获取单细胞测试数据 # devtools::install_github("satijalab/seurat-data") library(SeuratData) # AvailableData() # InstallData("pbmc3k.SeuratData") data(pbmc3k) ex ...
分类:
其他好文 时间:
2021-05-24 05:21:59
阅读次数:
0
Copyset模块结合chunk的放置共同解决了集群数据如何分布的问题,这里主要的设计考虑点是数据分布的均衡性以充分利用磁盘空间和避免热点。 1. 背景 Curve是网易数帆在2020年7月份开源的一个高性能、高可用、高可靠的分布式存储系统,主打高性能、低延迟。 Github代码仓库:https:/ ...
分类:
其他好文 时间:
2021-05-24 04:54:22
阅读次数:
0
git配置github远程仓库 1. 先在自己的linux服务器本地生成ssh key,使用命令 “ssh-keygen -t rsa -C "your_email@youremail.com"”,your_email是你的email,执行时一路按回车就行,这会在当前用户下生成1个公钥id_rsa. ...
分类:
其他好文 时间:
2021-05-24 04:49:07
阅读次数:
0
1. 必要环境 请确保已安装 node npm webpack 2.创建一个test文件夹 mkdir test && cd test && npm init 3. 创建 webpack.dev.config.js const path = require('path') const {CleanW ...
分类:
Web程序 时间:
2021-05-24 04:44:39
阅读次数:
0
本文案例收录在 https://github.com/chengxy-nds/Springboot-Notebook 大家好,我是小富~ 鸽了很久没发文,不写文章的日子真的好惬意,每天也不用愁着写点什么,不用为那点可怜的阅读量发愁,不那么熬夜,留出了更多时间陪家人。 不过,惬意过后就是极度的焦虑,看 ...
分类:
其他好文 时间:
2021-05-24 04:02:41
阅读次数:
0