3 Role: Product Owner, Scrum Master, Development Team3 Objekte: Produkt Backlog, Sprint Backlog, Increment5 Events: Sprint, Sprint Planing, Daily Scru ...
分类:
其他好文 时间:
2020-12-01 11:49:45
阅读次数:
1
指数函数 对数函数 幂函数 三角函数 反三角函数 双曲函数和反双曲函数 ...
分类:
其他好文 时间:
2020-11-30 15:28:49
阅读次数:
2
MySQL高可用架构 MMM (Multi Master Replication Manager) 资源数量说明 主DB 2 用于主备模式的主主复制 从DB 0~N台 可以根据需要配置N台从服务器 IP地址 2n+1 N为MySQL服务器的数量 监控用户 1 用户监控数据库状态的MySQL用户(re ...
分类:
数据库 时间:
2020-11-30 15:24:02
阅读次数:
7
一、分支管理分支合并分支:在我们每次的提交,Git都把它们串成一条时间线,这条时间线就是一个分支。截止到目前,只有一条时间线,在Git里,这个分支叫主分支,即master分支。HEAD指针严格来说不是指向提交,而是指向master,master才是指向提交的,所以,HEAD指向的就是当前分支。一开始的时候,master分支是一条线,Git用master指向最新的提交,再用HEAD指向master,
分类:
其他好文 时间:
2020-11-27 11:22:59
阅读次数:
7
I use phpstudy to set a php+Mysql+Apache environment for the sqli-labs. The first step is to download the sqli-labs-master.zip from the official websi ...
分类:
数据库 时间:
2020-11-26 15:15:20
阅读次数:
14
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes conta ...
分类:
其他好文 时间:
2020-11-26 15:14:07
阅读次数:
5
环境: 6个es节点 冷热配置 es1 master节点 # elasticsearch.yml node.name: "es1" cluster.name: "docker-cluster" network.host: 0.0.0.0 node.master: true node.data: fa ...
分类:
其他好文 时间:
2020-11-26 15:08:48
阅读次数:
7
MySQL过滤复制 一、几个配置文件说明 写在配置文件,重启就行 主库配置: show master status; Binlog_Do_DB #白名单 Binlog_Ignore_DB #黑名单,添加在这里的库。就不进行复制 从库配置: 从库: 库级别: replicate do db=world ...
分类:
数据库 时间:
2020-11-26 14:49:16
阅读次数:
40
虽然说的是正向代理,本文主要实现的就是nginx代理ssh服务! 1. nginx stream 模块 nginx从1.9.0版本以后,便新增了一个stream模块,用来实现四层协议的转发、代理或者负载均衡等; stream模块默认并没有编译到nginx中,源码编译安装nginx时, ./confi ...
分类:
其他好文 时间:
2020-11-26 14:40:33
阅读次数:
4
Mac中安装brew最简单的方式 1.启动命令行,输入命令 /bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)" 2.启动脚本后,选择下载源 3.默默等待安装成功。。。。 ...
分类:
系统相关 时间:
2020-11-26 14:39:06
阅读次数:
8