准备 python3 pip3 brew install python3 pip3 --default-timeout=1000 install --upgrade pip pip3 install mitmproxy --default-timeout=1000 ios wifi代理 电脑的ip ...
分类:
系统相关 时间:
2020-05-18 18:40:56
阅读次数:
92
https://www.cnblogs.com/swordfall/p/8667409.html Zookeeper安装使用及工作原理分析 https://www.cnblogs.com/yuyijq/p/3424473.html Zookeeper能做什么https://www.cnblogs.c ...
分类:
其他好文 时间:
2020-05-17 09:21:36
阅读次数:
58
问题描述 centos6.x/centos7.x各个主线内小版本的升级总结 题记:centos6-->7升级风险比较大,小版本升级风险很小! 实验环境 centos6.3-->centos6-10 //可以升级到特定的小版本,只需要配置特定的yum源版本 联网在线更新小版本/离线更新(内网使用) / ...
分类:
其他好文 时间:
2020-05-16 20:45:46
阅读次数:
226
Evacuation (二分图) Describe Fires can be disastrous, especially when a fire breaks out in a room that is completely filled with people. Rooms usually ha ...
分类:
其他好文 时间:
2020-05-16 12:15:25
阅读次数:
60
1、什么是脑裂 脑裂(split-brain):指在一个高可用(HA)系统中,当联系着的两个节点断开联系时,本来为一个整体的系统,分裂为两个独立节点,这时两个节点开始争抢共享资源,结果会导致系统混乱,数据损坏。 对于无状态服务的HA,无所谓脑裂不脑裂;但对有状态服务(比如MySQL)的HA,必须要严 ...
分类:
其他好文 时间:
2020-05-16 00:36:23
阅读次数:
49
在VS中 --> 项目 --> 项目属性 --> C/C++ --> 命令行 添加编译选项 /d1reportSingleClassLayoutB (B是你要查看的类名) 代码一:测试虚标的存在 /// /// @filename /// @author whao Luo /// @email ha ...
分类:
编程语言 时间:
2020-05-15 22:59:09
阅读次数:
176
1. python3-pip installed but pip3 command not found? sudo apt install python3-pip 执行命令,显示已经安装成功, 但是,执行的时候却找不到pip3 user@conti-del-lp-018:~/Documents/ba ...
分类:
编程语言 时间:
2020-05-15 15:47:00
阅读次数:
79
直接上代码: go: package main import ( "fmt" "html/template" "net/http" ) type V struct { A string } func main() { Serve() } func Serve() { //静态文件服务 http.Ha ...
分类:
其他好文 时间:
2020-05-15 14:08:26
阅读次数:
73
记录一下Nginx代理WebSocket的配置 1 添加协议升级 在http模块添加协议升级配置 该配置用于将http协议升级为websocket协议 map说明:根据客户端请求中$http_upgrade的值,设定$connection_upgrade的值。 内容是设定规则。即$connectio ...
分类:
Web程序 时间:
2020-05-14 11:17:43
阅读次数:
277
Look at 1.20 KTMOBD ECU Programmer with software pcm-flash V1.20: Package: New KTMOBD ECU Programmer & Gearbox Power Upgrade Tool with Dialink J2534 C ...
分类:
其他好文 时间:
2020-05-14 10:51:45
阅读次数:
144