本文从高可用的角度观察一下 RabbitMQ、Kafka、RocketMQ,看看它们各自的实现思路。 1. RabbitMQ RabbitMQ 有 3 种部署模式: 单机模式 普通集群模式 镜像集群模式 单机模式与高可用完全没关系,咱就不说了,直接看看这2种集群模式。 1.1 普通集群模式 某一个 ...
分类:
其他好文 时间:
2021-05-24 04:17:36
阅读次数:
0
Master in Burp Suite - Tools Introductions(1) Introduction to Burp Proxy tab How to configure proxy and intercept request Deploy our target website - ...
分类:
其他好文 时间:
2021-05-24 03:33:58
阅读次数:
0
键值数据库:Redis、Riak、SimpleDB、Chordless、Scalaris 列族数据库:HBase、BigTable、PNUTS、HadoopDB、Cassandra 文档数据库:MongoDB、CouchDB、Terrastore、CloudKit、RavenDB 图数据库:Neo4 ...
分类:
数据库 时间:
2021-05-24 02:01:30
阅读次数:
0
1.PyTorch-SE-ResNet https://github.com/StickCui/PyTorch-SE-ResNet 2.resnet https://github.com/lxztju/pytorch_classification/blob/master/models/vision/ ...
分类:
其他好文 时间:
2021-05-24 01:55:28
阅读次数:
0
PS C:\ycm\test\ts-newProjet> git pull origin master * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories 在新建项目时报refusing to merg ...
分类:
其他好文 时间:
2021-05-24 01:24:52
阅读次数:
0
https://github.com/vinta/awesome-python https://github.com/diffgram/diffgram https://machinelearningmastery.com/ensemble-machine-learning-with-python- ...
分类:
其他好文 时间:
2021-05-24 00:25:56
阅读次数:
0
Redis 主备复制 1 相关配置: 1) replicaof <masterip> <masterport> 2) masterauth <master-password> 设置时候 replica 在发送同步相关的命令时会被要求 authenticate 3) masteruser <usern ...
分类:
其他好文 时间:
2021-05-23 23:35:00
阅读次数:
0
分布式爬虫默认八数据存储在redis中,可以将数据转存到Monogdb或Mysql中,从而降低内存消耗。 from redis import Redisfrom pymongo import MongoClientimport jsondef redis_to_mongodb(): redis_cl ...
分类:
其他好文 时间:
2021-05-04 16:35:44
阅读次数:
0
flutter 切换环境 终端运行flutter channel命令查看当前flutter 环境 分支 Mac:~ mac$ flutter channel Flutter channels: master dev beta * stable 带有*号的为当前分支切换分支命令 flutter cha ...
分类:
其他好文 时间:
2021-05-04 16:27:02
阅读次数:
0
本篇学习远程仓库 首先明白远程仓库的意义 我们的原有理解是:git仓库是可以帮助我们记录并保存我们对文件的各种行为,方便我们管理文件、编辑文件 现在的需求是:本地的git仓库我们想要一个备份,以防万一; 而且这个备份可以和我们的工作同步,不需要手动备份; 如果有人和我们一起协同工作,也可以随时拿到文 ...
分类:
其他好文 时间:
2021-05-04 16:25:01
阅读次数:
0