摘要: 国内各CDN厂商CNAME后缀 CDN厂商 cname后缀 阿里云 kunlun*.comcdngslb.com 腾讯云 tc.cdntip.com spcdntip.com dnsv1.com 网宿 wsdvs.comwsglb0.comwscdns.com 百度云 jomodns.com 金山云 阅读全文
posted @ 2020-08-24 18:01 xiaoxiongfei 阅读(4877) 评论(0) 推荐(0)
摘要: Transfer-Encoding Transfer-Encoding 消息首部指明了将 entity 安全传递给用户所采用的编码形式。 Transfer-Encoding 是一个逐跳传输消息首部,即仅应用于两个节点之间的消息传递,而不是所请求的资源本身。一个多节点连接中的每一段都可以应用不同的Tr 阅读全文
posted @ 2020-07-13 15:30 xiaoxiongfei 阅读(542) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-07-10 17:42 xiaoxiongfei 阅读(99) 评论(0) 推荐(0)
摘要: Prometheus prometheus-book 使用 Thanos 实现 Prometheus 的高可用 Raft演示动画 http://thesecretlivesofdata.com/raft/ ServiceMesher(服务网格) https://www.servicemesher.c 阅读全文
posted @ 2020-06-30 15:26 xiaoxiongfei 阅读(161) 评论(0) 推荐(0)
摘要: 作者:海纳链接:https://www.zhihu.com/question/21923021/answer/281346746来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 有些算法,适合从它产生的动机,如何设计与解决问题这样正向地去介绍。但KMP算法真的不适合这样 阅读全文
posted @ 2020-06-12 15:44 xiaoxiongfei 阅读(367) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-06-11 19:18 xiaoxiongfei 阅读(249) 评论(0) 推荐(0)
摘要: MsQuic MsQuic is a Microsoft implementation of the IETF QUIC protocol. It is cross platform, written in C and designed to be a general purpose QUIC li 阅读全文
posted @ 2020-04-30 18:07 xiaoxiongfei 阅读(183) 评论(0) 推荐(0)
摘要: src/net/http/client.go func (c *Client) do(req *Request) (retres *Response, reterr error) src/net/http/client.go func (c *Client) send(req *Request, d 阅读全文
posted @ 2020-04-29 19:54 xiaoxiongfei 阅读(1348) 评论(0) 推荐(0)
摘要: 如果一个域名可以解析出多个IP地址,那想在http请求过程中知道程序实际请求的是哪个IP地址该怎么办?带着这个疑问我找到了两个方法来解决这个问题。 一个是通过httptrace.ClientTrace获取服务IP; 另一个是通过http.Transport中的DialContext获取服务IP; 具 阅读全文
posted @ 2020-01-14 10:11 xiaoxiongfei 阅读(5836) 评论(0) 推荐(0)
摘要: Istio https://istio.io/ https://archive.istio.io/v1.2/zh/ Service Mesher https://www.servicemesher.com/ Envoy中文文档 https://www.servicemesher.com/envoy/ 阅读全文
posted @ 2019-11-29 10:22 xiaoxiongfei 阅读(132) 评论(0) 推荐(0)