简介 ApplicationRequest Route(后面简称为ARR)是一个寄宿于IIS7(及以后的IIS版本)的一个基于代理的模块,它可以通过判断Http Headers,Server Variables以及负载均衡算法将HTTP的请求转发到不同的处理服务器之上。ARR是基于URLRewrit ...
分类:
移动开发 时间:
2021-03-08 13:15:40
阅读次数:
0
<YZ-SW3>display interface Ethernet brief 显示接口的运行状态和相关信息 <YZ-SW3>display interface description 显示接口的描述信息 <YZ-SW3>display interface brief 显示接口状态和配置的简要信息 ...
分类:
其他好文 时间:
2021-02-04 11:51:55
阅读次数:
0
Linux网络协议栈初始化 sock 初始化 socket 和文件系统都位于 VFS 下一层,对 socket 的操作都要经过VFS,下图为super_blocks和file_systems的链表结构图。 Linux 里面每个文件都有唯一的 inode ,inode 会大量使用,为了提高效率会对 i ...
分类:
系统相关 时间:
2021-01-30 12:08:14
阅读次数:
0
收集日志后,日志级别分类,error 级别发送运维邮件需单独处理,其他记录 直接交换机,工作方式类似于单播,Exchange会将消息发送完全匹配Routing_key的Queue;筛选消息通过key进行; 1. 生产者 using RabbitMQMsgProducer.MessageProduce ...
分类:
其他好文 时间:
2021-01-19 12:13:34
阅读次数:
0
在操作pika时请记得安装RabbitMQ 如果没有安装会有 send端 import pikaconnection = pika.BlockingConnection(pika.ConnectionParameters('localhost'))channel = connection.chann ...
分类:
其他好文 时间:
2021-01-13 10:59:28
阅读次数:
0
课程demo DELETE message PUT message { "settings": { "number_of_shards": 20 } } GET message POST message/_doc?routing=1 { "content":"good" } POST message ...
分类:
其他好文 时间:
2021-01-01 11:43:15
阅读次数:
0
ES集群下线节点扩容,然后在上线 1、将节点从集群路由策略中排除 PUT _cluster/settings { "transient" : { "cluster.routing.allocation.exclude._name" : "node-1" } } 2、等待节点上分片全部被迁移 3、下线 ...
分类:
其他好文 时间:
2020-12-14 13:34:02
阅读次数:
4
SegmentRouting之概述(一)|必看SegmentRouting简介SegmentRouting(SR)是一种源路由协议,也称为段路由协议,由源节点指定转发路径,并将路径转换成一个有序的Segment列表(SID列表)封装到报文头中。路径的中间节点只需要根据报文头中的Segment列表进行转发。目前,SegmentRouting主要实现方式为MPL***和IPv6SR。注:SID(Seg
分类:
其他好文 时间:
2020-12-11 12:21:30
阅读次数:
2
https://github.com/dotnet/corefx 这个是.net core的 开源项目地址 https://github.com/aspnet 这个下面是asp.net core 框架的地址,里面有很多仓库。 https://github.com/aspnet/EntityFrame ...
分类:
Web程序 时间:
2020-11-27 11:09:00
阅读次数:
7
先给官方文档地址: https://docs.microsoft.com/zh-cn/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-3.1#rewrite-urls-for-correct-routing 然后说下我的踩 ...
分类:
Web程序 时间:
2020-11-19 12:58:39
阅读次数:
26