摘要: https://mojotv.cn/go/create-your-own-ssh-server 1. 🎼 解决了什么 我有很多行日志数据单行的格式是这样的 HOST;000012000629948340196501;ipv4;3; ips: user_id=2;user_name=172.21.1 阅读全文
posted @ 2021-11-17 14:34 技术颜良 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Linux就该这么学 iptables的结构: iptables由上而下,由Tables,Chains,Rules组成。 一、iptables的表tables与链chains iptables有Filter, NAT, Mangle, Raw四种内建表: 1. Filter表 Filter是ipta 阅读全文
posted @ 2021-11-17 09:29 技术颜良 阅读(735) 评论(0) 推荐(0) 编辑
摘要: type User struct { Name string `asong:"Username"` Age uint16 `asong:"age"` Password string `asong:"min=6,max=10"`}func getTag(u User) { t := reflect.T 阅读全文
posted @ 2021-11-17 09:23 技术颜良 阅读(380) 评论(0) 推荐(0) 编辑