码迷,mamicode.com
首页 >  
搜索关键字:client browser    ( 17878个结果
raft(转)
说明 分布式存储系统通常通过维护多个副本来进行容错,提高系统的可用性。要实现此目标,就必须要解决分布式存储系统的最核心问题:维护多个副本的一致性。 首先需要解释一下什么是一致性(consensus),它是构建具有容错性(fault-tolerant)的分布式系统的基础。 在一个具有一致性的性质的集群 ...
分类:其他好文   时间:2021-06-13 10:00:48    阅读次数:0
HBase表的热点以及rowkey的设计
HBase表热点 1 什么是热点 检索habse的记录首先要通过row key来定位数据行。 当大量的client访问hbase集群的一个或少数几个节点,造成少数region server的读/写请求过多、负载过大,而其他region server负载却很小,就造成了“热点”现象。 2 热点的解决方 ...
分类:其他好文   时间:2021-06-13 09:58:55    阅读次数:0
GeoJSON 和 TopoJSON
GeoJSON 是用来描述一系列几何形状的数据结构。它可以描述以下几种几何类型:Point、LineString、Polygon、MultiPoint、MultiLineString 和 MultiPolygon。 TopoJSON 是 GeoJSON 的拓展,用来描述拓扑结构。通过提取图形中公用的 ...
分类:Web程序   时间:2021-06-13 09:56:33    阅读次数:0
Configuring the client proxy -- Angular App --> CLI dev server -- >Rest Server
In Dev mode, 1 你想利用CLI的Hot reload features 和快速Rebuild application bundles in memory. 2.和发请求给Rest Server.那么,你需要配置代理来来改善你的开发体验。 实现步骤:1.新建 proxy-conf.jso ...
分类:移动开发   时间:2021-06-13 09:48:05    阅读次数:0
Rsync+Notify NFS
Rsync+Notify: yum install make gcc gcc-c++ 客户端启动rsync port:873/usr/local/rsync/bin/rsync --daemon --config=/usr/local/rsync/rsync.conf Client:tar xf r ...
分类:其他好文   时间:2021-06-13 09:26:06    阅读次数:0
# springcloud-eureka-feign-mybatis-seata ### 整合步奏
springcloud-eureka-feign-mybatis-seata 整合步奏 1.下载seata-server,修改seate-server配置 2.client端(你自己的项目)拷贝seate-server中的file.conf, registry.conf 加入自己项目 3.数据源代理 ...
分类:编程语言   时间:2021-06-11 19:16:48    阅读次数:0
air 加载网页
package { import flash.display.MovieClip; import flash.html.HTMLLoader; import flash.net.URLRequest; import fl.core.UIComponent; import flash.display. ...
分类:Web程序   时间:2021-06-11 19:15:57    阅读次数:0
RocketMq常见问题记录
1.org.apache.rocketmq.client.exception.MQClientException: No route info of this topic, MyTopic 报错信信息如下: Exception in thread "main" org.apache.rocketmq ...
分类:其他好文   时间:2021-06-11 18:46:49    阅读次数:0
rabbitmq-direct路由订阅模型
生产者: package com.gavin.mq.direct; import com.gavin.utils.RabbitMQUtils; import com.rabbitmq.client.Channel; import com.rabbitmq.client.Connection; imp ...
分类:其他好文   时间:2021-06-10 18:34:25    阅读次数:0
FastAPI安全系列(一) OAuth2 .0授权模式基础
一、介绍 OAuth2 .0模式有四种分别是: 授权码授权模式(Authorization Code Grant) 隐式授权模式(Implicit Grant) 密码授权模式(Resource Owner Password Credential Grant) 客户端凭证授权模式(Client Cre ...
分类:Windows程序   时间:2021-06-10 18:06:42    阅读次数:0
17878条   上一页 1 ... 3 4 5 6 7 ... 1788 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!