plugin

Posted by 夏泽民

https://github.com/A-Donga/PluginTest https://www.jianshu.com/p/917b159a4be6 Golang 插件化开发 Golang官方提供了plugin模块,该模块可以支持插件开发.



iptables 限制连接数

Posted by 夏泽民

上面限制端口连接数主要用到的模块是connlimit。 -A INPUT -p tcp –syn –dport 22 -m connlimit –connlimit-above 50 –connlimit-mask 0 -j DROP



goyacc

Posted by 夏泽民

Lex & yacc 和 antlr 的名词阶段,最近看了go-zero的api解析器,觉得甚好,是时候花时间学习一下了。



goZero

Posted by 夏泽民

https://mp.weixin.qq.com/s/tkm9nYcyUxE2vUbplSO-pA go-zero是一个功能完备的微服务框架,框架中内置了很多非常实用的工具,其中就包含流数据处理工具fx inputStream 函数模拟了流数据的产生,outputStream 函数模拟了流数据的处理过程,其中 From 函数为流的输入,Walk 函数并发的作用在每一个 item 上,Filter 函数对 item 进行过滤为 true 保留为 false 不保留,ForEach 函数遍历输出每一个 item 元素。



chaos 混沌工程

Posted by 夏泽民

大规模分布式软件系统的发展正在改变软件工程。作为一个行业,我们很快采用了提高开发灵活性和部署速度的实践。紧随着这些优点的一个迫切问题是:我们对投入生产的复杂系统有多少信心?



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required