Apache ShardingSphere v5.5.0 document
as the master table for the entire binding table since it specifies the sharding condition. All routing calculations will use only the policy of the primary table, then the sharding calculations for the by modulo, the order primary key is a sharded field. If there is no sharded field in SQL, full routing will be executed, of which performance is poor. In addition to the support for single‐sharding fields operations is the sharding key + sharding algorithm, known as sharding strategy. Mandatory Sharding routing For the scenario where the sharded field is not determined by SQL but by other external conditions0 码力 | 602 页 | 3.85 MB | 1 年前3KiCad PCB 编辑器 7.0
mm。 您可以在电路板设置对话框中定义这些布线的宽度,然后在布线时在它们之间切换。 网络类 The Net Classes section allows you to configure routing and clearance rules for different classes of nets. In KiCad, each net is part of exactly one net the Routing Tracks section below. Tune length: These tools allow you to tune the length of single tracks or the length or skew of differential pairs, after they have been routed. See the Routing Tracks Tracks section for details. Add vias: allows placing vias without routing tracks. Vias placed on top of tracks using this tool will take on the net of the closest track segment and will become part of0 码力 | 119 页 | 6.87 MB | 1 年前3KiCad 8.0 PCB 编辑器
the Routing Tracks section below. Tune length: These tools allow you to tune the length of single tracks or the length or skew of differential pairs, after they have been routed. See the Routing Tracks Tracks section for details. Add vias: allows placing vias without routing tracks. Vias placed on top of tracks using this tool will take on the net of the closest track segment and will become part of 换句话说,仅可以从 具有至少一个电气连接的敷铜中移除死铜。 布线 KiCad 具有交互式布线器的功能: Allows manual or guided (semi-automatic) routing of single tracks and differential pairs 可通过以下方式修改现有设计: 拖动已有导线时进行重新布线 拖动封装时对连接到封装焊盘的导线进行重新布线 允许通过插入蛇形线0 码力 | 194 页 | 8.27 MB | 1 年前313 Istio 流量管理原理与协议扩展 赵化冰
在一个集中点对外部访问进行控制) • Service discovery • Load balancing • Time out • Retries • Circuit breaker • Routing • Auth • Telemetry collecting 外部流量出口 外部流量入口 Pilot 2 Istio 流量管理 – 控制面 两类数据: q 服务数据(Mesh 中有哪些服务?缺省路由) } ] } ], } Envoy Filter AwesomeRPC Filter • Decoding/encoding • Parsing header • Routing • Load balancing • Circuit breaker • Fault injection • Telemetry collecting Reviews v1 Reviews v2 代码中维护众多七层协议的代价较大 12 Istio 协议扩展:常见七层协议的路由 Protocol Destination service Parameters could be used for routing HTTP 1.1 host host, path,method headers HTTP 2 pseudo header: authority pseudo header: authority0 码力 | 20 页 | 11.31 MB | 5 月前3Laravel 5.1 中文文档
月份的 Laravel 5.2 中被完全移除: 中间件中的路由过滤器 Illuminate\Contracts\Routing\Middleware,中间件中不再需要任何 contract, Illuminate\Contracts\Routing\TerminableMiddleware 被废弃,在中间件中定义一个 terminate 方法替代实现该接口。 Illu 方法。可以在 RouteServiceProvider 类的 boot 方法中定义约束模式: /** * 定义路由模型绑定,模式过滤器等 * * @param \Illuminate\Routing\Router $router * @return void * @translator http://laravelacademy.org */ public function 控制器,因此,可以在控制器的构造函数中类型 声明任何依赖,这些依赖会被自动解析并注入到控制器实例中: Routing\Controller; use App\Repositories\UserRepository; class UserController extends Controller {0 码力 | 307 页 | 3.46 MB | 1 年前3Laravel 5.2 中文文档
erStopping mailer.sending Illuminate\Mail\Events\MessageSending router.matched Illuminate\Routing\Events\RouteMatched 这些事件对象传入参数和 Laravel 5.1 的事件处理器一样,例如,如果你在 Laravel 5.1 中使用了 DB:listen 事件,在 5 Illuminate\Foundation\Providers\ArtisanServiceProvider 从配置文件 app.php 的服务 提供者列表中移除。 Illuminate\Routing\ControllerServiceProvider 从配置文件 app.php 的服务提供者列表 中移除。 本文档由 Laravel 学院(LaravelAcademy.org)提供 'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class, 'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class, ]; 中间件在 HTTP Kernel 中被定义后,可以在路由选项数组中使用 $middleware 键来指定 该中间件:0 码力 | 377 页 | 4.56 MB | 1 年前3KiCad 6.0 快速入门
Setup and Stackup Importing Changes From Schematic Drawing A Board Outline Placing Footprints Routing Tracks Placing Copper Zones Design Rule Checking 3D Viewer Fabrication Outputs Tutorial Part Otherwise components should be positioned for ease of routing. Connected components should generally be close together, and arranged to minimize routing complexity. The ratsnest (the thin lines indicating relative to other footprints. For the purposes of this guide, the only placement goal is to make the routing process as simple as possible. Start by moving the battery holder BT1 onto the back side of the0 码力 | 54 页 | 2.47 MB | 1 年前3腾讯云 Kubernetes 高性能网络技术揭秘——使用 eBPF 增强 IPVS 优化 K8s 网络性能-范建明
本质是一个负载均衡器 • ClusterIP提供集群内的访问 • NodePort 提供集群外部的访问 iptables mode • 在netfilter pre-routing阶段做DNAT • 在netfilter post-routing阶段做SNAT • 每个service 添加一条或多条rules。使用数组管理rules。 • 仅支持随机的调度算法 • kube-proxy代码实现比较简单 IPVS 对conntrack的功能依赖 • Iptables SNAT • 具体如何绕过conntrack? • 进报文 • 将处理请求的钩子从nf local-in 前移到nf pre-routing • skb的路由指针是NULL • 处理分片 • 出报文 • 本来的逻辑: • Nf local out -> ip_output -> NF postrouting -> ip_finish_output 为请求1分配了lport=cport • 很快Iptables SNAT 为请求2分配了同样的lport • Conntrack Post routing 函数中,将请求1的lport插入conntrack,成功! • Conntrack Post routing 函数中,将请求2的lport插入conntrack,失败,丢包,导致延迟。 • 解决方法 • eBPF代码在分配lport和插入ha0 码力 | 27 页 | 1.19 MB | 9 月前3OpenShift Container Platform 4.10 监控
ConfigMap,为用户定义的工作负载监控配置 Prometheus、Prometheus Operator 和 Thanos Ruler。 您还可以授予用户权限来为用户定义的项目配置警报路由: alert-routing-edit 集群角色授予用户权限来为项目创建、更新和删除 AlertmanagerConfig 自 定义资源。 本节详细介绍了如何使用 OpenShift Container Platform AlertmanagerConfig 资源将成为 Alertmanager 配置的一部分。 6.2. 为用户定义的项目启用警报路由 您可以为用户定义的项目启用警报路由。通过这样做,您可以启用具有 alert-routing-edit 角色的用户, 以在 Alertmanager 中为用户定义的项目配置警报路由和接收器。 先决条件 先决条件 您已为用户定义的项目启用了监控。 您可以使用具有 cluster-admin 流程 将 alert-routing-edit 集群角色分配给用户定义的项目中的用户: 对于,替换用户定义的项目的命名空间,如 ns1。对于 ,替换您要 为其分配该角色的帐户的用户名。 6.4. 为用户定义的项目禁用警报路由 如果为用户定义的项目启用了警报路由,您可以禁用它。通过这样做,您可以防止具有 alert-routing- edit 角色的用户在 0 码力 | 135 页 | 1.58 MB | 1 年前3Laravel 5.3 中文文档
路由模型绑定现在通过中间件来完成,所有应用都需要在 app/Http/Kernel.php 文件的 web 中间 件组中添加 Illuminate\Routing\Middleware\SubstituteBindings: \Illuminate\Routing\Middleware\SubstituteBindings::class, 你还需要在 HTTP Kernel 的$routeMiddleware 的$routeMiddleware 属性中注册路由中间件用于绑定替代: 'bindings' => \Illuminate\Routing\Middleware\SubstituteBindings::class, 这个路由中间件注册后,还要将其添加到 api 中间件组: 'api' => [ 本文档由 Laravel 学院(LaravelAcademy.org)提供 Laravel 函数中为应用定义的仓库进行类 型提示,该仓库会自动解析并注入该类: Routing\Controller; use App\Users\Repository as UserRepository; class UserController extends Controller{0 码力 | 691 页 | 9.37 MB | 1 年前3
共 252 条
- 1
- 2
- 3
- 4
- 5
- 6
- 26