摘要: 负载均衡实现,一个域名对应多个IP地址 - 宏宇 - 博客园 https://www.cnblogs.com/cuihongyu3503319/archive/2012/07/09/2583129.html 负载均衡实现,一个域名对应多个IP地址 使用负载均衡实现,传统和常规做法,其他方式需要特殊处 阅读全文
posted @ 2018-08-16 23:13 papering 阅读(777) 评论(0) 推荐(0) 编辑
摘要: https://img.alicdn.com/tfscom/i3/TB2.73Dn7omBKNjSZFqXXXtqVXa_!!0-arctic.jpg_120x120q90.jpg_.webp https://img.alicdn.com/imgextra/i4/190/TB2ZNynDYSYBuN 阅读全文
posted @ 2018-08-16 23:03 papering 阅读(523) 评论(0) 推荐(0) 编辑
摘要: Reduce DNS Lookups 减少DNS查找 阅读全文
posted @ 2018-08-16 21:52 papering 阅读(266) 评论(0) 推荐(0) 编辑
摘要: Make Fewer HTTP Requests 减少HTTP请求 阅读全文
posted @ 2018-08-16 21:51 papering 阅读(467) 评论(0) 推荐(0) 编辑
摘要: Performance Research, Part 1: What the 80/20 Rule Tells Us about Reducing HTTP Requests https://yuiblog.com/blog/2006/11/28/performance-research-part- 阅读全文
posted @ 2018-08-16 21:47 papering 阅读(308) 评论(0) 推荐(0) 编辑
摘要: GRC | Port Authority, for Internet Port 443 https://www.grc.com/port_443.htm 阅读全文
posted @ 2018-08-16 21:18 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 对象存储OSS_海量安全高可靠的云存储-产品详情-阿里云 https://www.aliyun.com/product/oss 网站/应用动静分离 多媒体数据存储 云端数据处理 多存储类型 跨区域容灾 阅读全文
posted @ 2018-08-16 18:54 papering 阅读(315) 评论(0) 推荐(0) 编辑
摘要: https://mzh.io/ Go ARM64 vDSO优化之路 2018-03-16 | Meng Zhuo 背景 Go怎么获取当前时间?问一个会Go的程序员,他随手就能写这个出来给你。 import time time.Now() 这背后是一个系统调用,X86上调用SYSCALL来完成,ARM 阅读全文
posted @ 2018-08-16 14:05 papering 阅读(656) 评论(0) 推荐(0) 编辑
摘要: Asynchronous Programming with async and await (C#) | Microsoft Docs https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/in 阅读全文
posted @ 2018-08-16 12:52 papering 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 实践: 1)模拟网络请求与响应 // const login = (data) => request.post("/login", data); const login = (data) => new Promise((resolve, reject) => { // We call resolve 阅读全文
posted @ 2018-08-16 12:51 papering 阅读(213) 评论(0) 推荐(0) 编辑
摘要: RFC 7797 - JSON Web Signature (JWS) Unencoded Payload Option https://tools.ietf.org/html/rfc7797 RFC 7519 - JSON Web Token (JWT) https://tools.ietf.or 阅读全文
posted @ 2018-08-16 10:29 papering 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 4.3 135 划分子网和构造超网 阅读全文
posted @ 2018-08-16 07:55 papering 阅读(303) 评论(0) 推荐(0) 编辑
摘要: golang 实现tcp转发代理 - Go语言中文网 - Golang中文社区 https://studygolang.com/articles/7261 阅读全文
posted @ 2018-08-16 07:22 papering 阅读(533) 评论(0) 推荐(0) 编辑