1. makefile

    ```makefile 项目通用变量 ## 项目通用变量 git 参数 # git 参数 GIT_VERSION=$(shell git tag | grep $(APP_NAME)-v | sort -r –version-sort | head -n1) GIT_VERSION=$(shell git tag | grep $(APP_NAME)-v | sort -r –version-sort | head -n1) GIT_COMMIT_ID=$(shell git rev-parse –short=8 HEAD) GIT_COMMIT_ID=$(shell git rev-parse –short=8 HEAD) GIT_BRANCH=$(shell git branch | sed -n -e ‘s/^* (.)/\1/p’) GIT_BRANCH=$(shell git branch | sed -n -e ‘s/^* (.)/\1/p’) GIT_MASTER_DIFF=$(shell git log –no-merges -q origin/master ^$(GIT_BRANCH) | grep commit)

    2022/03/11 工具 快捷键

  2. Redis Tool

    Redis容量预估 http://www.redis.cn/redis_memory

    2022/03/11 redis

  3. proto clear

    protocol buffer

    2022/03/09 gRPC

  4. Json Schema

    中文文档:https://json-schema.apifox.cn/

    2022/02/28 工具 快捷键

  5. User Tag Design

    基于标签维度的数据分析

    2022/02/23

  6. 项目管理

    Question

    2022/02/11 manage

  7. 全文搜索引擎研究

    全文搜索引擎 Elasticsearch

    2022/01/24 es

  8. Go Pkg Request Pull Encapsulate

    队列通信 chan

    2022/01/20