Mr Shang

我是一个勤劳的码农,每天在技术的牧场辛勤劳作


导航栏
 » 首页
 » 分类浏览
 » 关于我
 » 我的Github
 » RSS订阅
Group 59

  1. ES系列之二基础内容

    基础内容

    基础内容包括NTR(near realtime),cluster,node,index,type,document,shards&replicas.

  2. ES系列之一入门

    ES系列之一入门

    Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and in near real time. It is generally used as the underlying engine/technology that powers applications that have complex search features and requirements.

  3. pip自动更新所有过时库

    问题:pip没有自动全部更新的指令

    pip没有提供自动更新所有过时库的指令,开发机器有时候会需要跟进所有更新,这个时候可以考虑用shell脚本实现。

  4. Java实现数值型ID生成器

    系统唯一ID是我们在设计一个系统的时候常常会遇见的问题,也常常为这个问题而纠结。生成ID的方法有很多,适应不同的场景、需求以及性能要求。所以有些比较复杂的系统会有多个ID生成的策略。下面整理两种利用Java进行ID生成的方案。

© Mr Shang - niceshang[#]outlook.com - Powered by Jekyll.