上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页
摘要: 常见配置中心对比: https://github.com/ctripcorp/apollo/files/983064/default.pdf 阅读全文
posted @ 2020-11-17 20:06 Done、 阅读(392) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- from PIL import Image, ImageDraw, ImageFont, ImageFilter import random from io import BytesIO def check_c 阅读全文
posted @ 2020-11-07 11:53 Done、 阅读(156) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # encoding: utf-8 ''' @author: anthony.wang @license: (C) Copyright 2000-2089, Node Supply Chain Manager Corporation Limited. @c 阅读全文
posted @ 2020-10-22 19:52 Done、 阅读(71) 评论(0) 推荐(0) 编辑
摘要: QPS、CPS、最大连接数概念 最大连接数-Max Connection 最大连接数定义了一个负载均衡实例能够承载的最大连接数量。当实例上的连接超过规格定义的最大连接数时,新建连接请求将被丢弃。 每秒新建连接数-Connection Per Second (CPS) 每秒新建连接数定义了新建连接的速 阅读全文
posted @ 2020-09-18 11:52 Done、 阅读(4609) 评论(0) 推荐(0) 编辑
摘要: ![](https://img2020.cnblogs.com/blog/1394549/202009/1394549-20200916113127431-2041202401.png) 阅读全文
posted @ 2020-09-16 11:32 Done、 阅读(84) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页