zhengji's recent timeline updates
zhengji's repos on GitHub
Go · 360 watchers
goSnowFlake
一个实现 Twitter SnowFlake 算法 的 Go 分布式 UID 生成器.A threadsafe unique ID generator inspired by Twitter SnowFlake theory
Go · 198 watchers
goTcpProxy
一个支持负载均衡,健康检查的 TcpProxy
Go · 166 watchers
goHttpDns
A HttpDns Server written by Go
Lua · 135 watchers
ngx_lua_reqstatus
实时统计 nginx 状态的 lua 拓展
Go · 63 watchers
gophone
一个查询手机号码归属地,运营商,区号信息的 Go 库
Go · 54 watchers
goCuckoo
一个 CuckooFilter 的 Go 库
Go · 47 watchers
gosvr-monitor
自定义监控Go服务器运行的各项操作耗时
Go · 32 watchers
goAcAutoMachine
Go 实现的 AC 自动机
Go · 22 watchers
goTimeWheel
Timer Implemented By Go,Also Called TimeWheel
Go · 18 watchers
ToyCollection
Some Funny Tools & Hacking Code
Go · 17 watchers
discover-etcd
Etcd Service Discovery Lib
Python · 8 watchers
douban-likes-crawler
豆瓣喜爱文章下载器
JavaScript · 8 watchers
trietips
一个idea,深究好奇的数据结构做的搜索提示
Go · 6 watchers
goBst
线程安全的二叉查找树 A threadsafe Binary Search Tree
Python · 5 watchers
gtalk-robot
gtalk 机器人
Go · 4 watchers
goyamq
Yet Another Message Queue Written By Go Base On ProtoBuffer
C++ · 4 watchers
SkipList
A SkipList Implemented By Template, 一个支持模板的跳表
C++ · 3 watchers
lruCache
lruCache Written By C++
Python · 3 watchers
proxySniffer
A IP Proxy Scanner
Go · 3 watchers
source-note
Lua · 2 watchers
ngx_lua_waf
ngx_lua_waf是一个基于lua-nginx-module(openresty)的web应用防火墙
Go · 2 watchers
wukong
高度可定制的全文搜索引擎
HTML · 2 watchers
zheng-ji.github.com
blog of zheng-ji
1 watchers
30-seconds-of-css
A curated collection of useful CSS snippets you can understand in 30 seconds or less.
Go · 1 watchers
grpc-example
Go · 1 watchers
grpc-gateway-exp
a example of grpc gateway example
C++ · 1 watchers
LeetCode
KeepThinking
C++ · 1 watchers
shmQueue
shmQueue
HTML · 1 watchers
tech-wiki
wiki DO IT
C++ · 0 watchers
algorithms
Algorithms & Data structures in C++.
Python · 0 watchers
ashare-quant
我学习量化的代码
C++ · 0 watchers
binlog
二进制日志
Go · 0 watchers
bitset
一个用 Go 实现的的 BitSet
0 watchers
blog
极客兔兔的博客,Coding Coding 创建有趣的开源项目。
0 watchers
every-programmer-should-know
A collection of (mostly) technical things every software developer should know
0 watchers
experiments
Personal code, scripts and config files for experiments
0 watchers
free-api
收集免费的接口服务,做一个api的搬运工
Python · 0 watchers
fund
Go · 0 watchers
groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
0 watchers
guide
The Uber Go Style Guide.
Stylus · 0 watchers
hexo_source
tech blog source code
Python · 0 watchers
learn-ai-agent
learn-ai-agent
0 watchers
learn-python3
Learn Python 3 Sample Code
0 watchers
leetcode-master
LeetCode 刷题攻略:200道题目详细刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,从此算法学习不再迷茫!🔥🔥给个star支持一下吧!🚀
0 watchers
miner-claim
Claim your Starcoin miner here.
0 watchers
OpenManus
0 watchers
spring-mybatis-example
spring-mybatis-example
Go · 0 watchers
testkv
0 watchers
timewheel
时间轮定时器
C++ · 0 watchers
tiny-ds
Tiny DataStructure written By C
Go · 0 watchers
tinyUrl
A ShortUrl Generator & Resolver
0 watchers
vue-tutorials
Let you insight into the Vue.js
HTML · 0 watchers
zheng-ji.github.io
tech blog
zhengji

zhengji

🏢  devops
V2EX member #126799, joined on 2015-07-12 18:02:46 +08:00
一直努力的SB
goTimeWheel 一个时间轮库的实现
  •  1   
    分享创造  •  zhengji  •  Oct 12, 2019  •  Lastly replied by Leigg
    2
    基于 etcd 实现服务注册与发现的 Go 库
  •  1   
    分享创造  •  zhengji  •  Aug 24, 2019  •  Lastly replied by zhengji
    1
    Go 实现多模式字符串匹配的 AC 自动机
  •  1   
    Go 编程语言  •  zhengji  •  Mar 8, 2019  •  Lastly replied by meowhuang
    1
    C++ 实现一个支持模板的 SkipList
    分享创造  •  zhengji  •  Aug 15, 2018  •  Lastly replied by plusice
    8
    一个支持负载均衡,健康检查的 TcpProxy
  •  1   
    分享创造  •  zhengji  •  Oct 7, 2016  •  Lastly replied by Beebird
    4
    一个比 BloomFilter 更优的过滤器, CuckooFilter
  •  1   
    程序员  •  zhengji  •  Jul 30, 2016  •  Lastly replied by knightdf
    4
    根据 CMU 论文实现 Cuckoo Filter 的 Golang 库
  •  1   
    分享创造  •  zhengji  •  Jul 26, 2016  •  Lastly replied by Charles0429
    3
    实时监控 Nginx 域名的 qps, 5xx 个数,响应时长
  •  1   
    NGINX  •  zhengji  •  Dec 26, 2015  •  Lastly replied by zhengji
    2
    zhengji's recent replies
    Aug 24, 2019
    Replied to a topic by zhengji 分享创造 基于 etcd 实现服务注册与发现的 Go 库
    @devtiange sorry,我理解错你的意思了,你这样说是对的。可以递推回的。
    @devtiange 毫秒时间戳,以及序列号你都是不知道的 ,就类似三元一次方程里面, 3 个未知数,我的理解是,无法求解, x+y+z = A
    @zieglar 这个是不能反推的
    给作者赞一个
    @sakeven 恩恩多谢,已改
    Mar 1, 2016
    Replied to a topic by forsigner 分享创造 极简主义主题 Fexo in beta
    很精美!
    首先你要安装好 nginx lua [参考]( http://zheng-ji.info/blog/2015/10/29/gei-tengine-jia-shang-lua-tuo-zhan/)

    之后按照上述配置 nginx.conf 就好了
    @lenovo 是的,我特别在 readme 里面感谢作者开源的二进制数据,我只是把 py 版本翻译成 go 版本的。
    @onlyice 比如 a.com 因为某些原因被劫持到非预期的 IP ,我们可以在每次发起请求的时候,访问这个服务解析得到 a.com 的真正 IP
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5083 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 09:28 · PVG 17:28 · LAX 02:28 · JFK 05:28
    ♥ Do have faith in what you're doing.