Stella981 Stella981
3年前
MediaWiki搭建步骤
https://www.mediawiki.org/w/index.php?titleDownload/zh&variantzhhans(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.mediawiki.org%2Fw%2Findex.php%3Ftitle%3DDown
Stella981 Stella981
3年前
Docker registry搭建
1、创建Dockerregistrycontainer的命令:dockerrundp5000:5000registry2、容器启动之后,访问http://ip:5000,可以看到:"\\"dockerregistryserver\\""3、给镜像打标签将它指向你的registrydockertag
Stella981 Stella981
3年前
Flutter环境搭建
本文介绍mac上搭建Flutter环境1、Flutter官方提供中国地区镜像地址:https://github.com/flutter/flutter/wiki/UsingFlutterinChina(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Ff
Easter79 Easter79
3年前
SpringCloud实现集群和负载均衡
Springcloud是一个基于SpringBoot实现的服务治理工具包,在微服务架构中用于管理和协调服务的。组成部分!(https://oscimg.oschina.net/oscnet/a4972f849c637bc2c7560bc1c0a0cfb08db.png)spingcloud的五大神兽服务发现——Netflix
Stella981 Stella981
3年前
OpenCV环境搭建
本文将介绍OpenCV在Python3.x上的实现,分为Window版和Linux版。(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fvipstone%2Ffaceai%2Fblob%2Fmaster%2Fdoc%2Fsettingup.md%23wind
Stella981 Stella981
3年前
Python 环境搭建
pythonbug集目录\toc\00python模块下载地址pyhton模块下载地址(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.lfd.uci.edu%2F%7Egohlke%2Fpythonlibs%2F)01pythonpip
Stella981 Stella981
3年前
LVS(三)LVS集群NAT模式
LVS集群NAT模式一Director服务器环境1.查看Director服务器内核中是否有IPVS的功能显示IPVS配置信息以及支持的调度算法grepi'vs'/boot/config3.10.0514.el7.x86_64...
Wesley13 Wesley13
3年前
MySQL Cluster7.2.4 集群配置
启动顺序:管理服务器存储节点SQL节点a、启动管理节点rmmysql/mysqlcluster/ndb_1_config.bin.1不是必须的,如果config.ini有改动则要加上ndb\_mgmdf/usr/local/mysql/clusterconf/config.inib、启动存储节点nd
Easter79 Easter79
3年前
TiKV 集群版本的安全迁移
问题描述在TiDB的产品迭代中,不免会碰到一些兼容性问题出现。通常协议上的兼容性protobuf已经能帮我们处理的很好,在进行功能开发,性能优化时,通常会保证版本是向后兼容的,但并不保证向前兼容性,因此,当集群中同时有新旧版本节点存在时,旧版本不能兼容新版本的特性,就有可能造成该节点崩溃,影响集群可用性,甚至丢失数据。目前在有不兼容的版